Hello community,

here is the log from the commit of package adaptec-firmware for 
openSUSE:Factory checked in at 2020-11-25 19:28:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adaptec-firmware (Old)
 and      /work/SRC/openSUSE:Factory/.adaptec-firmware.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adaptec-firmware"

Wed Nov 25 19:28:26 2020 rev:16 rq:850289 version:1.35

Changes:
--------
--- /work/SRC/openSUSE:Factory/adaptec-firmware/adaptec-firmware.changes        
2011-12-20 22:11:59.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.adaptec-firmware.new.5913/adaptec-firmware.changes  
    2020-11-25 19:28:29.362425125 +0100
@@ -1,0 +2,5 @@
+Mon Oct 19 12:47:57 UTC 2020 - Ludwig Nussel <[email protected]>
+
+- Use %_firmwaredir
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ adaptec-firmware.spec ++++++
--- /var/tmp/diff_new_pack.AVJjXv/_old  2020-11-25 19:28:29.986425910 +0100
+++ /var/tmp/diff_new_pack.AVJjXv/_new  2020-11-25 19:28:29.990425915 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package adaptec-firmware
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,9 +12,10 @@
 # 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/
 #
 
+
 Name:           adaptec-firmware
 Summary:        Firmware files for Adaptec SAS Cards (AIC94xx Series)
 License:        SUSE-Firmware
@@ -26,7 +27,6 @@
 # Install into this non-root directory (required when norootforbuild is used):
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-%define _datadir /lib/firmware
 # Modules: aic94xx.ko
 Supplements:    modalias(pci:v00009005d00000410sv*sd*bc*sc*i*)
 Supplements:    modalias(pci:v00009005d00000412sv*sd*bc*sc*i*)
@@ -47,13 +47,13 @@
 %install
 # The firmware files must be installed in /lib/firmware
 # because the firmware loader from udev searches there
-mkdir -p %{buildroot}%{_datadir}
-install -m 644 %{S:0} %{buildroot}%{_datadir}
+mkdir -p %{buildroot}%{_firmwaredir}
+install -m 644 %{S:0} %{buildroot}%{_firmwaredir}
 
 %files
 %defattr(-,root,root)
 %doc LICENSE
-%{_datadir}/*
+%{_firmwaredir}/*
 
 %description
 Firmware files for the Adaptec AIC94xx (Razor) Series of SAS HBA
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to