From 4660edea189ee99d0aa80aee0461f472d00d8d76 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Jul 02 2012 10:34:35 +0000 Subject: - force _host_vendor to redhat to better match toolchain (#485203) --- 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 - 4.10.0-5 +- force _host_vendor to redhat to better match toolchain etc (#485203) + * Thu Jun 28 2012 Panu Matilainen - 4.10.0-4 - merge ppc64p7 related fixes that only went into f17 (#835978)