From c0c5f486b5941a174b9a05ffaf160489c16be192 Mon Sep 17 00:00:00 2001 From: trenn <> Date: Nov 25 2020 18:28:59 +0000 Subject: Update adaptec-firmware to version 1.35 / rev 16 via SR 850289 https://build.opensuse.org/request/show/850289 by user trenn + dimstar_suse --- diff --git a/.files b/.files index f7c1892..b5f320f 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index a2c5c91..9840fd9 100644 --- a/.rev +++ b/.rev @@ -101,4 +101,12 @@ adrianSuSE Split 13.2 from Factory + + 581928e4ff88d586124316e30e2cc487 + 1.35 + + dimstar_suse + + 850289 + diff --git a/adaptec-firmware.changes b/adaptec-firmware.changes index ef7550a..dd18f78 100644 --- a/adaptec-firmware.changes +++ b/adaptec-firmware.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Mon Oct 19 12:47:57 UTC 2020 - Ludwig Nussel + +- Use %_firmwaredir + +------------------------------------------------------------------- Wed Dec 14 14:37:35 UTC 2011 - coolo@suse.com - as spdx.org has no concept of firmware, we decided to mark it as diff --git a/adaptec-firmware.spec b/adaptec-firmware.spec index df8fea3..8b3523a 100644 --- a/adaptec-firmware.spec +++ b/adaptec-firmware.spec @@ -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 @@ Release: 0 # 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 @@ cp %{S:1} . %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