commit a958fae4a71125306259581237efb476142b5c8c parent f9743909ecc9d7109fd38c95c711396a3d0a4de8 Author: Yosl <yosl@seattlemesh.net> Date: Sat, 30 Nov 2019 22:08:30 -0800 Merge branch 'master' of git.callpipe.com:gnunet-wip/gnunet-rpm Diffstat:
| M | .gitlab-ci.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -7,6 +7,6 @@ build: before_script: - dnf install -y rpm-build rpmdevtools script: - - spectool -g -R ~/rpmbuild/SPECS/gnunet.spec - - rpmbuild -bs ./rpmbuild/SPECS/gnunet.spec + - rpmbuild -bs ./rpmbuild/SPECS/gnunet.spec + - dnf install SRPMS/gnunet-$(cat ./rpmbuild/SPECS/gnunet.spec | grep Version | awk '{ print $2 }')-$(rpm --eval %{?dist}).src.rpm