forked from pool/util-linux
This commit is contained in:
parent
08d8e78157
commit
442556f149
13
util-linux-2.12r-partx_gpt_warning.patch
Normal file
13
util-linux-2.12r-partx_gpt_warning.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: util-linux-2.12r/partx/gpt.h
|
||||||
|
===================================================================
|
||||||
|
--- util-linux-2.12r.orig/partx/gpt.h
|
||||||
|
+++ util-linux-2.12r/partx/gpt.h
|
||||||
|
@@ -36,7 +36,7 @@
|
||||||
|
#define MSDOS_MBR_SIGNATURE 0xaa55
|
||||||
|
#define GPT_BLOCK_SIZE 512
|
||||||
|
|
||||||
|
-#define GPT_HEADER_SIGNATURE 0x5452415020494645
|
||||||
|
+#define GPT_HEADER_SIGNATURE 0x5452415020494645LL
|
||||||
|
#define GPT_HEADER_REVISION_V1_02 0x00010200
|
||||||
|
#define GPT_HEADER_REVISION_V1_00 0x00010000
|
||||||
|
#define GPT_HEADER_REVISION_V0_99 0x00009900
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 8 17:27:22 CET 2007 - mkoenig@suse.de
|
||||||
|
|
||||||
|
- partx: fix warning for too long literal
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 7 16:58:08 CET 2007 - rguenther@suse.de
|
Wed Mar 7 16:58:08 CET 2007 - rguenther@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ License: BSD License and BSD-like, GNU General Public License (GPL)
|
|||||||
Group: System/Base
|
Group: System/Base
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 2.12r
|
Version: 2.12r
|
||||||
Release: 77
|
Release: 78
|
||||||
Summary: A collection of basic system utilities
|
Summary: A collection of basic system utilities
|
||||||
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-%version.tar.bz2
|
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-%version.tar.bz2
|
||||||
Source2: nologin.c
|
Source2: nologin.c
|
||||||
@ -111,6 +111,7 @@ Patch109: util-linux-2.12r-losetup_password.patch
|
|||||||
Patch110: util-linux-2.12r-mkfs_open_exclusive.patch
|
Patch110: util-linux-2.12r-mkfs_open_exclusive.patch
|
||||||
Patch111: util-linux-2.12r-fdisk_remove_bogus_warnings.patch
|
Patch111: util-linux-2.12r-fdisk_remove_bogus_warnings.patch
|
||||||
Patch112: util-linux-2.12r-mount_racy_loop.patch
|
Patch112: util-linux-2.12r-mount_racy_loop.patch
|
||||||
|
Patch113: util-linux-2.12r-partx_gpt_warning.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
PreReq: %insserv_prereq %fillup_prereq /bin/sed
|
PreReq: %insserv_prereq %fillup_prereq /bin/sed
|
||||||
|
|
||||||
@ -187,6 +188,7 @@ cd -
|
|||||||
%patch110 -p1
|
%patch110 -p1
|
||||||
%patch111 -p1
|
%patch111 -p1
|
||||||
%patch112 -p1
|
%patch112 -p1
|
||||||
|
%patch113 -p1
|
||||||
# setctsid
|
# setctsid
|
||||||
cp %{S:22} %{S:23} .
|
cp %{S:22} %{S:23} .
|
||||||
# nologin and guessfstype
|
# nologin and guessfstype
|
||||||
@ -620,6 +622,8 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 08 2007 - mkoenig@suse.de
|
||||||
|
- partx: fix warning for too long literal
|
||||||
* Wed Mar 07 2007 - rguenther@suse.de
|
* Wed Mar 07 2007 - rguenther@suse.de
|
||||||
- fix changelog entry order
|
- fix changelog entry order
|
||||||
* Tue Feb 27 2007 - mkoenig@suse.de
|
* Tue Feb 27 2007 - mkoenig@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user