[linux-firmware] use git to apply the radeon firmware

Dave Airlie airlied at fedoraproject.org
Wed Mar 21 09:03:41 UTC 2012


commit 398e9b079b0f51dde9a0cbef15e0a64a95441f83
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Mar 21 09:00:25 2012 +0000

    use git to apply the radeon firmware

 linux-firmware.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/linux-firmware.spec b/linux-firmware.spec
index 52dba9b..88b7b64 100644
--- a/linux-firmware.spec
+++ b/linux-firmware.spec
@@ -28,9 +28,13 @@ operate.
 
 %prep
 %setup -q -n linux-firmware-%{checkout}
+if [ -z "$GIT_COMMITTER_NAME" ]; then
+    git config user.email "nobody at fedoraproject.org"
+    git config user.name "Fedora X Ninjas"
+fi
 git init .
 git add .
-git commit -m init .
+git commit --author="builder at redhat.com" -m init .
 git am %{PATCH1}
 
 %build


More information about the scm-commits mailing list