- Updated experimental dump patch from upstream to allow dump/restore of

xattr.
This commit is contained in:
Daniel J Walsh 2004-12-20 18:44:31 +00:00
parent d73a990b35
commit fe3666cb74

View File

@ -6,7 +6,7 @@
Summary: Programs for backing up and restoring ext2/ext3 filesystems.
Name: dump
Version: 0.4b37
Release: 2
Release: 3
License: BSD
Group: Applications/Archiving
URL: http://dump.sourceforge.net
@ -14,7 +14,8 @@ Source: dump-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: e2fsprogs-devel >= 1.18, readline-devel >= 4.2
BuildRequires: libtermcap-devel, zlib-devel
Patch: dump-ea.patch
Patch: dump-cvs20041217.patch.bz2
Patch1: dump-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
@ -45,7 +46,8 @@ restoring files from a backup), and tar (an archiving program).
%prep
%setup -q
%patch -p0 -b .ea
%patch -p1 -b .cvs
%patch1 -p0 -b .ea
%build
%configure %{myoptions} --enable-static --enable-rmt --enable-qfa
@ -98,6 +100,9 @@ rm -rf %{buildroot}
%{_mandir}/man8/rmt.*
%changelog
* Mon Dec 20 2004 Dan Walsh <dwalsh@redhat.com> 0.4b37-3
- Updated experimental dump patch from upstream to allow dump/restore of xattr.
* Thu Dec 9 2004 Dan Walsh <dwalsh@redhat.com> 0.4b37-2
- Added experimental dump patch from upstream to allow dump/restore of xattr.