This commit is contained in:
parent
f3657194ae
commit
21058c8083
@ -1,16 +0,0 @@
|
|||||||
Index: util-linux-ng-2.14.1/fdisk/fdisk.c
|
|
||||||
===================================================================
|
|
||||||
--- util-linux-ng-2.14.1.orig/fdisk/fdisk.c 2008-11-05 16:38:11.000000000 +0100
|
|
||||||
+++ util-linux-ng-2.14.1/fdisk/fdisk.c 2008-11-05 17:23:30.000000000 +0100
|
|
||||||
@@ -1186,8 +1186,9 @@ read_int(unsigned int low, unsigned int
|
|
||||||
while(isspace(*(line_ptr + suflen)))
|
|
||||||
*(line_ptr + suflen--) = '\0';
|
|
||||||
|
|
||||||
- if ((*line_ptr == 'C' || *line_ptr == 'c') &&
|
|
||||||
- *(line_ptr + 1) == '\0') {
|
|
||||||
+ if (((*line_ptr == 'C' || *line_ptr == 'c') &&
|
|
||||||
+ *(line_ptr + 1) == '\0') ||
|
|
||||||
+ *line_ptr == '\0') {
|
|
||||||
/*
|
|
||||||
* Cylinders
|
|
||||||
*/
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 16 12:35:00 CET 2009 - mkoenig@suse.de
|
||||||
|
|
||||||
|
- remove util-linux-2.14.1-fdisk_cylinder.patch
|
||||||
|
fixed upstream
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 12 17:12:28 CET 2009 - mkoenig@suse.de
|
Thu Feb 12 17:12:28 CET 2009 - mkoenig@suse.de
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ License: BSD 3-Clause; GPL v2 or later
|
|||||||
Group: System/Base
|
Group: System/Base
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.14.2
|
Version: 2.14.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Requires: %name-lang = %{version}
|
Requires: %name-lang = %{version}
|
||||||
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-ng-%version.tar.bz2
|
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%version.tar.bz2
|
||||||
@ -74,7 +74,6 @@ Patch10: util-linux-2.14.1-lscpu_add_hypervisor_detection.patch
|
|||||||
# bnc#433028
|
# bnc#433028
|
||||||
Patch11: util-linux-2.14.1-mount_swap_pagesize.patch
|
Patch11: util-linux-2.14.1-mount_swap_pagesize.patch
|
||||||
Patch12: util-linux-2.14.1-sys-utils_lscpu_exit.patch
|
Patch12: util-linux-2.14.1-sys-utils_lscpu_exit.patch
|
||||||
Patch15: util-linux-2.14.1-fdisk_cylinder.patch
|
|
||||||
# bnc#444966
|
# bnc#444966
|
||||||
Patch17: util-linux-2.14.1-mount_race.patch
|
Patch17: util-linux-2.14.1-mount_race.patch
|
||||||
# bnc#447036
|
# bnc#447036
|
||||||
@ -136,7 +135,6 @@ Authors:
|
|||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
%patch12 -p1
|
%patch12 -p1
|
||||||
%patch15 -p1
|
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
%patch18 -p1
|
%patch18 -p1
|
||||||
%patch19 -p1
|
%patch19 -p1
|
||||||
@ -627,6 +625,9 @@ fi
|
|||||||
#%endif
|
#%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 16 2009 mkoenig@suse.de
|
||||||
|
- remove util-linux-2.14.1-fdisk_cylinder.patch
|
||||||
|
fixed upstream
|
||||||
* Thu Feb 12 2009 mkoenig@suse.de
|
* Thu Feb 12 2009 mkoenig@suse.de
|
||||||
- update to version 2.14.2
|
- update to version 2.14.2
|
||||||
chrt:
|
chrt:
|
||||||
|
Loading…
Reference in New Issue
Block a user