Accepting request 556644 from Base:System
- 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/request/show/556644 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/issue-generator?expand=0&rev=6
This commit is contained in:
commit
b7daecaa15
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user