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
c99adf7aba
commit
c542febe94
@ -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
|
Thu Mar 13 15:43:19 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
- Avoid file conflict between udev and systemd (bnc# 868230)
|
- Avoid file conflict between udev and systemd (bnc# 868230)
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 12 16:52:09 UTC 2014 - werner@suse.de
|
Wed Mar 12 16:52:09 UTC 2014 - werner@suse.de
|
||||||
|
@ -40,8 +40,11 @@ Provides: %{real} = %{version}-%{release}
|
|||||||
|
|
||||||
BuildRequires: audit-devel
|
BuildRequires: audit-devel
|
||||||
%if %{with compat_libs}
|
%if %{with compat_libs}
|
||||||
|
# See gold_archs in binutils.spec
|
||||||
|
%ifarch %ix86 %arm x86_64 ppc ppc64 ppc64le %sparc
|
||||||
BuildRequires: binutils-gold
|
BuildRequires: binutils-gold
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if ! 0%{?bootstrap}
|
%if ! 0%{?bootstrap}
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
Thu Mar 13 15:43:19 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
- Avoid file conflict between udev and systemd (bnc# 868230)
|
- Avoid file conflict between udev and systemd (bnc# 868230)
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 12 16:52:09 UTC 2014 - werner@suse.de
|
Wed Mar 12 16:52:09 UTC 2014 - werner@suse.de
|
||||||
|
@ -35,8 +35,11 @@ Group: System/Base
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: audit-devel
|
BuildRequires: audit-devel
|
||||||
%if %{with compat_libs}
|
%if %{with compat_libs}
|
||||||
|
# See gold_archs in binutils.spec
|
||||||
|
%ifarch %ix86 %arm x86_64 ppc ppc64 ppc64le %sparc
|
||||||
BuildRequires: binutils-gold
|
BuildRequires: binutils-gold
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if ! 0%{?bootstrap}
|
%if ! 0%{?bootstrap}
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user