- update to 0.4b41

- drop .fixacl patch, now applied in the new upstream release
This commit is contained in:
Jindrich Novy 2006-01-10 10:05:18 +00:00
parent c89d88b754
commit 2978a765e8
3 changed files with 8 additions and 5 deletions

View File

@ -2,3 +2,4 @@ dump-0.4b37.tar.gz
dump-0.4b38.tar.bz2
dump-0.4b39.tar.bz2
dump-0.4b40.tar.bz2
dump-0.4b41.tar.bz2

View File

@ -2,13 +2,12 @@
Summary: Programs for backing up and restoring ext2/ext3 filesystems
Name: dump
Version: 0.4b40
Release: 5.1
Version: 0.4b41
Release: 1
License: BSD
Group: Applications/Archiving
URL: http://dump.sourceforge.net/
Source: dump-%{version}.tar.bz2
Patch0: dump-0.4b40-fixacl.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: e2fsprogs-devel >= 1.18, readline-devel >= 4.2
BuildRequires: libtermcap-devel, zlib-devel, bzip2-devel, ncurses-devel
@ -42,7 +41,6 @@ restoring files from a backup), and tar (an archiving program).
%prep
%setup -q
%patch0 -p0 -b .fixacl
%build
# XXX --enable-kerberos needs krcmd
@ -113,6 +111,10 @@ rm -rf %{buildroot}
%{_mandir}/man8/rmt.8*
%changelog
* Tue Jan 10 2006 Jindrich Novy <jnovy@redhat.com> 0.4b41-1
- update to 0.4b41
- drop .fixacl patch, now applied in the new upstream release
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt

View File

@ -1 +1 @@
ea42e689489e08cfeab48c25b1dc5435 dump-0.4b40.tar.bz2
9c52564af86becfc0973b16b20e61219 dump-0.4b41.tar.bz2