Skip to content

Commit

Permalink
Fix COPR
Browse files Browse the repository at this point in the history
- Fix COPR `make srpm`
  • Loading branch information
jelu committed Jun 3, 2022
1 parent 260ee20 commit bb7be53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .copr/Makefile
Expand Up @@ -15,6 +15,7 @@ $(top)/rpmbuild:
mkdir -p "$(top)"/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}

srpm: prereq update-dist-tools
git config --global safe.directory "*"
test -f .gitmodules && git submodule update --init || true
echo "$(spec)" | grep -q "develop.spec" && auto_build_number=`date --utc +%s` message="Auto build `date --utc --iso-8601=seconds`" "$(top)/dist-tools/spec-new-changelog-entry" || true
overwrite=yes nosign=yes "$(top)/dist-tools/create-source-packages" rpm
Expand Down

0 comments on commit bb7be53

Please sign in to comment.