diff --git a/.cvsignore b/.cvsignore index dc950fa..7d99b60 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ dump-0.4b37.tar.gz +dump-0.4b38.tar.bz2 diff --git a/dump.spec b/dump.spec index f90c82a..98eff6b 100644 --- a/dump.spec +++ b/dump.spec @@ -5,17 +5,16 @@ Summary: Programs for backing up and restoring ext2/ext3 filesystems. Name: dump -Version: 0.4b37 -Release: 3 +Version: 0.4b38 +Release: 1 License: BSD Group: Applications/Archiving URL: http://dump.sourceforge.net -Source: dump-%{version}.tar.gz +Source: dump-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-root BuildRequires: e2fsprogs-devel >= 1.18, readline-devel >= 4.2 BuildRequires: libtermcap-devel, zlib-devel -Patch: dump-cvs20041217.patch.bz2 -Patch1: dump-ea.patch.bz2 +Patch0: dump-%{version}-ea.patch.bz2 # This Prereq is now required because we only ship static binaries, and # need to ensure the "disk" group is created before installation (#60461) Requires: setup @@ -46,8 +45,7 @@ restoring files from a backup), and tar (an archiving program). %prep %setup -q -%patch -p1 -b .cvs -%patch1 -p0 -b .ea +%patch0 -p1 -b .ea %build %configure %{myoptions} --enable-static --enable-rmt --enable-qfa @@ -100,6 +98,11 @@ rm -rf %{buildroot} %{_mandir}/man8/rmt.* %changelog +* Wed Jan 12 2005 Jindrich Novy 0.4b38-1 +- Updated to dump 0.4b38 (#144840) +- Updated the experimental dump patch. +- Dropped the cvs patch, applied in the upstream release. + * Mon Dec 20 2004 Dan Walsh 0.4b37-3 - Updated experimental dump patch from upstream to allow dump/restore of xattr. diff --git a/sources b/sources index abe5979..645f7f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b2e7ea8bbdd5b91e30561c46d4a7dd40 dump-0.4b37.tar.gz +695a5472cd849edcd848b104395be2fe dump-0.4b38.tar.bz2