diff --git a/dump.spec b/dump.spec index 7cbff44..ec14241 100644 --- a/dump.spec +++ b/dump.spec @@ -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 0.4b37-2 +- Added experimental dump patch from upstream to allow dump/restore of xattr. + * Thu Jul 29 2004 Warren Togami - 0.4b37