util-linux (2.27.1-6ubuntu3.2) xenial; urgency=medium * Cherrypick upstream fix to prevent segfaults in getopt by ensuring that options array is correctly terminated. LP: #1577460 -- Dimitri John Ledkov Fri, 16 Dec 2016 14:49:06 +0000 util-linux (2.27.1-6ubuntu3.1) xenial; urgency=medium * debian/patches/git_hybrid_cds.patch: - backport upstream fix to make hybrid disk work again, should resolve some disks like video DVDs not showing in the desktop interface (lp: #1584509) -- Sebastien Bacher Wed, 25 May 2016 18:00:50 +0200 util-linux (2.27.1-6ubuntu3) xenial; urgency=medium * Add debian/patches/script-use-empty-slave.patch taken from upstream git (LP: #1553353, Closes: #820843) -- Simon Deziel Wed, 13 Apr 2016 15:01:21 +0000 util-linux (2.27.1-6ubuntu2) xenial; urgency=medium * Add upstream-lscpu-powerpc.patch: lscpu: Fix model and model name on Power Systems. (Backported from upstream trunk). (LP: #1563514) -- Martin Pitt Wed, 30 Mar 2016 23:10:32 +0200 util-linux (2.27.1-6ubuntu1) xenial; 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 debian/hwclock.rules and hwclock.default. - 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. - Make util-linux Breaks old {p,}mac-fdisk for the fdisk binary takeover. - Drop debian/util-linux.preinst: Unconditionally deleting files is wrong, and dpkg will overwrite symlinks with real files anyway. - Drop debian/util-linux.preinst: Unconditionally deleting files is wrong, and dpkg will overwrite symlinks with real files anyway. - Adjust the Breaks: cloud-utils to 0.27-0ubuntu16 (the Ubuntu version that works with util-linux 2.26), and also move it to cloud-guest-utils. - Add debian/libblkid1.maintscript to clean up /etc/blkid.conf on upgrade. This needs to be kept until after Ubuntu 16.04 LTS. * Debian changes fix upgrade failure. (LP: #1556539) -- Martin Pitt Mon, 14 Mar 2016 10:09:48 +0100 util-linux (2.27.1-6) unstable; urgency=medium * Drop (versioned) init-system-helpers dependency to avoid dep loop. - initscripts is guaranteed to be installed in stable/jessie, the file is additionally a conffile so initscripts will need to be purged to cause a problem for us with i-s-h << 1.29 and purging initscripts is not possible until after the upgrade anyway. (Closes: #817857) * Temporarily move sysvinit-utils back from Breaks to Depends. - again seems to confuse apt and we apparently need a synchronized upload with sysvinit to move things to how it should (and now can be since initscripts dependency was dropped from u-l) be described. -- Andreas Henriksson Sat, 12 Mar 2016 16:12:55 +0100 util-linux (2.27.1-5) unstable; urgency=medium * Completely drop (versioned) tzdata dependency (Closes: #817371) - the alternative on systemd-sysv causes (pre-)dependency loops which dpkg can't handle (see example in #817780) - the reason for the dependency in the first place seems to have been ensuring /etc/localtime is a real file. Later the use of /etc/localtime seems to have been removed (see #660365). Thanks to Felipe Sateler for digging this information up. - tzdata itself is Priority: required so should always be around in a regular install even without any dependency on it. (i.e. unless it has explicitly been removed.) -- Andreas Henriksson Thu, 10 Mar 2016 14:26:52 +0100 util-linux (2.27.1-4ubuntu1) xenial; 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 debian/hwclock.rules and hwclock.default. - 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. - Make util-linux Breaks old {p,}mac-fdisk for the fdisk binary takeover. - Drop debian/util-linux.preinst: Unconditionally deleting files is wrong, and dpkg will overwrite symlinks with real files anyway. - Drop debian/util-linux.preinst: Unconditionally deleting files is wrong, and dpkg will overwrite symlinks with real files anyway. - Adjust the Breaks: cloud-utils to 0.27-0ubuntu16 (the Ubuntu version that works with util-linux 2.26), and also move it to cloud-guest-utils. - Add debian/libblkid1.maintscript to clean up /etc/blkid.conf on upgrade. This needs to be kept until after Ubuntu 16.04 LTS. -- Martin Pitt Fri, 04 Mar 2016 09:02:15 +0100 util-linux (2.27.1-4) unstable; urgency=medium * Drop initscripts dependency now that update-rc.d no longer requires it to process init scripts with LSB header dependencies. - note that it's still likely to be installed (even under systemd) since it's priority is required, it's just that util-linux no longer needs to require it to be around. * Add dependency on init-system-helpers (>= 1.29~) which contains the previously mentioned update-rc.d fix. - this can be dropped once init-system-helpers is always >= 1.29~. * Drop lsb-base dependency - strictly speaking we should have it since hwclock.sh uses lsb-base, but initscripts will pull it in for us anyway under sysvinit(-core) so this dependency makes no practical gain. Dropping it avoids pulling it in when we don't need it (eg. under systemd-sysv where hwclock.sh is masked by the systemd package). * Add systemd-sysv as an alternative to tzdata dependency. - tzdata was according to this changelog added for the benefit of the hwclock.sh init script. (Not sure it's required.) It's among the top size of debootstrap --variant=minbase packages so might be useful to make it uninstallable on minimal containers, which this change should accomplish (under systemd-sysv atleast). * Finally move sysvinit-utils back to Breaks instead of Depends - now that initscript dependency is dropped, the issue with cyclic dependency should be no more and we can properly describe the relation. * Add debian/patches/build-sys-use-PKG_CONFIG.patch - cherry-picked from upstream git, fixes crossbuilding (Closes: #811546) -- Andreas Henriksson Thu, 03 Mar 2016 14:30:19 +0100 util-linux (2.27.1-3ubuntu1) xenial; 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 debian/hwclock.rules and hwclock.default. - 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. - Make util-linux Breaks old {p,}mac-fdisk for the fdisk binary takeover. - Drop debian/util-linux.preinst: Unconditionally deleting files is wrong, and dpkg will overwrite symlinks with real files anyway. - Drop debian/util-linux.preinst: Unconditionally deleting files is wrong, and dpkg will overwrite symlinks with real files anyway. - Adjust the Breaks: cloud-utils to 0.27-0ubuntu16 (the Ubuntu version that works with util-linux 2.26), and also move it to cloud-guest-utils. - Add debian/libblkid1.maintscript to clean up /etc/blkid.conf on upgrade. This needs to be kept until after Ubuntu 16.04 LTS. -- Martin Pitt Mon, 15 Feb 2016 16:48:18 +0100 # For older changelog entries, run 'apt-get changelog libsmartcols1'