sync
This commit is contained in:
parent
29bd7febbb
commit
020c5f161f
@ -16,7 +16,7 @@
|
|||||||
#define MAX_SECTOR_SIZE 2048
|
#define MAX_SECTOR_SIZE 2048
|
||||||
#define SECTOR_SIZE 512 /* still used in BSD code */
|
#define SECTOR_SIZE 512 /* still used in BSD code */
|
||||||
-#define MAXIMUM_PARTS 60
|
-#define MAXIMUM_PARTS 60
|
||||||
+#define MAXIMUM_PARTS 16
|
+#define MAXIMUM_PARTS 15
|
||||||
|
|
||||||
#define ACTIVE_FLAG 0x80
|
#define ACTIVE_FLAG 0x80
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Upstream maintainer aeb@cwi.nl
|
# Upstream maintainer aeb@cwi.nl
|
||||||
|
|
||||||
# 'raw' support is deprecated, only ship it if we need compatibility stuff.
|
# 'raw' support is deprecated, only ship it if we need compatibility stuff.
|
||||||
%define include_raw 0
|
%define include_raw 1
|
||||||
|
|
||||||
%if %{include_raw}
|
%if %{include_raw}
|
||||||
%define raw_options ADD_RAW=yes
|
%define raw_options ADD_RAW=yes
|
||||||
@ -21,7 +21,7 @@
|
|||||||
Summary: A collection of basic system utilities.
|
Summary: A collection of basic system utilities.
|
||||||
Name: util-linux
|
Name: util-linux
|
||||||
Version: 2.12a
|
Version: 2.12a
|
||||||
Release: 16
|
Release: 16.EL4
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user