per ppc team request drop -mminimal-toc on ppc64
This commit is contained in:
parent
8d1ad74fc7
commit
93950caa5d
15
redhat-rpm-config-9.1.0-ppc-no-minimal-toc.patch
Normal file
15
redhat-rpm-config-9.1.0-ppc-no-minimal-toc.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
--- redhat-rpm-config-9.1.0-orig/rpmrc 2012-01-15 12:17:17.320694234 -0600
|
||||||
|
+++ redhat-rpm-config-9.1.0/rpmrc 2012-01-15 12:19:36.883275451 -0600
|
||||||
|
@@ -27,9 +27,9 @@
|
||||||
|
optflags: ppc %{__global_cflags} -m32
|
||||||
|
optflags: ppciseries %{__global_cflags} -m32
|
||||||
|
optflags: ppcpseries %{__global_cflags} -m32
|
||||||
|
-optflags: ppc64 %{__global_cflags} -m64 -mminimal-toc
|
||||||
|
-optflags: ppc64iseries %{__global_cflags} -m64 -mminimal-toc
|
||||||
|
-optflags: ppc64pseries %{__global_cflags} -m64 -mminimal-toc
|
||||||
|
+optflags: ppc64 %{__global_cflags} -m64
|
||||||
|
+optflags: ppc64iseries %{__global_cflags} -m64
|
||||||
|
+optflags: ppc64pseries %{__global_cflags} -m64
|
||||||
|
optflags: ppc8260 %{__global_cflags} -m32
|
||||||
|
optflags: ppc8560 %{__global_cflags} -m32
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Red Hat specific rpm configuration files
|
Summary: Red Hat specific rpm configuration files
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 9.1.0
|
Version: 9.1.0
|
||||||
Release: 25%{?dist}
|
Release: 26%{?dist}
|
||||||
# No version specified.
|
# No version specified.
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
@ -28,6 +28,7 @@ Patch4: redhat-rpm-config-9.1.0-arches-macros.patch
|
|||||||
Patch5: redhat-rpm-config-9.1.0-arm.patch
|
Patch5: redhat-rpm-config-9.1.0-arm.patch
|
||||||
Patch6: redhat-rpm-config-9.1.0-relro.patch
|
Patch6: redhat-rpm-config-9.1.0-relro.patch
|
||||||
Patch7: redhat-rpm-config-9.1.0-hardened.patch
|
Patch7: redhat-rpm-config-9.1.0-hardened.patch
|
||||||
|
Patch8: redhat-rpm-config-9.1.0-ppc-no-minimal-toc.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: coreutils
|
Requires: coreutils
|
||||||
Requires: rpm >= 4.6.0
|
Requires: rpm >= 4.6.0
|
||||||
@ -46,6 +47,7 @@ Red Hat specific rpm configuration files.
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
%patch8 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -67,6 +69,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_sysconfdir}/rpm/*
|
%{_sysconfdir}/rpm/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 15 2012 Dennis Gilmore <dennis@ausil.us> - 9.1.0-26
|
||||||
|
- per ppc team request drop -mminimal-toc on ppc64
|
||||||
|
|
||||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.1.0-25
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.1.0-25
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user