From 33797b79f139705d8924698b7c3f1dc4dc9c1d5c Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:24:38 +0000 Subject: [PATCH] auto-import changelog data from dump-0.4b27-3.src.rpm Fri Mar 01 2002 Mike A. Harris 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 --- dump.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/dump.spec b/dump.spec index 4e4b7aa..a22f699 100644 --- a/dump.spec +++ b/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 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 0.4b27-2 - Added prereq on "setup" to ensure disk group is created prior to this package being installed