Add a requirement for the coreutils. (BZ 557006)
This commit is contained in:
parent
8d40e3a0e8
commit
17167ab951
@ -17,7 +17,7 @@
|
|||||||
Summary: A GNU collection of binary utilities
|
Summary: A GNU collection of binary utilities
|
||||||
Name: %{?cross}binutils%{?_with_debug:-debug}
|
Name: %{?cross}binutils%{?_with_debug:-debug}
|
||||||
Version: 2.20.51.0.2
|
Version: 2.20.51.0.2
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://sources.redhat.com/binutils
|
URL: http://sources.redhat.com/binutils
|
||||||
@ -74,6 +74,7 @@ Obsoletes: gnupro <= 1117-1
|
|||||||
%{!?ld_gold_priority:%define ld_gold_priority 30}
|
%{!?ld_gold_priority:%define ld_gold_priority 30}
|
||||||
|
|
||||||
%if "%{build_gold}" == "both"
|
%if "%{build_gold}" == "both"
|
||||||
|
Requires(post): coreutils
|
||||||
Requires(post): %{_sbindir}/alternatives
|
Requires(post): %{_sbindir}/alternatives
|
||||||
Requires(preun): %{_sbindir}/alternatives
|
Requires(preun): %{_sbindir}/alternatives
|
||||||
%endif
|
%endif
|
||||||
@ -427,6 +428,9 @@ exit 0
|
|||||||
%endif # %{isnative}
|
%endif # %{isnative}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 22 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.2-13
|
||||||
|
- Add a requirement for the coreutils. (BZ557006)
|
||||||
|
|
||||||
* Wed Jan 20 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.2-12
|
* Wed Jan 20 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.2-12
|
||||||
- Fix --no-copy-dt-needed so that it will not complain about weak references.
|
- Fix --no-copy-dt-needed so that it will not complain about weak references.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user