From 84cdf063ec67929d603d9bd8f50b371dfbfa15a7 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Thu, 17 Jan 2013 12:16:04 +0100 Subject: [PATCH] Apply the patch for #664616 Signed-off-by: Adam Tkac --- dump.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dump.spec b/dump.spec index ba220d5..58dc517 100644 --- a/dump.spec +++ b/dump.spec @@ -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 1:0.4-0.15.b44 +- apply the patch for #664616 + * Thu Jan 17 2013 Adam Tkac 1:0.4-0.14.b44 - minor manpage fixes (#664616)