forked from pool/util-linux
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
This commit is contained in:
parent
04b48674c0
commit
3b4fd67ca5
@ -1,7 +1,25 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 8 15:11:37 UTC 2016 - sweet_f_a@gmx.de
|
Tue Nov 8 15:11:37 UTC 2016 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
- Update to version 2.29, see
|
- 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
|
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
|
- refresh make-sure-sbin-resp-usr-sbin-are-in-PATH.diff
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ Name: python-libmount
|
|||||||
%endif
|
%endif
|
||||||
Summary: %main_summary
|
Summary: %main_summary
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: %main_group
|
Group: %group_pl
|
||||||
BuildRequires: audit-devel
|
BuildRequires: audit-devel
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
@ -373,6 +373,7 @@ SMP systems.
|
|||||||
%if %build_util_linux
|
%if %build_util_linux
|
||||||
%package -n python-libmount
|
%package -n python-libmount
|
||||||
Summary: %summary_pl
|
Summary: %summary_pl
|
||||||
|
License: GPL-2.0+
|
||||||
Group: %group_pl
|
Group: %group_pl
|
||||||
|
|
||||||
%description -n python-libmount
|
%description -n python-libmount
|
||||||
|
@ -1,7 +1,25 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 8 15:11:37 UTC 2016 - sweet_f_a@gmx.de
|
Tue Nov 8 15:11:37 UTC 2016 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
- Update to version 2.29, see
|
- 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
|
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
|
- refresh make-sure-sbin-resp-usr-sbin-are-in-PATH.diff
|
||||||
|
|
||||||
|
@ -1,7 +1,25 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 8 15:11:37 UTC 2016 - sweet_f_a@gmx.de
|
Tue Nov 8 15:11:37 UTC 2016 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
- Update to version 2.29, see
|
- 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
|
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
|
- refresh make-sure-sbin-resp-usr-sbin-are-in-PATH.diff
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user