Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zd1211-firmware for openSUSE:Factory checked in at 2021-03-29 18:22:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zd1211-firmware (Old) and /work/SRC/openSUSE:Factory/.zd1211-firmware.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zd1211-firmware" Mon Mar 29 18:22:22 2021 rev:18 rq:881758 version:1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/zd1211-firmware/zd1211-firmware.changes 2014-10-07 16:01:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.zd1211-firmware.new.2401/zd1211-firmware.changes 2021-03-29 18:22:23.562300027 +0200 @@ -1,0 +2,10 @@ +Sun Mar 21 10:42:29 UTC 2021 - Michal Suchanek <msucha...@suse.com> + +- Fix build on Leap which does not have %_firmwaredir + +------------------------------------------------------------------- +Mon Oct 19 13:06:22 UTC 2020 - Ludwig Nussel <lnus...@suse.de> + +- use %_firmwaredir + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zd1211-firmware.spec ++++++ --- /var/tmp/diff_new_pack.1WpMbz/_old 2021-03-29 18:22:24.010300486 +0200 +++ /var/tmp/diff_new_pack.1WpMbz/_new 2021-03-29 18:22:24.010300486 +0200 @@ -1,7 +1,7 @@ # # spec file for package zd1211-firmware # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # icecream 0 +%{?!_firmwaredir:%define _firmwaredir /lib/firmware} + Name: zd1211-firmware Version: 1.5 Release: 0 Summary: Firmware for ZD1211 USB WLAN sticks -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Hardware/Wifi Source: http://downloads.sourceforge.net/zd1211/zd1211-firmware-%{version}.tar.bz2 -Url: http://zd1211.ath.cx/ +URL: http://zd1211.ath.cx/ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build # Modules: zd1211rw.ko @@ -68,8 +70,8 @@ %build %install -install -d -m 755 %{buildroot}/lib/firmware/zd1211 -install -m 644 zd* %{buildroot}/lib/firmware/zd1211 +install -d -m 755 %{buildroot}%{_firmwaredir}/zd1211 +install -m 644 zd* %{buildroot}%{_firmwaredir}/zd1211 %clean rm -rf %{buildroot} @@ -77,6 +79,6 @@ %files %defattr(-, root, root) %doc README COPYING -/lib/firmware/zd1211 +%{_firmwaredir}/zd1211 %changelog