auto-import changelog data from dump-0.4b28-7.src.rpm

Fri Jan 24 2003 Mike A. Harris <mharris@redhat.com> 0.4b28-7
- Added --enable-qfa to configure macro for RFE: (#77608)
Wed Jan 22 2003 Tim Powers <timp@redhat.com> 0.4b28-6
- rebuilt
Mon Oct 07 2002 Mike A. Harris <mharris@redhat.com> 0.4b28-5
- All-arch rebuild
This commit is contained in:
cvsdist 2004-09-09 04:25:03 +00:00
parent e7eaf258a6
commit c0bb342d88

View File

@ -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 <mharris@redhat.com> 0.4b28-7
- Added --enable-qfa to configure macro for RFE: (#77608)
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 0.4b28-6
- rebuilt
* Mon Oct 7 2002 Mike A. Harris <mharris@redhat.com> 0.4b28-5
- All-arch rebuild
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild