linux-firmware update 20241014 fixup
- bump firmware_release - spec file update to use autosetup Resolves: RHEL-62359 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
509ef724a4
commit
b6f129648c
@ -1,6 +1,6 @@
|
||||
%global checkout 06bad2f1
|
||||
|
||||
%global firmware_release 124
|
||||
%global firmware_release 125
|
||||
|
||||
%global _firmwarepath /usr/lib/firmware
|
||||
%define _binaries_in_noarch_packages_terminate_build 0
|
||||
@ -257,19 +257,7 @@ License: Redistributable, no modification permitted
|
||||
Firmware for Marvell Libertas SD 8787 Network Adapter
|
||||
|
||||
%prep
|
||||
%setup -q -n linux-firmware-%{checkout}
|
||||
%if 0
|
||||
git init .
|
||||
if [ -z "$GIT_COMMITTER_NAME" ]; then
|
||||
git config user.email "nobody@fedoraproject.org"
|
||||
git config user.name "Fedora linux-firmware packagers"
|
||||
fi
|
||||
git add .
|
||||
git commit -m init .
|
||||
|
||||
git am %{patches}
|
||||
|
||||
%endif
|
||||
%autosetup -S git -p1 -n linux-firmware-%{checkout}
|
||||
|
||||
%build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user