- removed upstreamed man-pages-bootparam.7.patch (obsoleted by

last update)

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=119
This commit is contained in:
Petr Gajdos 2014-06-16 05:03:09 +00:00 committed by Git OBS Bridge
parent 0f45561426
commit 9acb51f957
3 changed files with 6 additions and 26 deletions

View File

@ -1,24 +0,0 @@
---
man7/bootparam.7 | 9 +++++++++
1 file changed, 9 insertions(+)
Index: man-pages-3.69/man7/bootparam.7
===================================================================
--- man-pages-3.69.orig/man7/bootparam.7 2014-06-14 07:04:07.000000000 +0100
+++ man-pages-3.69/man7/bootparam.7 2014-06-14 22:46:15.000000000 +0100
@@ -224,6 +224,15 @@ This parameter sets the mount option str
(see also
.BR fstab (5)).
.TP
+.BR "'rootdelay='"
+The 'rootdelay' option sets delay (in seconds) to pause before attempting
+to mount the root filesystem.
+.TP
+.BR "'rootflags=...'"
+With the 'rootflags' argument, root filesystem mount option string can
+be set (see also
+.BR fstab (5)).
+.TP
.BR "'rootfstype=...'"
The 'rootfstype' option tells the kernel to mount the root filesystem as
if it where of the type specified.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 16 05:01:42 UTC 2014 - pgajdos@suse.com
- removed upstreamed man-pages-bootparam.7.patch (obsoleted by
last update)
-------------------------------------------------------------------
Sat Jun 14 22:04:41 UTC 2014 - andreas.stieger@gmx.de

View File

@ -27,7 +27,6 @@ Url: http://www.kernel.org/doc/man-pages/download.html
#Git-Web: http://git.kernel.org/cgit/docs/man-pages/man-pages.git/
Source: https://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz
Patch0: man-pages.eal3.diff
Patch1: %{name}-bootparam.7.patch
Patch3: %{name}_gai.conf-reference.patch
Patch5: %{name}-tty_ioctl.patch
BuildRequires: fdupes
@ -47,7 +46,6 @@ only).
%prep
%setup -q
%patch0 -p2
%patch1 -p1
%patch3
%patch5 -p1
find -name "*.orig" | xargs rm -fv