Hello community, here is the log from the commit of package util-linux for openSUSE:Factory checked in at 2014-04-06 09:56:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/util-linux (Old) and /work/SRC/openSUSE:Factory/.util-linux.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "util-linux" Changes: -------- --- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes 2014-03-22 07:49:51.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.util-linux.new/util-linux.changes 2014-04-06 09:56:40.000000000 +0200 @@ -1,0 +2,13 @@ +Tue Apr 1 18:49:26 UTC 2014 - [email protected] + +- remove unnecessarily added patches from SLE11: + * util-linux-update-default-commit-interval.patch, openSUSE has + never changed the default and neither will SLE12 + * sfdisk-warn-about-2TB-limit.patch, fixed by upstream years ago + * umount-avoid-readlink.patch, this patch only affects unused + code and the used code does not have this bug +- edit util-linux-lscpu-improve-hypervisor-detection.patch to not + change the default behaviour of "lscpu -p" as documented in it's + man page. Now this patch only affects the summary output. + +------------------------------------------------------------------- Old: ---- sfdisk-warn-about-2TB-limit.patch umount-avoid-readlink.patch util-linux-update-default-commit-interval.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ util-linux.spec ++++++ --- /var/tmp/diff_new_pack.DsExGG/_old 2014-04-06 09:56:41.000000000 +0200 +++ /var/tmp/diff_new_pack.DsExGG/_new 2014-04-06 09:56:41.000000000 +0200 @@ -120,16 +120,10 @@ Patch20: util-linux-HACK-boot.localfs.diff # PATCH-FEATURE-SLES util-linux-ng-2.16-squashfs3-detect.patch bnc666893 [email protected] -- Detect squashfs version <= 3 as squashfs3 and version >= 4 as squashfs. Patch21: util-linux-ng-2.16-squashfs3-detect.patch -# PATCH-FEATURE-SLES fdisk-warn-about-2TB-limit.patch bnc495657 [email protected] -- Warn about 2TB limit. -Patch22: sfdisk-warn-about-2TB-limit.patch # PATCH-FEATURE-SLES util-linux-ng-2.19.1-barrier_documentation.patch bnc489740 [email protected] -- Document barrier option in mount.8. Patch23: util-linux-ng-2.19.1-barrier_documentation.patch # PATCH-FEATURE-SLES util-linux-lscpu-improve-hypervisor-detection.patch fate310255 [email protected] -- Improve hypervisor detection. Patch24: util-linux-lscpu-improve-hypervisor-detection.patch -# PATCH-FIX-SLES umount-avoid-readlink.patch bnc794529 [email protected] -- umount: avoid calling readlink on mountpoints if not necessary. -Patch25: umount-avoid-readlink.patch -# PATCH-FIX-SLES util-linux-update-default-commit-interval.patch bnc#809480 [email protected] -- Update default commit interval. -Patch26: util-linux-update-default-commit-interval.patch ## ## klogconsole ## @@ -260,11 +254,8 @@ %patch20 -p1 # %patch21 -p1 -%patch22 -p1 %patch23 -p1 %patch24 -p1 -%patch25 -p1 -%patch26 -p1 # # setctsid cp -p %{S:22} %{S:23} . ++++++ util-linux-lscpu-improve-hypervisor-detection.patch ++++++ --- /var/tmp/diff_new_pack.DsExGG/_old 2014-04-06 09:56:41.000000000 +0200 +++ /var/tmp/diff_new_pack.DsExGG/_new 2014-04-06 09:56:41.000000000 +0200 @@ -1,7 +1,3 @@ ---- - sys-utils/lscpu.c | 156 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- - 1 file changed, 152 insertions(+), 4 deletions(-) - Index: util-linux-2.24.1/sys-utils/lscpu.c =================================================================== --- util-linux-2.24.1.orig/sys-utils/lscpu.c @@ -192,25 +188,6 @@ /* IBM PR/SM */ } else if (path_exist(_PATH_PROC_SYSINFO)) { -@@ -1181,6 +1322,7 @@ print_parsable(struct lscpu_desc *desc, - } - fputs(data && *data ? data : "", stdout); - } -+ printf(",HvVendor,VirtType"); - putchar('\n'); - - /* -@@ -1210,7 +1352,9 @@ print_parsable(struct lscpu_desc *desc, - buf, sizeof(buf)); - fputs(data && *data ? data : "", stdout); - } -- putchar('\n'); -+ printf(",%s,%s\n", -+ hv_vendors[desc->hyper] ? hv_vendors[desc->hyper] : "none", -+ virt_types[desc->virtype]); - } - } - Index: util-linux-2.24.1/sys-utils/lscpu.h =================================================================== --- util-linux-2.24.1.orig/sys-utils/lscpu.h -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
