diff --git a/amanda.spec b/amanda.spec index 9329418..fe10694 100644 --- a/amanda.spec +++ b/amanda.spec @@ -6,7 +6,7 @@ Summary: A network-capable tape backup solution. Name: amanda Version: 2.4.4p4 -Release: 3 +Release: 4 Source: http://download.sourceforge.net/amanda/amanda-%{version}.tar.gz Source1: amanda.crontab # Source2: __README_QUICKSETUP__ @@ -18,6 +18,7 @@ Source7: amidxtape-xinetd Source8: amandahosts Patch0: amanda-2.4.2-bug18322.patch Patch1: amanda-2.4.4p2-pie.patch +Patch2: amanda-2.4.4p4-bug144052.patch License: BSD Group: Applications/System URL: http://www.amanda.org @@ -79,6 +80,7 @@ be used to develop amanda applications. %setup -q %patch0 -p1 -b .bug18322 %patch1 -p1 -b .pie +%patch2 -p1 -b .bug144052 libtoolize --copy --force aclocal automake @@ -312,6 +314,10 @@ useradd -M -n -g disk -o -r -d /var/lib/amanda -s /bin/bash \ %{_libdir}/*.la %changelog +* Tue Apr 5 2005 Jay Fenlason 2.4.4p4-4 +- Add -bug144052 patch to close + bz#144052 amverifyrun sometimes verifies the wrong tapes + * Tue Mar 8 2005 Jay Fenlason 2.4.4p4-3 - rebuild with gcc4