]> git.wh0rd.org - dump.git/blobdiff - dump.spec
Check for the e2fsprogs header <ext2fs/ext2_fs.h> instead of the kernel header if...
[dump.git] / dump.spec
index 522a146a20bd580528a19329c01e5b88b85ebe18..6603fd7932ce31e239d94f0c5ae93b6d91e772bf 100644 (file)
--- a/dump.spec
+++ b/dump.spec
@@ -1,15 +1,16 @@
 %define        _sbindir /sbin
 # XXX --enable-kerberos                needs krcmd
-%define        myoptions --with-binmode=6755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --with-dumpdates="%{_sysconfdir}/dumpdates" --enable-readline
+%define        myoptions --with-binmode=6755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --with-dumpdates="%{_sysconfdir}/dumpdates" --enable-readline --enable-largefile --enable-qfa
 
 Summary: Programs for backing up and restoring filesystems.
 Name: dump
-Version: 0.4b21
+Version: 0.4b22
 Release: 1
 License: BSD
 Group: Applications/Archiving
 Source: http://download.sourceforge.net/dump/dump-%{version}.tar.gz
 Requires: rmt
+BuildRequires: e2fsprogs-devel
 BuildRoot: %{_tmppath}/%{name}-root
 
 %description
@@ -121,6 +122,9 @@ rm -rf %{buildroot}
 %{_sbindir}/rrestore.static
 
 %changelog
+* Sat May 12 2001 Stelian Pop <pop@noos.fr>
+- dump 0.4b22 released, first packaging.
+
 * Sat Jan 30 2001 Stelian Pop <pop@noos.fr>
 - dump 0.4b21 released, first packaging.