From b0c28df014eeb5ba5de076bbd333a9bb47a0a70a4690e8b8cde0f9facdb5d74a Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 14 Mar 2014 11:02:35 +0000 Subject: [PATCH] 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 --- systemd-mini.changes | 6 +++++- systemd-mini.spec | 3 +++ systemd.changes | 6 +++++- systemd.spec | 3 +++ 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/systemd-mini.changes b/systemd-mini.changes index aa4dc952..cd85ff1f 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -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 diff --git a/systemd-mini.spec b/systemd-mini.spec index 8aa09434..ed8e8932 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -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 diff --git a/systemd.changes b/systemd.changes index aa4dc952..cd85ff1f 100644 --- a/systemd.changes +++ b/systemd.changes @@ -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 diff --git a/systemd.spec b/systemd.spec index 77d3e29f..f3a591aa 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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