appease koji
This commit is contained in:
parent
5fadc5e2d2
commit
7a1f6e461b
@ -268,8 +268,12 @@ sed -i 's/git/&+ssh/' .git/config
|
|||||||
git-init-db
|
git-init-db
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
if [ -z "$GIT_COMMITTER_NAME" ]; then
|
||||||
|
export GIT_COMMITTER_NAME="Fedora X Strike Force"
|
||||||
|
fi
|
||||||
|
|
||||||
# Apply all the patches. Hold your nose...
|
# Apply all the patches. Hold your nose...
|
||||||
git-am -p1 $(awk '/^Patch.*:/ { print "../"$2 }' ../%{name}.spec)
|
git-am -p1 $(awk '/^Patch.*:/ { print "../"$2 }' %{_specdir}/%{name}.spec)
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user