diff --git a/macros.in b/macros.in index 0d094672df..fa370ca168 100644 --- a/macros.in +++ b/macros.in @@ -1208,7 +1208,7 @@ package or when debugging this package.\ %{__git} init %{-q}\ %{__git} config user.name "%{__scm_username}"\ %{__git} config user.email "%{__scm_usermail}"\ -%{__git} add .\ +%{__git} add --force .\ %{__git} commit %{-q} --allow-empty -a\\\ --author "%{__scm_author}" -m "%{NAME}-%{VERSION} base"