use git to apply the radeon firmware
This commit is contained in:
parent
614f35c5e7
commit
398e9b079b
@ -28,9 +28,13 @@ operate.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n linux-firmware-%{checkout}
|
%setup -q -n linux-firmware-%{checkout}
|
||||||
|
if [ -z "$GIT_COMMITTER_NAME" ]; then
|
||||||
|
git config user.email "nobody@fedoraproject.org"
|
||||||
|
git config user.name "Fedora X Ninjas"
|
||||||
|
fi
|
||||||
git init .
|
git init .
|
||||||
git add .
|
git add .
|
||||||
git commit -m init .
|
git commit --author="builder@redhat.com" -m init .
|
||||||
git am %{PATCH1}
|
git am %{PATCH1}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user