- 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:
parent
15775894a1
commit
418ff8c259
@ -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
|
Fri Dec 8 07:22:42 UTC 2017 - kukuk@suse.com
|
||||||
|
|
||||||
|
@ -28,7 +28,6 @@ BuildRequires: fdupes
|
|||||||
Requires(post): %fillup_prereq
|
Requires(post): %fillup_prereq
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%{?systemd_requires}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
issue-generator is a tool to create an issue file dynamically.
|
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
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
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
|
%install
|
||||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||||
|
Loading…
Reference in New Issue
Block a user