X-Git-Url: http://git.onelab.eu/?p=yum.git;a=blobdiff_plain;f=yum.spec;fp=yum.spec;h=540dd679db13add2a49e3a20945d74be56b3fbf7;hp=e10ad7cf870d409a2ddc3aee5b9277b94600ecef;hb=c8f99fb3bcea818a15c200a7db7c9e359a846bdc;hpb=b329f0cf440cd2486786ff603d43758fc6076e1e diff --git a/yum.spec b/yum.spec index e10ad7c..540dd67 100644 --- a/yum.spec +++ b/yum.spec @@ -1,6 +1,6 @@ %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%global release 3chroot +%global release 4chroot Summary: RPM installer/updater Name: yum @@ -19,6 +19,7 @@ Patch4: no-more-exactarchlist.patch Patch5: geode-arch.patch Patch6: yum-HEAD.patch Patch7: yum-do-not-overwrite-keys.patch +Patch8: reget-metadata-size-fix.patch Patch10: yum-3.2.27-chroot.patch URL: http://yum.baseurl.org/ @@ -65,6 +66,7 @@ can notify you when they are available via email, syslog or dbus. %patch5 -p1 #%%%%patch6 -p1 %patch7 -p1 +%patch8 -p1 %patch10 -p1 @@ -117,6 +119,10 @@ rm -rf $RPM_BUILD_ROOT %dir /usr/lib/yum-plugins %changelog +* Thu Apr 8 2010 Seth Vidal - 3.2.27-3 +- fix regets on metadata when we run into an old file that's larger + than the new one + * Tue Mar 23 2010 Seth Vidal - 3.2.27-2 - broke searching in PK, this patch fixes it.