Skip to content

Commit

Permalink
version 20241110
Browse files Browse the repository at this point in the history
This also moves dedup to a separate make target.
  • Loading branch information
marmarek committed Nov 13, 2024
1 parent 648ac2d commit 2efe1f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions linux-firmware.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ make DESTDIR=%{buildroot}/ FIRMWAREDIR=%{_firmwarepath} install-zst
%else
make DESTDIR=%{buildroot}/ FIRMWAREDIR=%{_firmwarepath} install
%endif
make DESTDIR=%{buildroot}/ FIRMWAREDIR=%{_firmwarepath} dedup

#Cleanup files we don't want to ship
pushd %{buildroot}/%{_firmwarepath}
Expand Down Expand Up @@ -526,6 +527,7 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
%{_firmwarepath}/iwlwifi-Qu*.ucode*
%{_firmwarepath}/iwlwifi-ty-a0*
%{_firmwarepath}/iwlwifi-so-a0*
%{_firmwarepath}/iwlwifi-bz-b0*

%files -n libertas-firmware
%license LICENCE.Marvell LICENCE.OLPC
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240811
20241110

0 comments on commit 2efe1f5

Please sign in to comment.