- correct manual page (dump level is 0 by default, #356121)
This commit is contained in:
parent
66a907a44e
commit
fd59235338
12
dump-rh356121.patch
Normal file
12
dump-rh356121.patch
Normal file
@ -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
|
||||
@ -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 <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@lists.fedoraproject.org> - 0.4b41-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user