From 3faa92c851eae52e7b110753e1e0b66994bcaef4 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 3 Feb 2014 22:41:12 +0100 Subject: [PATCH] set up a fake user for git --- libreoffice.spec | 2 ++ 1 file changed, 2 insertions(+) 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}