auto-import changelog data from dump-0.4b25-1.72.0.src.rpm

Thu Feb 21 2002 Mike A. Harris <mharris@redhat.com> 0.4b25-1.72.0
- Rebuilt 0.4b25 for erratum release. Fixes various bugs that have been
    reported in bugzilla which are logged below. Also fixes a bug caused by
    linking statically to a faulty system library.
- Added Provides dump-static line
Mon Feb 11 2002 Mike A. Harris <mharris@redhat.com> 0.4b25-3
- Added missing zlib buildprereq
- Rebuild in new environment
Wed Jan 09 2002 Tim Powers <timp@redhat.com> 0.4b25-2
- automated rebuild
Wed Nov 21 2001 Mike A. Harris <mharris@redhat.com> 0.4b25-1
- Updated to version 0.4b25-1
- Added homepage URL for RFE (#54601)
- Also fixed in this release are (#21272, #52663, #56616)
- Dropped time.h patch as it is unneeded now
Tue Nov 06 2001 Mike A. Harris <mharris@redhat.com> 0.4b22-7
- Updated BuildPreReq to e2fsprogs-devel >= 1.18, readline-devel >= 4.1 to
    explicitly state the minimum required deps and fix (#51900)
This commit is contained in:
cvsdist 2004-09-09 04:24:19 +00:00
parent fbbab56d32
commit af103ccda7
3 changed files with 34 additions and 12 deletions

View File

@ -1 +1 @@
dump-0.4b22.tar.gz
dump-0.4b25.tar.bz2

View File

@ -4,18 +4,21 @@
Summary: Programs for backing up and restoring filesystems.
Name: dump
Version: 0.4b22
Release: 6a
Version: 0.4b25
Release: 1.72.0
License: BSD
Group: Applications/Archiving
Source: http://download.sourceforge.net/dump/dump-%{version}.tar.gz
URL: http://dump.sourceforge.net
Source: dump-%{version}.tar.bz2
Patch0: dump-0.4b21-rh52.patch
Patch1: dump-time.patch
Requires: setup
BuildPrereq: e2fsprogs-devel, libtermcap-devel, readline-devel
BuildPrereq: libtermcap-devel
BuildPrereq: e2fsprogs-devel >= 1.18, readline-devel >= 4.1
BuildPrereq: zlib-devel
Requires: rmt
BuildRoot: %{_tmppath}/%{name}-root
Obsoletes: dump-static
Provides: dump-static
%description
The dump package contains both dump and restore. Dump examines files
@ -41,7 +44,6 @@ restoring files from a backup), and tar (an archiving program).
%prep
%setup -q
%patch0 -p1 -b .rh52
%patch1 -p1 -b .time
%build
%configure %{myoptions} --enable-static --enable-rmt
@ -99,12 +101,32 @@ rm -rf %{buildroot}
%{_mandir}/man8/rmt.*
%changelog
* Thu Sep 13 2001 Karsten Hopp <karsten@redhat.de>
- requires setup (/etc/group)
* Thu Feb 21 2002 Mike A. Harris <mharris@redhat.com> 0.4b25-1.72.0
- Rebuilt 0.4b25 for erratum release. Fixes various bugs that have been
reported in bugzilla which are logged below. Also fixes a bug caused by
linking statically to a faulty system library.
- Added Provides dump-static line
* Mon Feb 11 2002 Mike A. Harris <mharris@redhat.com> 0.4b25-3
- Added missing zlib buildprereq
- Rebuild in new environment
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 0.4b25-2
- automated rebuild
* Wed Nov 21 2001 Mike A. Harris <mharris@redhat.com> 0.4b25-1
- Updated to version 0.4b25-1
- Added homepage URL for RFE (#54601)
- Also fixed in this release are (#21272, #52663, #56616)
- Dropped time.h patch as it is unneeded now
* Tue Nov 6 2001 Mike A. Harris <mharris@redhat.com> 0.4b22-7
- Updated BuildPreReq to e2fsprogs-devel >= 1.18, readline-devel >= 4.1 to
explicitly state the minimum required deps and fix (#51900)
* Sat Sep 8 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.4b22-6
- Kill the static subpackage - the standard binaries are now static
This removes /usb/sbin/*. The static versions are now in /sbin
This removes /usr/sbin/*. The static versions are now in /sbin
(#53433)
- Obsolete dump-static

View File

@ -1 +1 @@
fe831f65ed9cca63a6f4de5eb7c6679d dump-0.4b22.tar.gz
439e4cde89be6ee7423037e98e42a9ce dump-0.4b25.tar.bz2