Hello community, here is the log from the commit of package util-linux for openSUSE:Factory checked in at 2013-02-18 14:00:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/util-linux (Old) and /work/SRC/openSUSE:Factory/.util-linux.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "util-linux", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes 2013-02-07 10:59:22.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.util-linux.new/util-linux.changes 2013-02-18 14:00:57.000000000 +0100 @@ -1,0 +2,6 @@ +Sat Feb 16 17:48:29 UTC 2013 - [email protected] + +- fdiskbsdlabel.patch: + Fix fdisk compilation on aarch64 + +------------------------------------------------------------------- New: ---- fdiskbsdlabel.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ util-linux.spec ++++++ --- /var/tmp/diff_new_pack.2tcaV3/_old 2013-02-18 14:01:04.000000000 +0100 +++ /var/tmp/diff_new_pack.2tcaV3/_new 2013-02-18 14:01:04.000000000 +0100 @@ -116,6 +116,9 @@ ##### # There is no __secure_getenv anymore.. Patch25: 0001-Test-for-secure_getenv-too.patch + +# fix fdisk compilation on aarch64 +Patch26: fdiskbsdlabel.patch ## ## adjtimex ## @@ -234,6 +237,7 @@ %patch23 -p1 %patch24 -p1 %patch25 -p1 +%patch26 -p1 # cd adjtimex-* # adjtimex patches belongs here ++++++ fdiskbsdlabel.patch ++++++ Index: util-linux-2.21.2/fdisk/fdiskbsdlabel.h =================================================================== --- util-linux-2.21.2.orig/fdisk/fdiskbsdlabel.h +++ util-linux-2.21.2/fdisk/fdiskbsdlabel.h @@ -48,7 +48,8 @@ #if defined (__i386__) || defined (__sparc__) || defined (__arm__) || \ defined (__mips__) || defined (__s390__) || defined (__sh__) || \ - defined(__x86_64__) || defined (__avr32__) || defined(__cris__) + defined(__x86_64__) || defined (__avr32__) || defined(__cris__) || \ + defined(__aarch64__) #define BSD_LABELSECTOR 1 #define BSD_LABELOFFSET 0 #elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
