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

This commit is contained in:
Panu Matilainen 2012-07-02 13:34:35 +03:00
parent 31171a2dbd
commit 4660edea18

View File

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