- Updated to dump 0.4b38 (#144840)

- Updated the experimental dump patch.
- Dropped the cvs patch, applied in the upstream release.
This commit is contained in:
Jindrich Novy 2005-01-12 09:26:56 +00:00
parent fe3666cb74
commit a646942205
3 changed files with 12 additions and 8 deletions

View File

@ -1 +1,2 @@
dump-0.4b37.tar.gz
dump-0.4b38.tar.bz2

View File

@ -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 <jnovy@redhat.com> 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 <dwalsh@redhat.com> 0.4b37-3
- Updated experimental dump patch from upstream to allow dump/restore of xattr.

View File

@ -1 +1 @@
b2e7ea8bbdd5b91e30561c46d4a7dd40 dump-0.4b37.tar.gz
695a5472cd849edcd848b104395be2fe dump-0.4b38.tar.bz2