Skip to content

Commit 5f9f972

Browse files
committed
Fix COPR
1 parent e025927 commit 5f9f972

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.copr/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ $(top)/rpmbuild:
1515
mkdir -p "$(top)"/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
1616

1717
srpm: prereq update-dist-tools
18+
git config --global safe.directory "*"
1819
test -f .gitmodules && git submodule update --init || true
1920
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
2021
overwrite=yes nosign=yes "$(top)/dist-tools/create-source-packages" rpm

0 commit comments

Comments
 (0)