diff --git a/.cvsignore b/.cvsignore index 8cc4c82..76f37b7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ apt-0.5.15lorg3.2.tar.bz2 apt-0.5.15lorg3.2-ppc.patch +apt-0.5.15lorg3.x-cache-corruption.patch diff --git a/apt.spec b/apt.spec index 14d20da..dc0f52a 100644 --- a/apt.spec +++ b/apt.spec @@ -6,7 +6,7 @@ Summary: Debian's Advanced Packaging Tool with RPM support Name: apt Version: 0.5.15lorg3.2 -Release: 8.1%{?dist} +Release: 9%{?dist} Group: System Environment/Base URL: http://apt-rpm.org/ License: GPL @@ -33,6 +33,8 @@ Source150: default.conf # Fix ppc mapping Patch0: apt-0.5.15lorg3.2-ppc.patch +# band aid for mmap issues (#211254) +Patch1: apt-0.5.15lorg3.x-cache-corruption.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -114,6 +116,7 @@ RHL/RHEL/FC distributions. %prep %setup -q %patch0 -p1 -b .ppc +%patch1 -p1 -b .mmap # fix docs to reference correct paths perl -pi -e \ @@ -287,6 +290,10 @@ fi %changelog +* Sat Dec 23 2006 Axel Thimm - 0.5.15lorg3.2-9 +- Add a patch to notify user and rebuild the cache on cache + corruption. + * Sat Dec 9 2006 Axel Thimm - 0.5.15lorg3.2-8.1 - Rebuild against python 2.5. diff --git a/sources b/sources index 0f81ccc..bd7d9a7 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ ce05fcc7e0e614fa6e2175008945bb59 apt-0.5.15lorg3.2.tar.bz2 319591417226d12f0264cce78a1c95fa apt-0.5.15lorg3.2-ppc.patch +6c2e9568a0c2bbe6b0bbd1aa0643a377 apt-0.5.15lorg3.x-cache-corruption.patch