- Enable more network devices to be shown on s390x [bsc#1071776]

- Remove systemd require again, systemd-preset-branding is fixed.

OBS-URL: https://build.opensuse.org/package/show/Base:System/issue-generator?expand=0&rev=13
This commit is contained in:
Thorsten Kukuk 2017-12-13 11:06:40 +00:00 committed by Git OBS Bridge
parent 15775894a1
commit 418ff8c259
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 13 12:05:01 CET 2017 - kukuk@suse.de
- Enable more network devices to be shown on s390x [bsc#1071776]
- Remove systemd require again, systemd-preset-branding is fixed.
-------------------------------------------------------------------
Fri Dec 8 07:22:42 UTC 2017 - kukuk@suse.com

View File

@ -28,7 +28,6 @@ BuildRequires: fdupes
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 @@ issue-generator is a tool to create an issue file dynamically.
%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