diff --git a/libreoffice.spec b/libreoffice.spec index c126619..bc492c2 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1032,6 +1032,8 @@ rm -rf git-hooks */git-hooks # set up git repo git init +git config user.name rpmbuild +git config user.email rpmbuild@fedoraproject.org git config gc.auto 0 # disable auto packing git add -A git commit -q -a -m %{name}-%{version}