- 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:
parent
fe3666cb74
commit
a646942205
@ -1 +1,2 @@
|
||||
dump-0.4b37.tar.gz
|
||||
dump-0.4b38.tar.bz2
|
||||
|
||||
17
dump.spec
17
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 <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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user