From b5bdb7f88c967b6fdcd51e97d68b8a7508a52a97 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Wed, 6 Jul 2005 13:05:00 +0000 Subject: [PATCH] - BuildRequires ncurses-devel --- dump.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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