From 5e1c8e7c08d63fc1b4b8219e181b82cfa7b67e34 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 9 Jun 2005 09:25:30 +0000 Subject: [PATCH] - fix restoration of ext3 ACL's (#159617) - Stelian Pop --- dump.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dump.spec b/dump.spec index 2e6aec8..1115494 100644 --- a/dump.spec +++ b/dump.spec @@ -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 0.4b40-3 +- fix restoration of ext3 ACL's (#159617) - Stelian Pop + * Wed May 11 2005 Jindrich Novy 0.4b40-2 - Don't strip binaries to get valid debuginfo