Apply the patch for #664616

Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
Adam Tkac 2013-01-17 12:16:04 +01:00
parent f7934280ff
commit 84cdf063ec

View File

@ -7,7 +7,7 @@ Summary: Programs for backing up and restoring ext2/ext3 filesystems
Name: dump
Epoch: 1
Version: 0.4
Release: 0.14.%{PREVER}%{?dist}
Release: 0.15.%{PREVER}%{?dist}
License: BSD
Group: Applications/Archiving
URL: http://dump.sourceforge.net/
@ -24,6 +24,7 @@ Obsoletes: dump-static
Provides: dump-static
Patch0: dump-buildfix.patch
Patch1: dump-rh664616.patch
%description
The dump package contains both dump and restore. Dump examines files
@ -50,6 +51,7 @@ restoring files from a backup), and tar (an archiving program).
%setup -q -n dump-%{VERSION}
%patch0 -p1 -b .buildfix
%patch1 -p1 -b .rh664616
for i in THANKS MAINTAINERS COPYRIGHT CHANGES; do
iconv -f iso-8859-1 -t utf-8 $i -o $i.new
@ -125,6 +127,9 @@ rm -rf %{buildroot}
%{_mandir}/man8/rmt.8*
%changelog
* Thu Jan 17 2013 Adam Tkac <atkac redhat com> 1:0.4-0.15.b44
- apply the patch for #664616
* Thu Jan 17 2013 Adam Tkac <atkac redhat com> 1:0.4-0.14.b44
- minor manpage fixes (#664616)