[rpm] - force _host_vendor to redhat to better match toolchain (#485203)

Panu Matilainen pmatilai at fedoraproject.org
Mon Jul 2 10:35:06 UTC 2012


commit 4660edea189ee99d0aa80aee0461f472d00d8d76
Author: Panu Matilainen <pmatilai at redhat.com>
Date:   Mon Jul 2 13:34:35 2012 +0300

    - force _host_vendor to redhat to better match toolchain (#485203)

 rpm.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/rpm.spec b/rpm.spec
index 4d6c4ab..1a830d4 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -21,7 +21,7 @@
 Summary: The RPM package management system
 Name: rpm
 Version: %{rpmver}
-Release: %{?snapver:0.%{snapver}.}4%{?dist}
+Release: %{?snapver:0.%{snapver}.}5%{?dist}
 Group: System Environment/Base
 Url: http://www.rpm.org/
 Source0: http://rpm.org/releases/rpm-4.10.x/%{name}-%{srcver}.tar.bz2
@@ -256,6 +256,8 @@ export CPPFLAGS CFLAGS LDFLAGS
     --localstatedir=%{_var} \
     --sharedstatedir=%{_var}/lib \
     --libdir=%{_libdir} \
+    --build=%{_target_platform} \
+    --host=%{_target_platform} \
     --with-vendor=redhat \
     %{!?with_int_bdb: --with-external-db} \
     %{!?with_plugins: --disable-plugins} \
@@ -448,6 +450,9 @@ exit 0
 %doc COPYING doc/librpm/html/*
 
 %changelog
+* Mon Jul 02 2012 Panu Matilainen <pmatilai at redhat.com> - 4.10.0-5
+- force _host_vendor to redhat to better match toolchain etc (#485203)
+
 * Thu Jun 28 2012 Panu Matilainen <pmatilai at redhat.com> - 4.10.0-4
 - merge ppc64p7 related fixes that only went into f17 (#835978)
 


More information about the scm-commits mailing list