- Added patch to fix negative size problem with -s/-d options (#147710) -
from Stelian Pop
This commit is contained in:
parent
af5305d18a
commit
ff807467c6
11
dump.spec
11
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 <jnovy@redhat.com> 0.4b39-3
|
||||
- Added patch to fix negative size problem with -s/-d
|
||||
options (#147710) - from Stelian Pop
|
||||
|
||||
* Mon Feb 28 2005 Jindrich Novy <jnovy@redhat.com> 0.4b39-2
|
||||
- Updated the EA patch with support for in-inode EAs, big
|
||||
inodes and fixes 'error in EA block' displayed for
|
||||
|
||||
Loading…
Reference in New Issue
Block a user