diff --git a/xfsdump.changes b/xfsdump.changes index c68fcef..a091f8c 100644 --- a/xfsdump.changes +++ b/xfsdump.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 29 11:07:44 CEST 2007 - mmarek@suse.de + +- added ncurses-devel to BuildRequires (needed for xfsinvutil) + ------------------------------------------------------------------- Fri Oct 20 19:01:10 CEST 2006 - mjancar@suse.cz diff --git a/xfsdump.spec b/xfsdump.spec index 2f3242f..0434f33 100644 --- a/xfsdump.spec +++ b/xfsdump.spec @@ -1,7 +1,7 @@ # # spec file for package xfsdump (Version 2.2.42_1) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -11,13 +11,13 @@ # norootforbuild Name: xfsdump -BuildRequires: e2fsprogs-devel libattr-devel xfsprogs-devel +BuildRequires: e2fsprogs-devel libattr-devel ncurses-devel xfsprogs-devel Version: 2.2.42_1 -Release: 1 +Release: 22 %define ver 2.2.42-1 Autoreqprov: on Group: System/Filesystems -License: GNU General Public License (GPL) - all versions +License: GNU General Public License (GPL) URL: http://oss.sgi.com/projects/xfs/ Summary: Administrative Utilities for the XFS File System Source0: %{name}_%{ver}.tar.bz2 @@ -101,7 +101,9 @@ rm -rf $RPM_BUILD_ROOT %files -f files.rpm %defattr(-,root,root,755) -%changelog -n xfsdump +%changelog +* Thu Mar 29 2007 - mmarek@suse.de +- added ncurses-devel to BuildRequires (needed for xfsinvutil) * Fri Oct 20 2006 - mjancar@suse.cz - update to 2.2.42 * Rework code to remove the DMAPI build and run-time dependency.