From ff807467c65fb2701c6c216089963dcb9c2eee6d Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mar 02 2005 07:40:33 +0000 Subject: - Added patch to fix negative size problem with -s/-d options (#147710) - from Stelian Pop --- diff --git a/dump.spec b/dump.spec index ac4bab0..2688181 100644 --- a/dump.spec +++ b/dump.spec @@ -5,7 +5,7 @@ Summary: Programs for backing up and restoring ext2/ext3 filesystems. Name: dump Version: 0.4b39 -Release: 2 +Release: 3 License: BSD Group: Applications/Archiving URL: http://dump.sourceforge.net @@ -13,7 +13,6 @@ Source: dump-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-root BuildRequires: e2fsprogs-devel >= 1.18, readline-devel >= 4.2 BuildRequires: libtermcap-devel, zlib-devel -Patch0: dump-%{version}-ea.patch.bz2 # This Prereq is now required because we only ship static binaries, and # need to ensure the "disk" group is created before installation (#60461) Requires: setup @@ -21,6 +20,9 @@ Requires: rmt Obsoletes: dump-static Provides: dump-static +Patch0: dump-%{version}-ea.patch.bz2 +Patch1: dump-%{version}-asize.patch + %description The dump package contains both dump and restore. Dump examines files in a filesystem, determines which ones need to be backed up, and @@ -45,6 +47,7 @@ restoring files from a backup), and tar (an archiving program). %prep %setup -q %patch0 -p1 -b .ea +%patch1 -p1 -b .asize %build %configure %{myoptions} --enable-static --enable-rmt --enable-qfa @@ -97,6 +100,10 @@ rm -rf %{buildroot} %{_mandir}/man8/rmt.* %changelog +* Wed Mar 2 2005 Jindrich Novy 0.4b39-3 +- Added patch to fix negative size problem with -s/-d + options (#147710) - from Stelian Pop + * Mon Feb 28 2005 Jindrich Novy 0.4b39-2 - Updated the EA patch with support for in-inode EAs, big inodes and fixes 'error in EA block' displayed for