Hello community,

here is the log from the commit of package issue-generator for openSUSE:Factory 
checked in at 2017-12-16 20:46:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/issue-generator (Old)
 and      /work/SRC/openSUSE:Factory/.issue-generator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "issue-generator"

Sat Dec 16 20:46:01 2017 rev:6 rq:556644 version:1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/issue-generator/issue-generator.changes  
2017-12-09 20:25:09.264218125 +0100
+++ /work/SRC/openSUSE:Factory/.issue-generator.new/issue-generator.changes     
2017-12-16 20:46:09.722428151 +0100
@@ -1,0 +2,6 @@
+Wed Dec 13 12:05:01 CET 2017 - ku...@suse.de
+
+- Enable more network devices to be shown on s390x [bsc#1071776]
+- Remove systemd require again, systemd-preset-branding is fixed.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ issue-generator.spec ++++++
--- /var/tmp/diff_new_pack.Rrhje9/_old  2017-12-16 20:46:11.126360378 +0100
+++ /var/tmp/diff_new_pack.Rrhje9/_new  2017-12-16 20:46:11.130360184 +0100
@@ -28,7 +28,6 @@
 Requires(post): %fillup_prereq
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-%{?systemd_requires}
 
 %description
 issue-generator is a tool to create an issue file dynamically.
@@ -39,6 +38,10 @@
 %build
 %configure
 make %{?_smp_mflags}
+%ifarch s390x
+# Adjust regex in sysconfig/issue-generator for s390x
+sed -i -e 's|NETWORK_INTERFACE_REGEX=.*|NETWORK_INTERFACE_REGEX="^[beqich]"|g' 
udev/sysconfig.issue-generator
+%endif
 
 %install
 make %{?_smp_mflags} DESTDIR=%{buildroot} install


Reply via email to