From fd5923533873ed25a07b33789e863ecc7767c392 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Mar 09 2009 13:37:33 +0000 Subject: - correct manual page (dump level is 0 by default, #356121) --- diff --git a/dump-rh356121.patch b/dump-rh356121.patch new file mode 100644 index 0000000..0300509 --- /dev/null +++ b/dump-rh356121.patch @@ -0,0 +1,12 @@ +diff -up dump-0.4b41/dump/dump.8.in.rh356121 dump-0.4b41/dump/dump.8.in +--- dump-0.4b41/dump/dump.8.in.rh356121 2009-03-09 11:44:29.000000000 +0100 ++++ dump-0.4b41/dump/dump.8.in 2009-03-09 11:45:30.000000000 +0100 +@@ -94,7 +94,7 @@ option below). A level number above 0, i + .B dump + to + copy all files new or modified since the last dump of a lower level. The +-default level is 9. Historically only levels 0 to 9 were usable in ++default level is 0. Historically only levels 0 to 9 were usable in + dump, this version is able to understand any integer as a dump level. + .TP + .BI \-a diff --git a/dump.spec b/dump.spec index 1cb8fb5..c55859e 100644 --- a/dump.spec +++ b/dump.spec @@ -3,7 +3,7 @@ Summary: Programs for backing up and restoring ext2/ext3 filesystems Name: dump Version: 0.4b41 -Release: 11%{?dist} +Release: 12%{?dist} License: BSD Group: Applications/Archiving URL: http://dump.sourceforge.net/ @@ -14,6 +14,7 @@ Patch0: dump-selinux.patch Patch1: dump-dmfix.patch Patch2: dump-immutable.patch Patch4: dump-0.4b41-libtinfo.patch +Patch5: dump-rh356121.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: e2fsprogs-devel >= 1.18, readline-devel >= 4.2 BuildRequires: zlib-devel, bzip2-devel, automake @@ -52,6 +53,8 @@ restoring files from a backup), and tar (an archiving program). %patch1 -p1 -b .dmfix %patch2 -p1 -b .orig %patch4 -p1 -b .libtinfo +%patch5 -p1 -b .rh356121 + for i in THANKS MAINTAINERS COPYRIGHT CHANGES; do iconv -f iso-8859-1 -t utf-8 $i -o $i.new touch -r $i $i.new @@ -123,6 +126,9 @@ rm -rf %{buildroot} %{_mandir}/man8/rmt.8* %changelog +* Mon Mar 09 2009 Adam Tkac 0.4b41-12 +- correct manual page (dump level is 0 by default, #356121) + * Tue Feb 24 2009 Fedora Release Engineering - 0.4b41-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild