X-Git-Url: http://git.onelab.eu/?p=yum.git;a=blobdiff_plain;f=yum.spec;h=e10ad7cf870d409a2ddc3aee5b9277b94600ecef;hp=c81e0af935470b3e5b5de6e1889147f6a112372d;hb=1ed247a2447ed694add0700c185e52376155846e;hpb=983636356a018e7dbaeed69f697127a173234f5e diff --git a/yum.spec b/yum.spec index c81e0af..e10ad7c 100644 --- a/yum.spec +++ b/yum.spec @@ -1,9 +1,11 @@ %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + +%global release 3chroot Summary: RPM installer/updater Name: yum Version: 3.2.27 -Release: 1%{?dist} +Release: %release License: GPLv2+ Group: System Environment/Base Source0: http://yum.baseurl.org/download/3.2/%{name}-%{version}.tar.gz @@ -16,6 +18,7 @@ Patch3: yum-multilib-policy-best.patch Patch4: no-more-exactarchlist.patch Patch5: geode-arch.patch Patch6: yum-HEAD.patch +Patch7: yum-do-not-overwrite-keys.patch Patch10: yum-3.2.27-chroot.patch URL: http://yum.baseurl.org/ @@ -61,10 +64,11 @@ can notify you when they are available via email, syslog or dbus. %patch4 -p0 %patch5 -p1 #%%%%patch6 -p1 +%patch7 -p1 + %patch10 -p1 %build - make %install @@ -113,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT %dir /usr/lib/yum-plugins %changelog +* Tue Mar 23 2010 Seth Vidal - 3.2.27-2 +- broke searching in PK, this patch fixes it. + * Thu Mar 18 2010 Seth Vidal - 3.2.27-1 - update to 3.2.27 - lots of fixes since 3.2.26