[mkbootdisk] Fixed man page to point to dracut instead of mkinitrd

Jaroslav Škarvada jskarvad at fedoraproject.org
Mon Sep 17 13:57:17 UTC 2012


commit ea5e8e2b720944a9dbcb09d2f0890f9b008727b4
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Mon Sep 17 15:57:13 2012 +0200

    Fixed man page to point to dracut instead of mkinitrd
    
      Resolves: rhbz#829183

 mkbootdisk-1.5.5-man-dracut.patch |   12 ++++++++++++
 mkbootdisk.spec                   |    8 +++++++-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/mkbootdisk-1.5.5-man-dracut.patch b/mkbootdisk-1.5.5-man-dracut.patch
new file mode 100644
index 0000000..e15a187
--- /dev/null
+++ b/mkbootdisk-1.5.5-man-dracut.patch
@@ -0,0 +1,12 @@
+diff -up mkbootdisk-1.5.5/mkbootdisk.8.orig mkbootdisk-1.5.5/mkbootdisk.8
+--- mkbootdisk-1.5.5/mkbootdisk.8.orig	2006-04-05 12:36:17.000000000 +0200
++++ mkbootdisk-1.5.5/mkbootdisk.8	2012-09-17 15:42:03.807480928 +0200
+@@ -56,7 +56,7 @@ disk.  If this is not specified, \fBmkbo
+ 
+ .SH "SEE ALSO"
+ .BR grubby (8)
+-.BR mkinitrd (1)
++.BR dracut (8)
+ 
+ .SH AUTHOR
+ .nf
diff --git a/mkbootdisk.spec b/mkbootdisk.spec
index e5defd4..0d651e4 100644
--- a/mkbootdisk.spec
+++ b/mkbootdisk.spec
@@ -1,11 +1,12 @@
 Summary: Creates a boot floppy disk for booting a system
 Name: mkbootdisk
 Version:  1.5.5
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: mkbootdisk-%{version}.tar.xz
 Patch0: mkbootdisk-1.5.5-fix-long-volid.patch
+Patch1: mkbootdisk-1.5.5-man-dracut.patch
 ExclusiveOs: Linux
 ExclusiveArch: %{ix86} sparc sparc64 x86_64
 Requires: genisoimage
@@ -26,6 +27,7 @@ the system.
 %prep
 %setup -q
 %patch0 -p1 -b .fix-long-volid
+%patch1 -p1 -b .man-dracut
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -41,6 +43,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(644,root,root) %{_mandir}/man8/mkbootdisk.8*
 
 %changelog
+* Mon Sep 17 2012 Jaroslav Škarvada <jskarvad at redhat.com> - 1.5.5-9
+- Fixed man page to point to dracut instead of mkinitrd
+  Resolves: rhbz#829183
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.5-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list