From e85c5e60b8e893cb9159f6d8a9125ba791ff4591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 18 Jun 2014 16:10:01 +0200 Subject: [PATCH] Give the git a commmiter's name --- perl-Imager.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-Imager.spec b/perl-Imager.spec index ebe88ea..2c38031 100644 --- a/perl-Imager.spec +++ b/perl-Imager.spec @@ -53,6 +53,8 @@ Summary: perl-Imager's Test module %setup -q -n Imager-%{version} git init-db . git add . +git config user.email 'rpmbuild@localhost' +git config user.name 'rpmbuild' git commit -m 'original' git am < '%PATCH0'