SHA256
1
0
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:
Dr. Werner Fink 2014-03-14 11:02:35 +00:00 committed by Git OBS Bridge
parent fe37893477
commit b0c28df014
4 changed files with 16 additions and 2 deletions

View File

@ -1,8 +1,12 @@
-------------------------------------------------------------------
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

View File

@ -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

View File

@ -1,8 +1,12 @@
-------------------------------------------------------------------
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

View File

@ -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