forked from pool/util-linux
Accepting request 487413 from home:sbrabec:branches:util-linux-leap_42_3-merge-try2
Include missing SLE12* and Leap 42.* bug, FATE and patch references. OBS-URL: https://build.opensuse.org/request/show/487413 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=339
This commit is contained in:
parent
7358dde850
commit
db4edfc1a4
@ -58,12 +58,48 @@ Wed Feb 8 18:16:22 CET 2017 - sbrabec@suse.com
|
|||||||
- INCOMPATIBLE CHANGE for SLE12 SP3 and Leap 42.3:
|
- INCOMPATIBLE CHANGE for SLE12 SP3 and Leap 42.3:
|
||||||
losetup -L changes its meaning from SLE12 SP1&SP2 specific
|
losetup -L changes its meaning from SLE12 SP1&SP2 specific
|
||||||
--logical-blocksize to the upstream --nooverlap).
|
--logical-blocksize to the upstream --nooverlap).
|
||||||
--logical-blocksize can be used only with long option.
|
--logical-blocksize can be used only with long option
|
||||||
|
(bsc#966891).
|
||||||
- Include SLE12 + Leap 42 exclusive feature, implemented by
|
- Include SLE12 + Leap 42 exclusive feature, implemented by
|
||||||
hare@suse.de:
|
hare@suse.de:
|
||||||
* losetup: Add support for setting logical blocksizes
|
* losetup: Add support for setting logical blocksizes
|
||||||
(bsc#931634, FATE#319010)
|
(bsc#931634, FATE#319010)
|
||||||
+ util-linux-losetup-Add-support-for-setting-logical-blocksize.patch
|
+ util-linux-losetup-Add-support-for-setting-logical-blocksize.patch
|
||||||
|
SLE12 & Leap 42 specific changes:
|
||||||
|
* Fix for SLE12: bsc#956540, SLE12 SP1: bsc#953691, Leap 42.1:
|
||||||
|
boo#954482, was obsoleted by the systemd update, and skipped.
|
||||||
|
* Remove --enable-ncurses that is intended to force non-wide
|
||||||
|
ncurses (boo#978993).
|
||||||
|
* Make release-dependent conflict with old sysvinit-tools SLE
|
||||||
|
specific, as it is required only for SLE 11 upgrade,
|
||||||
|
and breaks openSUSE staging builds (boo#994399).
|
||||||
|
* Obsolete these patches, now upstreamed:
|
||||||
|
* Drop upstreamed patches
|
||||||
|
(tests-script-race-on-force-only.patch,
|
||||||
|
util-linux-libmount-ignore-redundant-slashes.patch,
|
||||||
|
util-linux-sfdisk-show-pt-geometry-1.patch,
|
||||||
|
util-linux-sfdisk-show-pt-geometry-2.patch,
|
||||||
|
util-linux-sfdisk-show-pt-geometry-3.patch,
|
||||||
|
util-linux-libblkid-partition-loop.patch,
|
||||||
|
util-linux-libblkid-wipe-offset.patch,
|
||||||
|
util-linux-mount-reuse-loop-1.patch,
|
||||||
|
util-linux-mount-reuse-loop-2.patch,
|
||||||
|
util-linux-mount-reuse-loop-3.patch,
|
||||||
|
util-linux-mount-reuse-loop-4.patch,
|
||||||
|
util-linux-loop-reuse-01.patch, util-linux-loop-reuse-02.patch,
|
||||||
|
util-linux-loop-reuse-03.patch, util-linux-loop-reuse-04.patch,
|
||||||
|
util-linux-loop-reuse-05.patch, util-linux-loop-reuse-06.patch,
|
||||||
|
util-linux-loop-reuse-07.patch, util-linux-loop-reuse-08.patch,
|
||||||
|
util-linux-loop-reuse-09.patch, util-linux-loop-reuse-10.patch,
|
||||||
|
util-linux-loop-reuse-12.patch, util-linux-loop-reuse-13.patch,
|
||||||
|
util-linux-loop-reuse-14.patch, util-linux-loop-reuse-15.patch,
|
||||||
|
util-linux-loop-reuse-16.patch, util-linux-loop-reuse-17.patch,
|
||||||
|
util-linux-loop-reuse-18.patch, util-linux-loop-reuse-19.patch,
|
||||||
|
util-linux-loop-reuse-20.patch,
|
||||||
|
util-linux-libmount-cifs-is_mounted.patch).
|
||||||
|
* Refreshed patches
|
||||||
|
(make-sure-sbin-resp-usr-sbin-are-in-PATH.diff,
|
||||||
|
util-linux-losetup-Add-support-for-setting-logical-blocksize.patch).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 7 20:07:55 CET 2017 - sbrabec@suse.com
|
Tue Feb 7 20:07:55 CET 2017 - sbrabec@suse.com
|
||||||
@ -122,6 +158,11 @@ Tue Nov 8 15:11:37 UTC 2016 - sweet_f_a@gmx.de
|
|||||||
mount all of them in the same time. The restriction is that
|
mount all of them in the same time. The restriction is that
|
||||||
the regions should not overlap.
|
the regions should not overlap.
|
||||||
* lscpu supports the "drawer" topology for IBM S/390.
|
* lscpu supports the "drawer" topology for IBM S/390.
|
||||||
|
* sfdisk: Support for deprecated --show-pt-geometry (bsc#990531).
|
||||||
|
* libmount: various issues with cifs mount
|
||||||
|
(bsc#982331, bsc#987176).
|
||||||
|
* libblkid: Prevent infinite loop DoS while parsing DOS partition
|
||||||
|
tables (bsc#988361, CVE-2016-5011).
|
||||||
* More details at:
|
* More details at:
|
||||||
http://karelzak.blogspot.de/2016/10/util-linux-v229-whats-new.html
|
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
|
||||||
@ -233,7 +274,7 @@ Wed Apr 13 09:53:21 UTC 2016 - sweet_f_a@gmx.de
|
|||||||
openat-family functions anymore.
|
openat-family functions anymore.
|
||||||
* The python binding for libsmartcols is available in separate
|
* The python binding for libsmartcols is available in separate
|
||||||
project at https://github.com/ignatenkobrain/python-smartcols
|
project at https://github.com/ignatenkobrain/python-smartcols
|
||||||
* Other bug fixes (bsc#970404, bsc#975082).
|
* Other bug fixes (bsc#970404, bsc#975082, FATE#318444).
|
||||||
* Security issue: CVE-2016-2779 is NOT FIXED yet.
|
* Security issue: CVE-2016-2779 is NOT FIXED yet.
|
||||||
- Remove old util-linux-noenc-suse.patch
|
- Remove old util-linux-noenc-suse.patch
|
||||||
|
|
||||||
@ -247,6 +288,7 @@ Wed Nov 11 15:46:46 UTC 2015 - sweet_f_a@gmx.de
|
|||||||
|
|
||||||
- Update to version 2.27.1, bugfix release, see
|
- Update to version 2.27.1, bugfix release, see
|
||||||
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.27/v2.27.1-ReleaseNotes
|
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.27/v2.27.1-ReleaseNotes
|
||||||
|
(fixes bsc#950778, FATE#320552).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 11 11:25:25 UTC 2015 - schwab@suse.de
|
Wed Nov 11 11:25:25 UTC 2015 - schwab@suse.de
|
||||||
@ -278,7 +320,8 @@ Wed Sep 23 14:16:22 CEST 2015 - sbrabec@suse.com
|
|||||||
* rtcwake supports a news option --list-modes and --date, no
|
* rtcwake supports a news option --list-modes and --date, no
|
||||||
support RTC_ALM_READ and RTC_ALM_SET fallbacks any more.
|
support RTC_ALM_READ and RTC_ALM_SET fallbacks any more.
|
||||||
* Many fixes, most notably:
|
* Many fixes, most notably:
|
||||||
* fsck: now supports -r {fd} (bsc#903738)
|
* fsck: now supports -r {fd} (bsc#923777, bsc#903738)
|
||||||
|
* Fix fsck -C {fd} parsing (bsc#923777, bsc#903738)
|
||||||
* better handling of multi-path devices
|
* better handling of multi-path devices
|
||||||
(bsc#880468, bsc#924994)
|
(bsc#880468, bsc#924994)
|
||||||
* flock: improve timeout handling (bsc#926945)
|
* flock: improve timeout handling (bsc#926945)
|
||||||
@ -296,7 +339,7 @@ Tue Aug 4 20:31:55 CEST 2015 - sbrabec@suse.com
|
|||||||
|
|
||||||
- Add %systemd_preset_pre and %systemd_preset_posttrans that will
|
- Add %systemd_preset_pre and %systemd_preset_posttrans that will
|
||||||
do one shot presetting of uuidd.service on upgrade.
|
do one shot presetting of uuidd.service on upgrade.
|
||||||
(bnc#900935#c46, FATE#318949).
|
(bnc#900935#c46, FATE#318949, FATE#317727).
|
||||||
- Remove one shot presetting hacks.
|
- Remove one shot presetting hacks.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -342,7 +385,9 @@ Wed Feb 25 20:43:28 CET 2015 - sbrabec@suse.cz
|
|||||||
scripts; it's possible to save your partitioning layout to text
|
scripts; it's possible to save your partitioning layout to text
|
||||||
files and (re)use it in all fdisks
|
files and (re)use it in all fdisks
|
||||||
* fdisk(8), sfdisk(8): support new command-line option "--output
|
* fdisk(8), sfdisk(8): support new command-line option "--output
|
||||||
<list>" to specify output columns for --list or print commands
|
<list>" to specify output columns for --list or print commands,
|
||||||
|
do not abort when fdisk -l when device cannot be opened
|
||||||
|
[bnc#886790], [bnc#893712], [bnc#890351]
|
||||||
* nsenter(1): has been updated to work with the latest kernel
|
* nsenter(1): has been updated to work with the latest kernel
|
||||||
changes in user namespaces supports new command-line option
|
changes in user namespaces supports new command-line option
|
||||||
--preserve-credentials
|
--preserve-credentials
|
||||||
@ -362,10 +407,13 @@ Wed Feb 25 20:43:28 CET 2015 - sbrabec@suse.cz
|
|||||||
* logger(1): supports new command-line option --id= to specify
|
* logger(1): supports new command-line option --id= to specify
|
||||||
PID (or another ID) allows to specify --rfc3164 or --rfc5424
|
PID (or another ID) allows to specify --rfc3164 or --rfc5424
|
||||||
syslog protocols
|
syslog protocols
|
||||||
|
* lscpu: recognizes Unisys s-Par as hypervisor (FATE#318231)
|
||||||
* libfdisk: the library is distributed as a shared library with a
|
* libfdisk: the library is distributed as a shared library with a
|
||||||
stable API and a standard header file
|
stable API and a standard header file
|
||||||
* libmount: provides a new simple API to monitor mount-table
|
* libmount: provides a new simple API to monitor mount-table
|
||||||
changes (including changes in userspace mount options)
|
changes (including changes in userspace mount options)
|
||||||
|
* libmount: Fix mount point lookup (and mount -a) if the path
|
||||||
|
contains // (bsc#931955).
|
||||||
- Fix lack of I18N support in util-linux-systemd (mis-compilation).
|
- Fix lack of I18N support in util-linux-systemd (mis-compilation).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -441,7 +489,7 @@ Fri Oct 17 21:18:43 CEST 2014 - sbrabec@suse.cz
|
|||||||
Mon Sep 8 21:04:34 CEST 2014 - sbrabec@suse.cz
|
Mon Sep 8 21:04:34 CEST 2014 - sbrabec@suse.cz
|
||||||
|
|
||||||
- Install runuser and runuser-l PAM file
|
- Install runuser and runuser-l PAM file
|
||||||
(runuser.pamd, bnc#892079).
|
(runuser.pamd, bnc#892079, bnc#894833).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 3 16:21:57 CEST 2014 - sbrabec@suse.cz
|
Wed Sep 3 16:21:57 CEST 2014 - sbrabec@suse.cz
|
||||||
|
@ -58,12 +58,48 @@ Wed Feb 8 18:16:22 CET 2017 - sbrabec@suse.com
|
|||||||
- INCOMPATIBLE CHANGE for SLE12 SP3 and Leap 42.3:
|
- INCOMPATIBLE CHANGE for SLE12 SP3 and Leap 42.3:
|
||||||
losetup -L changes its meaning from SLE12 SP1&SP2 specific
|
losetup -L changes its meaning from SLE12 SP1&SP2 specific
|
||||||
--logical-blocksize to the upstream --nooverlap).
|
--logical-blocksize to the upstream --nooverlap).
|
||||||
--logical-blocksize can be used only with long option.
|
--logical-blocksize can be used only with long option
|
||||||
|
(bsc#966891).
|
||||||
- Include SLE12 + Leap 42 exclusive feature, implemented by
|
- Include SLE12 + Leap 42 exclusive feature, implemented by
|
||||||
hare@suse.de:
|
hare@suse.de:
|
||||||
* losetup: Add support for setting logical blocksizes
|
* losetup: Add support for setting logical blocksizes
|
||||||
(bsc#931634, FATE#319010)
|
(bsc#931634, FATE#319010)
|
||||||
+ util-linux-losetup-Add-support-for-setting-logical-blocksize.patch
|
+ util-linux-losetup-Add-support-for-setting-logical-blocksize.patch
|
||||||
|
SLE12 & Leap 42 specific changes:
|
||||||
|
* Fix for SLE12: bsc#956540, SLE12 SP1: bsc#953691, Leap 42.1:
|
||||||
|
boo#954482, was obsoleted by the systemd update, and skipped.
|
||||||
|
* Remove --enable-ncurses that is intended to force non-wide
|
||||||
|
ncurses (boo#978993).
|
||||||
|
* Make release-dependent conflict with old sysvinit-tools SLE
|
||||||
|
specific, as it is required only for SLE 11 upgrade,
|
||||||
|
and breaks openSUSE staging builds (boo#994399).
|
||||||
|
* Obsolete these patches, now upstreamed:
|
||||||
|
* Drop upstreamed patches
|
||||||
|
(tests-script-race-on-force-only.patch,
|
||||||
|
util-linux-libmount-ignore-redundant-slashes.patch,
|
||||||
|
util-linux-sfdisk-show-pt-geometry-1.patch,
|
||||||
|
util-linux-sfdisk-show-pt-geometry-2.patch,
|
||||||
|
util-linux-sfdisk-show-pt-geometry-3.patch,
|
||||||
|
util-linux-libblkid-partition-loop.patch,
|
||||||
|
util-linux-libblkid-wipe-offset.patch,
|
||||||
|
util-linux-mount-reuse-loop-1.patch,
|
||||||
|
util-linux-mount-reuse-loop-2.patch,
|
||||||
|
util-linux-mount-reuse-loop-3.patch,
|
||||||
|
util-linux-mount-reuse-loop-4.patch,
|
||||||
|
util-linux-loop-reuse-01.patch, util-linux-loop-reuse-02.patch,
|
||||||
|
util-linux-loop-reuse-03.patch, util-linux-loop-reuse-04.patch,
|
||||||
|
util-linux-loop-reuse-05.patch, util-linux-loop-reuse-06.patch,
|
||||||
|
util-linux-loop-reuse-07.patch, util-linux-loop-reuse-08.patch,
|
||||||
|
util-linux-loop-reuse-09.patch, util-linux-loop-reuse-10.patch,
|
||||||
|
util-linux-loop-reuse-12.patch, util-linux-loop-reuse-13.patch,
|
||||||
|
util-linux-loop-reuse-14.patch, util-linux-loop-reuse-15.patch,
|
||||||
|
util-linux-loop-reuse-16.patch, util-linux-loop-reuse-17.patch,
|
||||||
|
util-linux-loop-reuse-18.patch, util-linux-loop-reuse-19.patch,
|
||||||
|
util-linux-loop-reuse-20.patch,
|
||||||
|
util-linux-libmount-cifs-is_mounted.patch).
|
||||||
|
* Refreshed patches
|
||||||
|
(make-sure-sbin-resp-usr-sbin-are-in-PATH.diff,
|
||||||
|
util-linux-losetup-Add-support-for-setting-logical-blocksize.patch).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 7 20:07:55 CET 2017 - sbrabec@suse.com
|
Tue Feb 7 20:07:55 CET 2017 - sbrabec@suse.com
|
||||||
@ -122,6 +158,11 @@ Tue Nov 8 15:11:37 UTC 2016 - sweet_f_a@gmx.de
|
|||||||
mount all of them in the same time. The restriction is that
|
mount all of them in the same time. The restriction is that
|
||||||
the regions should not overlap.
|
the regions should not overlap.
|
||||||
* lscpu supports the "drawer" topology for IBM S/390.
|
* lscpu supports the "drawer" topology for IBM S/390.
|
||||||
|
* sfdisk: Support for deprecated --show-pt-geometry (bsc#990531).
|
||||||
|
* libmount: various issues with cifs mount
|
||||||
|
(bsc#982331, bsc#987176).
|
||||||
|
* libblkid: Prevent infinite loop DoS while parsing DOS partition
|
||||||
|
tables (bsc#988361, CVE-2016-5011).
|
||||||
* More details at:
|
* More details at:
|
||||||
http://karelzak.blogspot.de/2016/10/util-linux-v229-whats-new.html
|
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
|
||||||
@ -233,7 +274,7 @@ Wed Apr 13 09:53:21 UTC 2016 - sweet_f_a@gmx.de
|
|||||||
openat-family functions anymore.
|
openat-family functions anymore.
|
||||||
* The python binding for libsmartcols is available in separate
|
* The python binding for libsmartcols is available in separate
|
||||||
project at https://github.com/ignatenkobrain/python-smartcols
|
project at https://github.com/ignatenkobrain/python-smartcols
|
||||||
* Other bug fixes (bsc#970404, bsc#975082).
|
* Other bug fixes (bsc#970404, bsc#975082, FATE#318444).
|
||||||
* Security issue: CVE-2016-2779 is NOT FIXED yet.
|
* Security issue: CVE-2016-2779 is NOT FIXED yet.
|
||||||
- Remove old util-linux-noenc-suse.patch
|
- Remove old util-linux-noenc-suse.patch
|
||||||
|
|
||||||
@ -247,6 +288,7 @@ Wed Nov 11 15:46:46 UTC 2015 - sweet_f_a@gmx.de
|
|||||||
|
|
||||||
- Update to version 2.27.1, bugfix release, see
|
- Update to version 2.27.1, bugfix release, see
|
||||||
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.27/v2.27.1-ReleaseNotes
|
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.27/v2.27.1-ReleaseNotes
|
||||||
|
(fixes bsc#950778, FATE#320552).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 11 11:25:25 UTC 2015 - schwab@suse.de
|
Wed Nov 11 11:25:25 UTC 2015 - schwab@suse.de
|
||||||
@ -278,7 +320,8 @@ Wed Sep 23 14:16:22 CEST 2015 - sbrabec@suse.com
|
|||||||
* rtcwake supports a news option --list-modes and --date, no
|
* rtcwake supports a news option --list-modes and --date, no
|
||||||
support RTC_ALM_READ and RTC_ALM_SET fallbacks any more.
|
support RTC_ALM_READ and RTC_ALM_SET fallbacks any more.
|
||||||
* Many fixes, most notably:
|
* Many fixes, most notably:
|
||||||
* fsck: now supports -r {fd} (bsc#903738)
|
* fsck: now supports -r {fd} (bsc#923777, bsc#903738)
|
||||||
|
* Fix fsck -C {fd} parsing (bsc#923777, bsc#903738)
|
||||||
* better handling of multi-path devices
|
* better handling of multi-path devices
|
||||||
(bsc#880468, bsc#924994)
|
(bsc#880468, bsc#924994)
|
||||||
* flock: improve timeout handling (bsc#926945)
|
* flock: improve timeout handling (bsc#926945)
|
||||||
@ -296,7 +339,7 @@ Tue Aug 4 20:31:55 CEST 2015 - sbrabec@suse.com
|
|||||||
|
|
||||||
- Add %systemd_preset_pre and %systemd_preset_posttrans that will
|
- Add %systemd_preset_pre and %systemd_preset_posttrans that will
|
||||||
do one shot presetting of uuidd.service on upgrade.
|
do one shot presetting of uuidd.service on upgrade.
|
||||||
(bnc#900935#c46, FATE#318949).
|
(bnc#900935#c46, FATE#318949, FATE#317727).
|
||||||
- Remove one shot presetting hacks.
|
- Remove one shot presetting hacks.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -342,7 +385,9 @@ Wed Feb 25 20:43:28 CET 2015 - sbrabec@suse.cz
|
|||||||
scripts; it's possible to save your partitioning layout to text
|
scripts; it's possible to save your partitioning layout to text
|
||||||
files and (re)use it in all fdisks
|
files and (re)use it in all fdisks
|
||||||
* fdisk(8), sfdisk(8): support new command-line option "--output
|
* fdisk(8), sfdisk(8): support new command-line option "--output
|
||||||
<list>" to specify output columns for --list or print commands
|
<list>" to specify output columns for --list or print commands,
|
||||||
|
do not abort when fdisk -l when device cannot be opened
|
||||||
|
[bnc#886790], [bnc#893712], [bnc#890351]
|
||||||
* nsenter(1): has been updated to work with the latest kernel
|
* nsenter(1): has been updated to work with the latest kernel
|
||||||
changes in user namespaces supports new command-line option
|
changes in user namespaces supports new command-line option
|
||||||
--preserve-credentials
|
--preserve-credentials
|
||||||
@ -362,10 +407,13 @@ Wed Feb 25 20:43:28 CET 2015 - sbrabec@suse.cz
|
|||||||
* logger(1): supports new command-line option --id= to specify
|
* logger(1): supports new command-line option --id= to specify
|
||||||
PID (or another ID) allows to specify --rfc3164 or --rfc5424
|
PID (or another ID) allows to specify --rfc3164 or --rfc5424
|
||||||
syslog protocols
|
syslog protocols
|
||||||
|
* lscpu: recognizes Unisys s-Par as hypervisor (FATE#318231)
|
||||||
* libfdisk: the library is distributed as a shared library with a
|
* libfdisk: the library is distributed as a shared library with a
|
||||||
stable API and a standard header file
|
stable API and a standard header file
|
||||||
* libmount: provides a new simple API to monitor mount-table
|
* libmount: provides a new simple API to monitor mount-table
|
||||||
changes (including changes in userspace mount options)
|
changes (including changes in userspace mount options)
|
||||||
|
* libmount: Fix mount point lookup (and mount -a) if the path
|
||||||
|
contains // (bsc#931955).
|
||||||
- Fix lack of I18N support in util-linux-systemd (mis-compilation).
|
- Fix lack of I18N support in util-linux-systemd (mis-compilation).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -441,7 +489,7 @@ Fri Oct 17 21:18:43 CEST 2014 - sbrabec@suse.cz
|
|||||||
Mon Sep 8 21:04:34 CEST 2014 - sbrabec@suse.cz
|
Mon Sep 8 21:04:34 CEST 2014 - sbrabec@suse.cz
|
||||||
|
|
||||||
- Install runuser and runuser-l PAM file
|
- Install runuser and runuser-l PAM file
|
||||||
(runuser.pamd, bnc#892079).
|
(runuser.pamd, bnc#892079, bnc#894833).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 3 16:21:57 CEST 2014 - sbrabec@suse.cz
|
Wed Sep 3 16:21:57 CEST 2014 - sbrabec@suse.cz
|
||||||
|
@ -58,12 +58,48 @@ Wed Feb 8 18:16:22 CET 2017 - sbrabec@suse.com
|
|||||||
- INCOMPATIBLE CHANGE for SLE12 SP3 and Leap 42.3:
|
- INCOMPATIBLE CHANGE for SLE12 SP3 and Leap 42.3:
|
||||||
losetup -L changes its meaning from SLE12 SP1&SP2 specific
|
losetup -L changes its meaning from SLE12 SP1&SP2 specific
|
||||||
--logical-blocksize to the upstream --nooverlap).
|
--logical-blocksize to the upstream --nooverlap).
|
||||||
--logical-blocksize can be used only with long option.
|
--logical-blocksize can be used only with long option
|
||||||
|
(bsc#966891).
|
||||||
- Include SLE12 + Leap 42 exclusive feature, implemented by
|
- Include SLE12 + Leap 42 exclusive feature, implemented by
|
||||||
hare@suse.de:
|
hare@suse.de:
|
||||||
* losetup: Add support for setting logical blocksizes
|
* losetup: Add support for setting logical blocksizes
|
||||||
(bsc#931634, FATE#319010)
|
(bsc#931634, FATE#319010)
|
||||||
+ util-linux-losetup-Add-support-for-setting-logical-blocksize.patch
|
+ util-linux-losetup-Add-support-for-setting-logical-blocksize.patch
|
||||||
|
SLE12 & Leap 42 specific changes:
|
||||||
|
* Fix for SLE12: bsc#956540, SLE12 SP1: bsc#953691, Leap 42.1:
|
||||||
|
boo#954482, was obsoleted by the systemd update, and skipped.
|
||||||
|
* Remove --enable-ncurses that is intended to force non-wide
|
||||||
|
ncurses (boo#978993).
|
||||||
|
* Make release-dependent conflict with old sysvinit-tools SLE
|
||||||
|
specific, as it is required only for SLE 11 upgrade,
|
||||||
|
and breaks openSUSE staging builds (boo#994399).
|
||||||
|
* Obsolete these patches, now upstreamed:
|
||||||
|
* Drop upstreamed patches
|
||||||
|
(tests-script-race-on-force-only.patch,
|
||||||
|
util-linux-libmount-ignore-redundant-slashes.patch,
|
||||||
|
util-linux-sfdisk-show-pt-geometry-1.patch,
|
||||||
|
util-linux-sfdisk-show-pt-geometry-2.patch,
|
||||||
|
util-linux-sfdisk-show-pt-geometry-3.patch,
|
||||||
|
util-linux-libblkid-partition-loop.patch,
|
||||||
|
util-linux-libblkid-wipe-offset.patch,
|
||||||
|
util-linux-mount-reuse-loop-1.patch,
|
||||||
|
util-linux-mount-reuse-loop-2.patch,
|
||||||
|
util-linux-mount-reuse-loop-3.patch,
|
||||||
|
util-linux-mount-reuse-loop-4.patch,
|
||||||
|
util-linux-loop-reuse-01.patch, util-linux-loop-reuse-02.patch,
|
||||||
|
util-linux-loop-reuse-03.patch, util-linux-loop-reuse-04.patch,
|
||||||
|
util-linux-loop-reuse-05.patch, util-linux-loop-reuse-06.patch,
|
||||||
|
util-linux-loop-reuse-07.patch, util-linux-loop-reuse-08.patch,
|
||||||
|
util-linux-loop-reuse-09.patch, util-linux-loop-reuse-10.patch,
|
||||||
|
util-linux-loop-reuse-12.patch, util-linux-loop-reuse-13.patch,
|
||||||
|
util-linux-loop-reuse-14.patch, util-linux-loop-reuse-15.patch,
|
||||||
|
util-linux-loop-reuse-16.patch, util-linux-loop-reuse-17.patch,
|
||||||
|
util-linux-loop-reuse-18.patch, util-linux-loop-reuse-19.patch,
|
||||||
|
util-linux-loop-reuse-20.patch,
|
||||||
|
util-linux-libmount-cifs-is_mounted.patch).
|
||||||
|
* Refreshed patches
|
||||||
|
(make-sure-sbin-resp-usr-sbin-are-in-PATH.diff,
|
||||||
|
util-linux-losetup-Add-support-for-setting-logical-blocksize.patch).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 7 20:07:55 CET 2017 - sbrabec@suse.com
|
Tue Feb 7 20:07:55 CET 2017 - sbrabec@suse.com
|
||||||
@ -122,6 +158,11 @@ Tue Nov 8 15:11:37 UTC 2016 - sweet_f_a@gmx.de
|
|||||||
mount all of them in the same time. The restriction is that
|
mount all of them in the same time. The restriction is that
|
||||||
the regions should not overlap.
|
the regions should not overlap.
|
||||||
* lscpu supports the "drawer" topology for IBM S/390.
|
* lscpu supports the "drawer" topology for IBM S/390.
|
||||||
|
* sfdisk: Support for deprecated --show-pt-geometry (bsc#990531).
|
||||||
|
* libmount: various issues with cifs mount
|
||||||
|
(bsc#982331, bsc#987176).
|
||||||
|
* libblkid: Prevent infinite loop DoS while parsing DOS partition
|
||||||
|
tables (bsc#988361, CVE-2016-5011).
|
||||||
* More details at:
|
* More details at:
|
||||||
http://karelzak.blogspot.de/2016/10/util-linux-v229-whats-new.html
|
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
|
||||||
@ -233,7 +274,7 @@ Wed Apr 13 09:53:21 UTC 2016 - sweet_f_a@gmx.de
|
|||||||
openat-family functions anymore.
|
openat-family functions anymore.
|
||||||
* The python binding for libsmartcols is available in separate
|
* The python binding for libsmartcols is available in separate
|
||||||
project at https://github.com/ignatenkobrain/python-smartcols
|
project at https://github.com/ignatenkobrain/python-smartcols
|
||||||
* Other bug fixes (bsc#970404, bsc#975082).
|
* Other bug fixes (bsc#970404, bsc#975082, FATE#318444).
|
||||||
* Security issue: CVE-2016-2779 is NOT FIXED yet.
|
* Security issue: CVE-2016-2779 is NOT FIXED yet.
|
||||||
- Remove old util-linux-noenc-suse.patch
|
- Remove old util-linux-noenc-suse.patch
|
||||||
|
|
||||||
@ -247,6 +288,7 @@ Wed Nov 11 15:46:46 UTC 2015 - sweet_f_a@gmx.de
|
|||||||
|
|
||||||
- Update to version 2.27.1, bugfix release, see
|
- Update to version 2.27.1, bugfix release, see
|
||||||
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.27/v2.27.1-ReleaseNotes
|
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.27/v2.27.1-ReleaseNotes
|
||||||
|
(fixes bsc#950778, FATE#320552).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 11 11:25:25 UTC 2015 - schwab@suse.de
|
Wed Nov 11 11:25:25 UTC 2015 - schwab@suse.de
|
||||||
@ -278,7 +320,8 @@ Wed Sep 23 14:16:22 CEST 2015 - sbrabec@suse.com
|
|||||||
* rtcwake supports a news option --list-modes and --date, no
|
* rtcwake supports a news option --list-modes and --date, no
|
||||||
support RTC_ALM_READ and RTC_ALM_SET fallbacks any more.
|
support RTC_ALM_READ and RTC_ALM_SET fallbacks any more.
|
||||||
* Many fixes, most notably:
|
* Many fixes, most notably:
|
||||||
* fsck: now supports -r {fd} (bsc#903738)
|
* fsck: now supports -r {fd} (bsc#923777, bsc#903738)
|
||||||
|
* Fix fsck -C {fd} parsing (bsc#923777, bsc#903738)
|
||||||
* better handling of multi-path devices
|
* better handling of multi-path devices
|
||||||
(bsc#880468, bsc#924994)
|
(bsc#880468, bsc#924994)
|
||||||
* flock: improve timeout handling (bsc#926945)
|
* flock: improve timeout handling (bsc#926945)
|
||||||
@ -296,7 +339,7 @@ Tue Aug 4 20:31:55 CEST 2015 - sbrabec@suse.com
|
|||||||
|
|
||||||
- Add %systemd_preset_pre and %systemd_preset_posttrans that will
|
- Add %systemd_preset_pre and %systemd_preset_posttrans that will
|
||||||
do one shot presetting of uuidd.service on upgrade.
|
do one shot presetting of uuidd.service on upgrade.
|
||||||
(bnc#900935#c46, FATE#318949).
|
(bnc#900935#c46, FATE#318949, FATE#317727).
|
||||||
- Remove one shot presetting hacks.
|
- Remove one shot presetting hacks.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -342,7 +385,9 @@ Wed Feb 25 20:43:28 CET 2015 - sbrabec@suse.cz
|
|||||||
scripts; it's possible to save your partitioning layout to text
|
scripts; it's possible to save your partitioning layout to text
|
||||||
files and (re)use it in all fdisks
|
files and (re)use it in all fdisks
|
||||||
* fdisk(8), sfdisk(8): support new command-line option "--output
|
* fdisk(8), sfdisk(8): support new command-line option "--output
|
||||||
<list>" to specify output columns for --list or print commands
|
<list>" to specify output columns for --list or print commands,
|
||||||
|
do not abort when fdisk -l when device cannot be opened
|
||||||
|
[bnc#886790], [bnc#893712], [bnc#890351]
|
||||||
* nsenter(1): has been updated to work with the latest kernel
|
* nsenter(1): has been updated to work with the latest kernel
|
||||||
changes in user namespaces supports new command-line option
|
changes in user namespaces supports new command-line option
|
||||||
--preserve-credentials
|
--preserve-credentials
|
||||||
@ -362,10 +407,13 @@ Wed Feb 25 20:43:28 CET 2015 - sbrabec@suse.cz
|
|||||||
* logger(1): supports new command-line option --id= to specify
|
* logger(1): supports new command-line option --id= to specify
|
||||||
PID (or another ID) allows to specify --rfc3164 or --rfc5424
|
PID (or another ID) allows to specify --rfc3164 or --rfc5424
|
||||||
syslog protocols
|
syslog protocols
|
||||||
|
* lscpu: recognizes Unisys s-Par as hypervisor (FATE#318231)
|
||||||
* libfdisk: the library is distributed as a shared library with a
|
* libfdisk: the library is distributed as a shared library with a
|
||||||
stable API and a standard header file
|
stable API and a standard header file
|
||||||
* libmount: provides a new simple API to monitor mount-table
|
* libmount: provides a new simple API to monitor mount-table
|
||||||
changes (including changes in userspace mount options)
|
changes (including changes in userspace mount options)
|
||||||
|
* libmount: Fix mount point lookup (and mount -a) if the path
|
||||||
|
contains // (bsc#931955).
|
||||||
- Fix lack of I18N support in util-linux-systemd (mis-compilation).
|
- Fix lack of I18N support in util-linux-systemd (mis-compilation).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -441,7 +489,7 @@ Fri Oct 17 21:18:43 CEST 2014 - sbrabec@suse.cz
|
|||||||
Mon Sep 8 21:04:34 CEST 2014 - sbrabec@suse.cz
|
Mon Sep 8 21:04:34 CEST 2014 - sbrabec@suse.cz
|
||||||
|
|
||||||
- Install runuser and runuser-l PAM file
|
- Install runuser and runuser-l PAM file
|
||||||
(runuser.pamd, bnc#892079).
|
(runuser.pamd, bnc#892079, bnc#894833).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 3 16:21:57 CEST 2014 - sbrabec@suse.cz
|
Wed Sep 3 16:21:57 CEST 2014 - sbrabec@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user