auto-import changelog data from dump-0.4b28-3.src.rpm
Sun May 26 2002 Tim Powers <timp@redhat.com> - automated rebuild Tue May 21 2002 Mike A. Harris <mharris@redhat.com> 0.4b28-2 - Updated to dump 0.4b28 - Removed atomic_read/write patch, not needed anymore
This commit is contained in:
parent
33797b79f1
commit
0779e313f4
@ -1 +1 @@
|
||||
dump-0.4b27.tar.bz2
|
||||
dump-0.4b28.tar.bz2
|
||||
|
||||
15
dump.spec
15
dump.spec
@ -5,13 +5,12 @@
|
||||
|
||||
Summary: Programs for backing up and restoring ext2/ext3 filesystems.
|
||||
Name: dump
|
||||
Version: 0.4b27
|
||||
Version: 0.4b28
|
||||
Release: 3
|
||||
License: BSD
|
||||
Group: Applications/Archiving
|
||||
URL: http://dump.sourceforge.net
|
||||
Source: dump-%{version}.tar.bz2
|
||||
#Patch0: dump-0.4b21-rh52.patch
|
||||
BuildPrereq: libtermcap-devel
|
||||
BuildPrereq: e2fsprogs-devel >= 1.18, readline-devel >= 4.2
|
||||
BuildPrereq: zlib-devel
|
||||
@ -20,9 +19,6 @@ BuildPrereq: zlib-devel
|
||||
# need to ensure the "disk" group is created before installation (#60461)
|
||||
Prereq: setup
|
||||
|
||||
Patch0: dump-0.4b27-dump-atomic-read-write.patch
|
||||
|
||||
|
||||
Requires: rmt
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Obsoletes: dump-static
|
||||
@ -51,7 +47,7 @@ restoring files from a backup), and tar (an archiving program).
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p0 -b .dump-atomic-read-write
|
||||
#%patch0 -p0 -b .dump-atomic-read-write
|
||||
|
||||
%build
|
||||
%configure %{myoptions} --enable-static --enable-rmt
|
||||
@ -109,6 +105,13 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man8/rmt.*
|
||||
|
||||
%changelog
|
||||
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Tue May 21 2002 Mike A. Harris <mharris@redhat.com> 0.4b28-2
|
||||
- Updated to dump 0.4b28
|
||||
- Removed atomic_read/write patch, not needed anymore
|
||||
|
||||
* Fri Mar 1 2002 Mike A. Harris <mharris@redhat.com> 0.4b27-3
|
||||
- BuildRequires readline-devel >= 4.2 for the rl_completion_matches function
|
||||
- Added dump-0.4b27-dump-atomic-read-write.patch to avoid namespace conflict
|
||||
|
||||
Loading…
Reference in New Issue
Block a user