rpms/dump/devel dump-rh356121.patch,NONE,1.1 dump.spec,1.50,1.51

Adam Tkac atkac at fedoraproject.org
Mon Mar 9 13:38:03 UTC 2009


Author: atkac

Update of /cvs/pkgs/rpms/dump/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24386

Modified Files:
	dump.spec 
Added Files:
	dump-rh356121.patch 
Log Message:
- correct manual page (dump level is 0 by default, #356121)


dump-rh356121.patch:

--- NEW FILE dump-rh356121.patch ---
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 


Index: dump.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dump/devel/dump.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- dump.spec	24 Feb 2009 12:58:51 -0000	1.50
+++ dump.spec	9 Mar 2009 13:37:33 -0000	1.51
@@ -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 @@
 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 @@
 %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 @@
 %{_mandir}/man8/rmt.8*
 
 %changelog
+* Mon Mar 09 2009 Adam Tkac <atkac redhat com> 0.4b41-12
+- correct manual page (dump level is 0 by default, #356121)
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4b41-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list