Hello community, here is the log from the commit of package alsa-firmware for openSUSE:Factory checked in at 2020-11-11 20:48:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa-firmware (Old) and /work/SRC/openSUSE:Factory/.alsa-firmware.new.26437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa-firmware" Wed Nov 11 20:48:17 2020 rev:44 rq:847806 version:1.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/alsa-firmware/alsa-firmware.changes 2020-10-24 15:16:06.804150996 +0200 +++ /work/SRC/openSUSE:Factory/.alsa-firmware.new.26437/alsa-firmware.changes 2020-11-11 20:48:18.855755283 +0100 @@ -9,0 +10,5 @@ +Mon Oct 19 12:49:11 UTC 2020 - Ludwig Nussel <lnus...@suse.de> + +- use %_firmwaredir + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa-firmware.spec ++++++ --- /var/tmp/diff_new_pack.P9whSS/_old 2020-11-11 20:48:19.567755952 +0100 +++ /var/tmp/diff_new_pack.P9whSS/_new 2020-11-11 20:48:19.571755956 +0100 @@ -82,36 +82,36 @@ %configure \ --enable-loader \ --enable-hotplug \ - --with-hotplug-dir=/lib/firmware + --with-hotplug-dir=%{_firmwaredir} make %{?_smp_mflags} %install make DESTDIR="%{buildroot}" install # remove duplicated entries that are already in kernel-firmware package -rm -f %{buildroot}/lib/firmware/ctefx.bin -rm -f %{buildroot}/lib/firmware/ctspeq.bin +rm -f %{buildroot}%{_firmwaredir}/ctefx.bin +rm -f %{buildroot}%{_firmwaredir}/ctspeq.bin # remove unnecessary loader firmwares for d in vxloader mixartloader pcxhrloader; do rm -rf %{buildroot}%{_datadir}/alsa/firmware/$d done # some files are included in the new "kernel-firmware" package for d in ess korg sb16 yamaha; do - rm -rf %{buildroot}/lib/firmware/$d + rm -rf %{buildroot}%{_firmwaredir}/$d done # change identical files to symlinks for hdsploader pushd %{buildroot}%{_datadir}/alsa/firmware/hdsploader for i in *.bin; do - hotplug=%{buildroot}/lib/firmware/$i + hotplug=%{buildroot}%{_firmwaredir}/$i if [ -f $hotplug ]; then if cmp -s -b $hotplug $i; then rm $i - ln -s /lib/firmware/$i + ln -s %{_firmwaredir}/$i fi fi done popd # FIXME: remove non-existing msnd firmware symlinks -rm -rf %{buildroot}/lib/firmware/turtlebeach +rm -rf %{buildroot}%{_firmwaredir}/turtlebeach # install documents mkdir -p %{buildroot}%{_docdir}/%{name} mkdir -p %{buildroot}%{_licensedir}/%{name} @@ -143,7 +143,7 @@ %defattr(-, root, root) %doc %{_docdir}/%{name} %license %{_licensedir}/%{name} -/lib/firmware/* +%{_firmwaredir}/* %{_datadir}/alsa %{_udevdir} _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org