summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macros.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/macros.in b/macros.in
index 35462c933..d53ab5ed5 100644
--- a/macros.in
+++ b/macros.in
@@ -1163,7 +1163,10 @@ package or when debugging this package.\
%{__git} config gc.auto 0\
%{__git} add --force .\
%{__git} commit %{-q} --allow-empty -a\\\
- --author "%{__scm_author}" -m "%{NAME}-%{VERSION} base"
+ --author "%{__scm_author}" -m "%{NAME}-%{VERSION} base"\
+%{__git} branch rpm-build \
+%{__git} checkout rpm-build \
+%{__git} branch --set-upstream-to=master
%__scm_apply_git(qp:m:)\
%{__git} apply --index --reject %{-p:-p%{-p*}} -\