Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ivtv-firmware for openSUSE:Factory:NonFree checked in at 2021-08-24 10:53:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory:NonFree/ivtv-firmware (Old) and /work/SRC/openSUSE:Factory:NonFree/.ivtv-firmware.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ivtv-firmware" Tue Aug 24 10:53:24 2021 rev:3 rq:912385 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory:NonFree/ivtv-firmware/ivtv-firmware.changes 2013-12-02 12:33:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory:NonFree/.ivtv-firmware.new.1899/ivtv-firmware.changes 2021-08-24 10:53:24.388437477 +0200 @@ -1,0 +2,5 @@ +Wed Jun 2 16:05:17 UTC 2021 - Callum Farmer <gm...@opensuse.org> + +- Use %_firmwaredir + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ivtv-firmware.spec ++++++ --- /var/tmp/diff_new_pack.j1moI0/_old 2021-08-24 10:53:24.996436672 +0200 +++ /var/tmp/diff_new_pack.j1moI0/_new 2021-08-24 10:53:25.000436667 +0200 @@ -1,7 +1,7 @@ # # spec file for package ivtv-firmware # -# Copyright (c) 2013 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,21 +12,20 @@ # 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 Name: ivtv-firmware -Url: http://ivtvdriver.org/index.php/Main_Page -Summary: driver firmware for iCompression or Conexant video capture cards -License: SUSE-Firmware -Group: Productivity/Multimedia/Other -ExclusiveArch: %ix86 ppc ppc64 x86_64 Version: 1.4.0 Release: 0 +URL: http://ivtvdriver.org/index.php/Main_Page +Summary: Driver firmware for iCompression or Conexant video capture cards +License: SUSE-Firmware +Group: Productivity/Multimedia/Other Source0: ivtv-firmware.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build - # for cx8802 Supplements: modalias(pci:v000014F1d00008802sv*sd*bc*sc*i*) # for pvrusb2 @@ -54,22 +53,18 @@ to get working. %prep -%setup -q -c -n firmware +%autosetup -c -n firmware %build # nothing to do %install -mkdir -p "%{buildroot}/lib/firmware" +mkdir -p "%{buildroot}%{_firmwaredir}" rm -f v4l-cx25840.fw # drop, because it is already in kernel-firmware -cp -v * "%{buildroot}/lib/firmware" - -%clean -rm -rf %{buildroot} +cp -v *.fw "%{buildroot}%{_firmwaredir}" %files -%defattr(-,root,root) %doc license*txt -/lib/firmware/* +%{_firmwaredir}/* %changelog