- fix restoration of ext3 ACL's (#159617) - Stelian Pop
This commit is contained in:
parent
d992bd807e
commit
5e1c8e7c08
@ -5,11 +5,12 @@
|
||||
Summary: Programs for backing up and restoring ext2/ext3 filesystems.
|
||||
Name: dump
|
||||
Version: 0.4b40
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: BSD
|
||||
Group: Applications/Archiving
|
||||
URL: http://dump.sourceforge.net
|
||||
Source: dump-%{version}.tar.bz2
|
||||
Patch0: dump-0.4b40-fixacl.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildRequires: e2fsprogs-devel >= 1.18, readline-devel >= 4.2
|
||||
BuildRequires: libtermcap-devel, zlib-devel
|
||||
@ -43,6 +44,7 @@ restoring files from a backup), and tar (an archiving program).
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p0 -b .fixacl
|
||||
|
||||
%build
|
||||
%configure %{myoptions} --enable-static --enable-rmt --enable-qfa
|
||||
@ -94,6 +96,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man8/rmt.*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 9 2005 Jindrich Novy <jnovy@redhat.com> 0.4b40-3
|
||||
- fix restoration of ext3 ACL's (#159617) - Stelian Pop
|
||||
|
||||
* Wed May 11 2005 Jindrich Novy <jnovy@redhat.com> 0.4b40-2
|
||||
- Don't strip binaries to get valid debuginfo
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user