diff --git a/dump.spec b/dump.spec index 1115494..1ff57f6 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.4b40 -Release: 3 +Release: 4 License: BSD Group: Applications/Archiving URL: http://dump.sourceforge.net @@ -13,7 +13,7 @@ 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 +BuildRequires: libtermcap-devel, zlib-devel, ncurses-devel # 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 @@ -96,6 +96,9 @@ rm -rf %{buildroot} %{_mandir}/man8/rmt.* %changelog +* Wed Jul 06 2005 Karsten Hopp 0.4b40-4 +- BuildRequires ncurses-devel + * Thu Jun 9 2005 Jindrich Novy 0.4b40-3 - fix restoration of ext3 ACL's (#159617) - Stelian Pop