Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pcmciautils for openSUSE:Factory 
checked in at 2021-06-11 00:17:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcmciautils (Old)
 and      /work/SRC/openSUSE:Factory/.pcmciautils.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcmciautils"

Fri Jun 11 00:17:37 2021 rev:29 rq:896979 version:018

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcmciautils/pcmciautils.changes  2015-09-24 
07:16:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pcmciautils.new.32437/pcmciautils.changes       
2021-06-11 00:17:38.265208913 +0200
@@ -1,0 +2,5 @@
+Wed Jun  2 17:03:23 UTC 2021 - Callum Farmer <[email protected]>
+
+- Use %_firmwaredir
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pcmciautils.spec ++++++
--- /var/tmp/diff_new_pack.bZPmqt/_old  2021-06-11 00:17:38.757209767 +0200
+++ /var/tmp/diff_new_pack.bZPmqt/_new  2021-06-11 00:17:38.761209775 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pcmciautils
 #
-# Copyright (c) 2015 SUSE LINUX 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,17 +12,19 @@
 # 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/
 #
 
-
+%if %{undefined _firmwaredir}
+%define _firmwaredir /lib/firmware
+%endif
 %define _udevdir %(pkg-config --variable=udevdir udev)
 %define _udevrulesdir %{_udevdir}/rules.d
 Name:           pcmciautils
 Version:        018
 Release:        0
 Summary:        Utilities for PC-Cards
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Hardware/Other
 Url:            https://www.kernel.org/pub/linux/utils/kernel/pcmcia/
 Source0:        
https://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmciautils-%{version}.tar.xz
@@ -40,7 +42,6 @@
 Supplements:    modalias(pci:v*d*sv*sd*bc06sc07i00*)
 Obsoletes:      pcmcia < 017
 Provides:       pcmcia >= 017
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  sysfsutils-devel
 
 %description
@@ -65,12 +66,12 @@
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 install -m 644 suse-files/NOTE %{buildroot}%{_sysconfdir}/pcmcia
-mkdir -p %{buildroot}/lib/firmware
+mkdir -p %{buildroot}%{_firmwaredir}
 # Only install E-CARD.cis, all other files are part of
 # kernel-firmware package, so no need to duplicate them.
-install -m 644 cis-files/E-CARD.cis %{buildroot}/lib/firmware
-mkdir -p %{buildroot}/%{_docdir}/pcmciautils
-install -m 644 suse-files/README.SUSE %{buildroot}/%{_docdir}/pcmciautils
+install -m 644 cis-files/E-CARD.cis %{buildroot}%{_firmwaredir}
+mkdir -p %{buildroot}%{_docdir}/pcmciautils
+install -m 644 suse-files/README.SUSE %{buildroot}%{_docdir}/pcmciautils
 
 %post
 %set_permissions /sbin/pccardctl
@@ -89,8 +90,8 @@
 %{_udevdir}/pcmcia-check-broken-cis
 %{_udevdir}/pcmcia-socket-startup
 /sbin/lspcmcia
-/lib/firmware/*
-/%{_docdir}/pcmciautils
-/%{_mandir}/man8/*
+%{_firmwaredir}/*
+%{_docdir}/pcmciautils
+%{_mandir}/man8/*
 
 %changelog

Reply via email to