From c0bb342d8882c688fdd2adb13649b10187b5213e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:25:03 +0000 Subject: [PATCH] auto-import changelog data from dump-0.4b28-7.src.rpm Fri Jan 24 2003 Mike A. Harris 0.4b28-7 - Added --enable-qfa to configure macro for RFE: (#77608) Wed Jan 22 2003 Tim Powers 0.4b28-6 - rebuilt Mon Oct 07 2002 Mike A. Harris 0.4b28-5 - All-arch rebuild --- dump.spec | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/dump.spec b/dump.spec index 7ebb498..c885058 100644 --- a/dump.spec +++ b/dump.spec @@ -6,21 +6,21 @@ Summary: Programs for backing up and restoring ext2/ext3 filesystems. Name: dump Version: 0.4b28 -Release: 4 +Release: 7 License: BSD Group: Applications/Archiving URL: http://dump.sourceforge.net Source: dump-%{version}.tar.bz2 + +BuildRoot: %{_tmppath}/%{name}-root + BuildPrereq: libtermcap-devel BuildPrereq: e2fsprogs-devel >= 1.18, readline-devel >= 4.2 BuildPrereq: zlib-devel - # This Prereq is now required because we only ship static binaries, and # need to ensure the "disk" group is created before installation (#60461) Prereq: setup - Requires: rmt -BuildRoot: %{_tmppath}/%{name}-root Obsoletes: dump-static Provides: dump-static @@ -50,7 +50,7 @@ restoring files from a backup), and tar (an archiving program). #%patch0 -p0 -b .dump-atomic-read-write %build -%configure %{myoptions} --enable-static --enable-rmt +%configure %{myoptions} --enable-static --enable-rmt --enable-qfa %ifarch alpha RPM_OPT_FLAGS="" @@ -105,6 +105,15 @@ rm -rf %{buildroot} %{_mandir}/man8/rmt.* %changelog +* Fri Jan 24 2003 Mike A. Harris 0.4b28-7 +- Added --enable-qfa to configure macro for RFE: (#77608) + +* Wed Jan 22 2003 Tim Powers 0.4b28-6 +- rebuilt + +* Mon Oct 7 2002 Mike A. Harris 0.4b28-5 +- All-arch rebuild + * Fri Jun 21 2002 Tim Powers - automated rebuild