[ubuntu/yakkety-proposed] util-linux 2.28-5ubuntu1 (Accepted)
Martin Pitt
martin.pitt at ubuntu.com
Fri May 20 11:09:19 UTC 2016
util-linux (2.28-5ubuntu1) yakkety; urgency=medium
* Merge from Debian unstable. Remaining changes:
- Regularly trim SSDs automatically (core-1311-ssd-trimming):
+ Add debian/fstrim-all.cron: Call fstrim --all. Installed as
/etc/cron.weekly/fstrim.
- Upstart support:
+ Add hwclock{-save}.upstart, and install them in debian/rules.
+ Drop hwclock.default.
- Drop debian/hwclock.rules, recent kernels sync the RTC automatically.
- Add sulogin-fallback-static-sh.patch: Add support for /bin/static-sh as
fallback if the regular shell fails to execute. Patch ported from
sysvinit. (see LP #505887)
- Add sulogin-lockedpwd.patch: Make sure file systems can be fixed on
machines with locked root accounts (as Ubuntu does by default). Don't
require --force for sulogin.
- Drop debian/util-linux.preinst: Unconditionally deleting files
is wrong, and dpkg will overwrite symlinks with real files anyway.
- Drop the Breaks: cloud-utils, Ubuntu has a different cloud-utils
packaging and this does not affect Ubuntu > 16.04 any more.
util-linux (2.28-5) unstable; urgency=medium
[ Andreas Henriksson ]
* Fix regression in libmount1 symbols annotations
[ Samuel Thibault ]
* Don't ship chrt on hurd which lacks sched_setscheduler (Closes: #823765)
util-linux (2.28-4) unstable; urgency=medium
[ Steven Chamberlain ]
* Only try to ship uuidd binary in uuid-runtime on linux-any
(Closes: #823684)
util-linux (2.28-3) unstable; urgency=medium
* Attempt to work around debootstrap problems for hwclock.sh.
Thanks to Helmut Grohne for coming up with ideas on how to handle this.
(Closes: #823665)
util-linux (2.28-2) unstable; urgency=medium
* Move sysvinit-utils back to Breaks (instead of Depends), see #823569
util-linux (2.28-1) unstable; urgency=medium
* New upstream release.
* Use cgit url for Vcs-Browser field
* mount: Add Breaks/Replaces on older bash-completion
- for newly shipped umount/mount completion files. (Closes: #820247)
util-linux (2.28~rc2-1) experimental; urgency=medium
[ Andreas Henriksson ]
* Imported Upstream version 2.28~rc2
- among other things includes these fixes:
swapon: rewrite control struct usage (Closes: 818252)
tests: improve setarch tests, regarding --uname-2.6 issues (See: #806911)
* Drop debian/patches/Mark-setarch-testcase-as-known-fail.patch
- Now obsoleted by upstream changes.
* Ship new lsns utility in util-linux package
* Run tests with --parallel=1 to avoid mixing output.
Thanks to Ruediger Meier for the suggestion.
[ Laurent Bigonville ]
* Ship setpriv executable in new setpriv package
- separate package to avoid making setpriv essential and
making dependency libcap-ng pseudo-essential. (Closes: #755885)
util-linux (2.28~rc1-1) experimental; urgency=medium
* debian/gbp.conf: Set branches to master/upstream
* Imported Upstream version 2.28~rc1
This includes additional fixes for the following debian bug reports:
- "bash-completion: fstrim: use mountpoint, not device" (Closes: #804833)
- "logger: always update header when writing stdin line" (Closes: #798239)
- "libfdisk: Fix order of C/H/S numbers output" (Closes: #815847)
* Drop debian/patches/build-sys-use-PKG_CONFIG.patch, now included upstream.
* Document added symbols and bump shlibs for libfdisk1, libmount1
and libsmartcols1
* Bump Standards-Version to 3.9.7
* Update debian/README.source for master/upstream
* Upload to experimental.
Date: Fri, 20 May 2016 11:53:15 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/util-linux/2.28-5ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 20 May 2016 11:53:15 +0200
Source: util-linux
Binary: util-linux util-linux-locales mount bsdutils fdisk-udeb libblkid1 libblkid1-udeb libblkid-dev libfdisk1 libfdisk1-udeb libfdisk-dev libmount1 libmount-dev libsmartcols1 libsmartcols1-udeb libsmartcols-dev libuuid1 uuid-runtime libuuid1-udeb uuid-dev util-linux-udeb setpriv
Architecture: source
Version: 2.28-5ubuntu1
Distribution: yakkety
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description:
bsdutils - basic utilities from 4.4BSD-Lite
fdisk-udeb - Manually partition a hard drive (fdisk) (udeb)
libblkid-dev - block device ID library - headers and static libraries
libblkid1 - block device ID library
libblkid1-udeb - stripped down block device ID library, for debian-installer (udeb)
libfdisk-dev - fdisk partitioning library - headers and static libraries
libfdisk1 - fdisk partitioning library
libfdisk1-udeb - stripped down fdisk partitioning library, for debian-installer (udeb)
libmount-dev - device mounting library - headers and static libraries
libmount1 - device mounting library
libsmartcols-dev - smart column output alignment library - headers and static librar
libsmartcols1 - smart column output alignment library
libsmartcols1-udeb - stripped down smart column output aligment library, for debian-in (udeb)
libuuid1 - Universally Unique ID library
libuuid1-udeb - stripped down Universally Unique ID library, for debian-installer (udeb)
mount - tools for mounting and manipulating filesystems
setpriv - tool to run a program with different Linux privilege settings
util-linux - miscellaneous system utilities
util-linux-locales - locales files for util-linux
util-linux-udeb - stripped down miscellaneous system utilities, for debian-installe (udeb)
uuid-dev - Universally Unique ID library - headers and static libraries
uuid-runtime - runtime components for the Universally Unique ID library
Closes: 755885 798239 804833 815847 818252 820247 823665 823684 823765
Changes:
util-linux (2.28-5ubuntu1) yakkety; urgency=medium
.
* Merge from Debian unstable. Remaining changes:
- Regularly trim SSDs automatically (core-1311-ssd-trimming):
+ Add debian/fstrim-all.cron: Call fstrim --all. Installed as
/etc/cron.weekly/fstrim.
- Upstart support:
+ Add hwclock{-save}.upstart, and install them in debian/rules.
+ Drop hwclock.default.
- Drop debian/hwclock.rules, recent kernels sync the RTC automatically.
- Add sulogin-fallback-static-sh.patch: Add support for /bin/static-sh as
fallback if the regular shell fails to execute. Patch ported from
sysvinit. (see LP #505887)
- Add sulogin-lockedpwd.patch: Make sure file systems can be fixed on
machines with locked root accounts (as Ubuntu does by default). Don't
require --force for sulogin.
- Drop debian/util-linux.preinst: Unconditionally deleting files
is wrong, and dpkg will overwrite symlinks with real files anyway.
- Drop the Breaks: cloud-utils, Ubuntu has a different cloud-utils
packaging and this does not affect Ubuntu > 16.04 any more.
.
util-linux (2.28-5) unstable; urgency=medium
.
[ Andreas Henriksson ]
* Fix regression in libmount1 symbols annotations
.
[ Samuel Thibault ]
* Don't ship chrt on hurd which lacks sched_setscheduler (Closes: #823765)
.
util-linux (2.28-4) unstable; urgency=medium
.
[ Steven Chamberlain ]
* Only try to ship uuidd binary in uuid-runtime on linux-any
(Closes: #823684)
.
util-linux (2.28-3) unstable; urgency=medium
.
* Attempt to work around debootstrap problems for hwclock.sh.
Thanks to Helmut Grohne for coming up with ideas on how to handle this.
(Closes: #823665)
.
util-linux (2.28-2) unstable; urgency=medium
.
* Move sysvinit-utils back to Breaks (instead of Depends), see #823569
.
util-linux (2.28-1) unstable; urgency=medium
.
* New upstream release.
* Use cgit url for Vcs-Browser field
* mount: Add Breaks/Replaces on older bash-completion
- for newly shipped umount/mount completion files. (Closes: #820247)
.
util-linux (2.28~rc2-1) experimental; urgency=medium
.
[ Andreas Henriksson ]
* Imported Upstream version 2.28~rc2
- among other things includes these fixes:
swapon: rewrite control struct usage (Closes: 818252)
tests: improve setarch tests, regarding --uname-2.6 issues (See: #806911)
* Drop debian/patches/Mark-setarch-testcase-as-known-fail.patch
- Now obsoleted by upstream changes.
* Ship new lsns utility in util-linux package
* Run tests with --parallel=1 to avoid mixing output.
Thanks to Ruediger Meier for the suggestion.
.
[ Laurent Bigonville ]
* Ship setpriv executable in new setpriv package
- separate package to avoid making setpriv essential and
making dependency libcap-ng pseudo-essential. (Closes: #755885)
.
util-linux (2.28~rc1-1) experimental; urgency=medium
.
* debian/gbp.conf: Set branches to master/upstream
* Imported Upstream version 2.28~rc1
This includes additional fixes for the following debian bug reports:
- "bash-completion: fstrim: use mountpoint, not device" (Closes: #804833)
- "logger: always update header when writing stdin line" (Closes: #798239)
- "libfdisk: Fix order of C/H/S numbers output" (Closes: #815847)
* Drop debian/patches/build-sys-use-PKG_CONFIG.patch, now included upstream.
* Document added symbols and bump shlibs for libfdisk1, libmount1
and libsmartcols1
* Bump Standards-Version to 3.9.7
* Update debian/README.source for master/upstream
* Upload to experimental.
Checksums-Sha1:
74a4d06bc1c12632ff9e4b41b4010765a2cf9623 3927 util-linux_2.28-5ubuntu1.dsc
9720d4ea99f8aff018ea6732dcc5c1fc853f39b3 4119560 util-linux_2.28.orig.tar.xz
f518bef26241202e1069762a01e7e89026fe4ba3 80016 util-linux_2.28-5ubuntu1.debian.tar.xz
Checksums-Sha256:
a48a9d2bce734cc9df3035fb1fb5183655524d56f69485c3eba326c6037364ac 3927 util-linux_2.28-5ubuntu1.dsc
395847e2a18a2c317170f238892751e73a57104565344f8644090c8b091014bb 4119560 util-linux_2.28.orig.tar.xz
4bc50ca5a531c9746655d23250a5882c1840aa7b259b013d2b6e79abd0ee117c 80016 util-linux_2.28-5ubuntu1.debian.tar.xz
Files:
53dd814d41bd904e803299d41a76957a 3927 base required util-linux_2.28-5ubuntu1.dsc
e534e6ccc49107e5d31c329af798ef7d 4119560 base required util-linux_2.28.orig.tar.xz
467448fad36d93094d7cb46968e2d8db 80016 base required util-linux_2.28-5ubuntu1.debian.tar.xz
Original-Maintainer: Debian util-linux Maintainers <ah-util-linux at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJXPt9EAAoJENFO8V2v4RNHAt0QAKNbfrWFpNjvhmo9DNTHcUN1
t3kBDnu6liy3ozpgZUsEdrSdYpGrA6Vlw/1x5I2OYJwADVSJpUmNq+Kt5rPe1stT
mu6AaUd3QfeEpkytGy2b/exBbv+pn68Vu4QMDWt9TqmprF286fOd15XI/KaMFrlG
5vrjeUrgJ7rX7X22itXIlfC8naewBFKwKypchEnqFLC+FEZHGPPZ8WUMgKMbwnmQ
6bBbdEfS4draVxLIdvk+XmIW0BcAKb4Bm6w2WFVqNR4o2nS2VrUO0m/rbAEQH6yA
d5zcHLE1le4lXtxFr+O8zWX2HP/1ac9P9PFk3rLP5wHAibPycgWjs2JA6I4C6q91
zUqRWlg30U8yv5camA1OgNSFG50zVHaL6o6B8UwDDvd7s99BjpqEV+bksH/GGOAj
UgrKxzASXY13oIjcobmjZGrqWuIpcfgy8xjwOnfN6cBP8qOmeuQC2zJJbpdTKZms
CQFtvVDVyj7GaWnakLECtqar4RDQ0ZexWyUofPAIgscExdLa8TCoY2z7SGFDf1L/
xN4o3utRavyu554R+2sgKKVlbpCZOUYeA1uLfu7739KInc0X4+sAIo1nl4JEpG6g
noqYNIBTo42RqJVV6mKfwXqB3ssj+j/cMeQOVRH7FtywPoKSNvBtTu+ygDGwbbm+
QLi+5G9Oupl82y4mITz3
=g8Bq
-----END PGP SIGNATURE-----
More information about the Yakkety-changes
mailing list