auto-import changelog data from dump-0.4b27-3.src.rpm
Fri Mar 01 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 with included kernel headers. atomic_read is a function on
s390 and as such, cannot be #undef'd
This commit is contained in:
parent
63520a3b10
commit
33797b79f1
15
dump.spec
15
dump.spec
@ -6,20 +6,23 @@
|
||||
Summary: Programs for backing up and restoring ext2/ext3 filesystems.
|
||||
Name: dump
|
||||
Version: 0.4b27
|
||||
Release: 2
|
||||
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.1
|
||||
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
|
||||
|
||||
Patch0: dump-0.4b27-dump-atomic-read-write.patch
|
||||
|
||||
|
||||
Requires: rmt
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Obsoletes: dump-static
|
||||
@ -48,7 +51,7 @@ restoring files from a backup), and tar (an archiving program).
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1 -b .rh52
|
||||
%patch0 -p0 -b .dump-atomic-read-write
|
||||
|
||||
%build
|
||||
%configure %{myoptions} --enable-static --enable-rmt
|
||||
@ -106,6 +109,12 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man8/rmt.*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
with included kernel headers. atomic_read is a function on s390 and as
|
||||
such, cannot be #undef'd
|
||||
|
||||
* Thu Feb 28 2002 Mike A. Harris <mharris@redhat.com> 0.4b27-2
|
||||
- Added prereq on "setup" to ensure disk group is created prior to this
|
||||
package being installed
|
||||
|
||||
Loading…
Reference in New Issue
Block a user