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

xattr.
This commit is contained in:
Daniel J Walsh 2004-12-16 18:16:22 +00:00
parent 8e98428066
commit d73a990b35

View File

@ -6,7 +6,7 @@
Summary: Programs for backing up and restoring ext2/ext3 filesystems.
Name: dump
Version: 0.4b37
Release: 1
Release: 2
License: BSD
Group: Applications/Archiving
URL: http://dump.sourceforge.net
@ -14,6 +14,7 @@ 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
# 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
@ -44,6 +45,7 @@ restoring files from a backup), and tar (an archiving program).
%prep
%setup -q
%patch -p0 -b .ea
%build
%configure %{myoptions} --enable-static --enable-rmt --enable-qfa
@ -96,6 +98,9 @@ rm -rf %{buildroot}
%{_mandir}/man8/rmt.*
%changelog
* Thu Dec 9 2004 Dan Walsh <dwalsh@redhat.com> 0.4b37-2
- Added experimental dump patch from upstream to allow dump/restore of xattr.
* Thu Jul 29 2004 Warren Togami <wtogami@redhat.com>
- 0.4b37