From 3b4fd67ca51b357427ffde693480475d1638564836452a317a47ed734a97091d Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 5 Dec 2016 13:02:19 +0000 Subject: [PATCH] Accepting request 443154 from home:jengelh:branches:Base:System Do the job nobody wanted to do OBS-URL: https://build.opensuse.org/request/show/443154 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=324 --- python-libmount.changes | 22 ++++++++++++++++++++-- python-libmount.spec | 3 ++- util-linux-systemd.changes | 22 ++++++++++++++++++++-- util-linux.changes | 22 ++++++++++++++++++++-- 4 files changed, 62 insertions(+), 7 deletions(-) diff --git a/python-libmount.changes b/python-libmount.changes index 5f7e82d..0870628 100644 --- a/python-libmount.changes +++ b/python-libmount.changes @@ -1,8 +1,26 @@ ------------------------------------------------------------------- Tue Nov 8 15:11:37 UTC 2016 - sweet_f_a@gmx.de -- Update to version 2.29, see - https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29-ReleaseNotes +- Update to version 2.29 + * cal: possible to specify month by name (e.g. "cal January + 2017") and use relative placeholders (cal "+1 month") + * fdisk(8) allows to wipe newly created partitions; the feature + is possible to control by new command line option + --wipe-partitions[==auto|never|default]. + * findmnt --verify: the command scans /etc/fstab and tries to + verify the configuration. + * mount(8) now rejects requests to create another device and + mount filesystem for the same backing file. The command + `losetup --nooverlap` reuses loop device if already exists + for the same backing file. All the functionality calculate + with offset and sizelimit options of course, so it's fine to + have multiple regions (partitions) in the same image file and + mount all of them in the same time. The restriction is that + the regions should not overlap. + * lscpu supports the "drawer" topology for IBM S/390. + * More details at: + http://karelzak.blogspot.de/2016/10/util-linux-v229-whats-new.html + https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29-ReleaseNotes - refresh make-sure-sbin-resp-usr-sbin-are-in-PATH.diff ------------------------------------------------------------------- diff --git a/python-libmount.spec b/python-libmount.spec index 3c62b76..3ef77fd 100644 --- a/python-libmount.spec +++ b/python-libmount.spec @@ -69,7 +69,7 @@ Name: python-libmount %endif Summary: %main_summary License: GPL-2.0+ -Group: %main_group +Group: %group_pl BuildRequires: audit-devel BuildRequires: bc BuildRequires: binutils-devel @@ -373,6 +373,7 @@ SMP systems. %if %build_util_linux %package -n python-libmount Summary: %summary_pl +License: GPL-2.0+ Group: %group_pl %description -n python-libmount diff --git a/util-linux-systemd.changes b/util-linux-systemd.changes index 5f7e82d..0870628 100644 --- a/util-linux-systemd.changes +++ b/util-linux-systemd.changes @@ -1,8 +1,26 @@ ------------------------------------------------------------------- Tue Nov 8 15:11:37 UTC 2016 - sweet_f_a@gmx.de -- Update to version 2.29, see - https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29-ReleaseNotes +- Update to version 2.29 + * cal: possible to specify month by name (e.g. "cal January + 2017") and use relative placeholders (cal "+1 month") + * fdisk(8) allows to wipe newly created partitions; the feature + is possible to control by new command line option + --wipe-partitions[==auto|never|default]. + * findmnt --verify: the command scans /etc/fstab and tries to + verify the configuration. + * mount(8) now rejects requests to create another device and + mount filesystem for the same backing file. The command + `losetup --nooverlap` reuses loop device if already exists + for the same backing file. All the functionality calculate + with offset and sizelimit options of course, so it's fine to + have multiple regions (partitions) in the same image file and + mount all of them in the same time. The restriction is that + the regions should not overlap. + * lscpu supports the "drawer" topology for IBM S/390. + * More details at: + http://karelzak.blogspot.de/2016/10/util-linux-v229-whats-new.html + https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29-ReleaseNotes - refresh make-sure-sbin-resp-usr-sbin-are-in-PATH.diff ------------------------------------------------------------------- diff --git a/util-linux.changes b/util-linux.changes index 5f7e82d..0870628 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -1,8 +1,26 @@ ------------------------------------------------------------------- Tue Nov 8 15:11:37 UTC 2016 - sweet_f_a@gmx.de -- Update to version 2.29, see - https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29-ReleaseNotes +- Update to version 2.29 + * cal: possible to specify month by name (e.g. "cal January + 2017") and use relative placeholders (cal "+1 month") + * fdisk(8) allows to wipe newly created partitions; the feature + is possible to control by new command line option + --wipe-partitions[==auto|never|default]. + * findmnt --verify: the command scans /etc/fstab and tries to + verify the configuration. + * mount(8) now rejects requests to create another device and + mount filesystem for the same backing file. The command + `losetup --nooverlap` reuses loop device if already exists + for the same backing file. All the functionality calculate + with offset and sizelimit options of course, so it's fine to + have multiple regions (partitions) in the same image file and + mount all of them in the same time. The restriction is that + the regions should not overlap. + * lscpu supports the "drawer" topology for IBM S/390. + * More details at: + http://karelzak.blogspot.de/2016/10/util-linux-v229-whats-new.html + https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29-ReleaseNotes - refresh make-sure-sbin-resp-usr-sbin-are-in-PATH.diff -------------------------------------------------------------------