Script 'mail_helper' called by obssrc
Hello community,

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

Package is "linux-atm"

Fri Jun 11 00:17:36 2021 rev:30 rq:896978 version:2.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/linux-atm/linux-atm.changes      2019-12-16 
17:26:32.147956136 +0100
+++ /work/SRC/openSUSE:Factory/.linux-atm.new.32437/linux-atm.changes   
2021-06-11 00:17:37.565207696 +0200
@@ -1,0 +2,5 @@
+Wed Jun  2 17:51:26 UTC 2021 - Callum Farmer <gm...@opensuse.org>
+
+- Use %_firmwaredir
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ linux-atm.spec ++++++
--- /var/tmp/diff_new_pack.Xk1Gf8/_old  2021-06-11 00:17:38.049208538 +0200
+++ /var/tmp/diff_new_pack.Xk1Gf8/_new  2021-06-11 00:17:38.053208544 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package linux-atm
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -15,7 +15,9 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-
+%if %{undefined _firmwaredir}
+%define _firmwaredir /lib/firmware
+%endif
 %global sover   1
 Name:           linux-atm
 Version:        2.5.2
@@ -36,6 +38,8 @@
 # PATCH-FIX-UPSTREAM fix-build-after-y2038-changes-in-glibc.patch -- fix build 
after y2038 changes in glibc
 Patch4:         fix-build-after-y2038-changes-in-glibc.patch
 BuildRequires:  bison
+BuildRequires:  autoconf
+BuildRequires:  libtool
 BuildRequires:  flex
 BuildRequires:  glibc-devel
 
@@ -62,6 +66,8 @@
 %autosetup -p1
 
 %build
+sed 's|/lib/firmware|%{_firmwaredir}|g' -i src/extra/Makefile.am
+autoreconf -fiv
 %configure --disable-static
 %make_build
 
@@ -78,8 +84,8 @@
 %config(noreplace) %{_sysconfdir}/hosts.atm
 %{_bindir}/*
 %{_sbindir}/*
-/lib/firmware/*
-%{_mandir}/man*/*.gz
+%{_firmwaredir}/*
+%{_mandir}/man*/*%{?ext_man}
 
 %files -n libatm%{sover}
 %license COPYING COPYING.GPL COPYING.LGPL

Reply via email to