forked from pool/systemd
Accepting request 225860 from home:AndreasSchwab:f
- Don't require non-existing binutils-gold OBS-URL: https://build.opensuse.org/request/show/225860 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=559
This commit is contained in:
parent
fe37893477
commit
b0c28df014
@ -1,9 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 17:35:11 UTC 2014 - schwab@linux-m68k.org
|
||||
|
||||
- Don't require non-existing binutils-gold
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 15:43:19 UTC 2014 - werner@suse.de
|
||||
|
||||
- Avoid file conflict between udev and systemd (bnc# 868230)
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 16:52:09 UTC 2014 - werner@suse.de
|
||||
|
||||
|
@ -40,8 +40,11 @@ Provides: %{real} = %{version}-%{release}
|
||||
|
||||
BuildRequires: audit-devel
|
||||
%if %{with compat_libs}
|
||||
# See gold_archs in binutils.spec
|
||||
%ifarch %ix86 %arm x86_64 ppc ppc64 ppc64le %sparc
|
||||
BuildRequires: binutils-gold
|
||||
%endif
|
||||
%endif
|
||||
%if ! 0%{?bootstrap}
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
%endif
|
||||
|
@ -1,9 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 17:35:11 UTC 2014 - schwab@linux-m68k.org
|
||||
|
||||
- Don't require non-existing binutils-gold
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 15:43:19 UTC 2014 - werner@suse.de
|
||||
|
||||
- Avoid file conflict between udev and systemd (bnc# 868230)
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 16:52:09 UTC 2014 - werner@suse.de
|
||||
|
||||
|
@ -35,8 +35,11 @@ Group: System/Base
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: audit-devel
|
||||
%if %{with compat_libs}
|
||||
# See gold_archs in binutils.spec
|
||||
%ifarch %ix86 %arm x86_64 ppc ppc64 ppc64le %sparc
|
||||
BuildRequires: binutils-gold
|
||||
%endif
|
||||
%endif
|
||||
%if ! 0%{?bootstrap}
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user