- update to dump 0.4b40

This commit is contained in:
Jindrich Novy 2005-05-03 13:10:09 +00:00
parent ff807467c6
commit 4eff112bb5

View File

@ -4,8 +4,8 @@
Summary: Programs for backing up and restoring ext2/ext3 filesystems.
Name: dump
Version: 0.4b39
Release: 3
Version: 0.4b40
Release: 1
License: BSD
Group: Applications/Archiving
URL: http://dump.sourceforge.net
@ -20,9 +20,6 @@ Requires: rmt
Obsoletes: dump-static
Provides: dump-static
Patch0: dump-%{version}-ea.patch.bz2
Patch1: dump-%{version}-asize.patch
%description
The dump package contains both dump and restore. Dump examines files
in a filesystem, determines which ones need to be backed up, and
@ -46,8 +43,6 @@ restoring files from a backup), and tar (an archiving program).
%prep
%setup -q
%patch0 -p1 -b .ea
%patch1 -p1 -b .asize
%build
%configure %{myoptions} --enable-static --enable-rmt --enable-qfa
@ -100,6 +95,10 @@ rm -rf %{buildroot}
%{_mandir}/man8/rmt.*
%changelog
* Tue May 3 2005 Jindrich Novy <jnvoy@redhat.com> 0.4b40-1
- Updated to dump 0.4b40
- Dropped .ea and .asize patches (applied upstream)
* Wed Mar 2 2005 Jindrich Novy <jnovy@redhat.com> 0.4b39-3
- Added patch to fix negative size problem with -s/-d
options (#147710) - from Stelian Pop