From 93950caa5d9d6c3a33e8becc7ddb4136fca6f349 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 15 Jan 2012 12:24:11 -0600 Subject: [PATCH] per ppc team request drop -mminimal-toc on ppc64 --- redhat-rpm-config-9.1.0-ppc-no-minimal-toc.patch | 15 +++++++++++++++ redhat-rpm-config.spec | 7 ++++++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 redhat-rpm-config-9.1.0-ppc-no-minimal-toc.patch diff --git a/redhat-rpm-config-9.1.0-ppc-no-minimal-toc.patch b/redhat-rpm-config-9.1.0-ppc-no-minimal-toc.patch new file mode 100644 index 0000000..6ee44fc --- /dev/null +++ b/redhat-rpm-config-9.1.0-ppc-no-minimal-toc.patch @@ -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 + diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index ced02c0..c47740b 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -1,7 +1,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config Version: 9.1.0 -Release: 25%{?dist} +Release: 26%{?dist} # No version specified. License: GPL+ 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 Patch6: redhat-rpm-config-9.1.0-relro.patch Patch7: redhat-rpm-config-9.1.0-hardened.patch +Patch8: redhat-rpm-config-9.1.0-ppc-no-minimal-toc.patch BuildArch: noarch Requires: coreutils Requires: rpm >= 4.6.0 @@ -46,6 +47,7 @@ Red Hat specific rpm configuration files. %patch5 -p1 %patch6 -p1 %patch7 -p1 +%patch8 -p1 %build @@ -67,6 +69,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_sysconfdir}/rpm/* %changelog +* Sun Jan 15 2012 Dennis Gilmore - 9.1.0-26 +- per ppc team request drop -mminimal-toc on ppc64 + * Sat Jan 14 2012 Fedora Release Engineering - 9.1.0-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild