[ubuntu/karmic] util-linux 2.15.1-1ubuntu1 (Accepted)

Scott James Remnant scott at ubuntu.com
Tue Jul 14 18:30:14 BST 2009


util-linux (2.15.1-1ubuntu1) karmic; urgency=low

  * Merge from Debian, remaining changes:
    - Since udev is required in Ubuntu, the hwclock.sh init script is
      not called on startup and the hwclockfirst.sh init script is
      removed.
    - Remove /etc/adjtime on upgrade if it was not used.
    - Build the blkid library and tools, and the fsck binary, from
      util-linux replacing those from e2fsprogs
    - Install custom blkid.conf to use /dev/.blkid.tab since we don't
      expect device names to survive a reboot
    - Add util-linux-udeb, containing blkid.
    - No lsb_release call in mount.preinst since we'd need Pre-Depends
      (LP: #383697).

util-linux (2.15.1-1) unstable; urgency=low

  [Aurelien Jarno]

  * chrt: don't assume SCHED_BATCH and SCHED_IDLE exist
  * remaining kFreeBSD hackery for building.  Closes: #527384
  * metafile changes for kFreeBSD buildability hackery.  Closes: #527384

  [Mike Frysinger]

  * lscpu: fix cpuid code on x86/PIC
  * losetup: handle symlinks in /dev/loop/

  [LaMont Jones]

  * Add keybuk as uploader.
  * meta: cleanup rules targets

  [Scott James Remnant]

  * hwclock: only call --systz from the udev rule
  * hwclock: make start a no-op when udev is running
  * rules: Install udev rules into /lib/udev/rules.d

  [Chris Webb]

  * fdisk: (and cfdisk) fix to be consistent about maximum heads

  [Rajeev V. Pillai]

  * cal: Highlight today even when month or year specified

  [Tom Prince]

  * cal: uClibc has langinfo.h but not _NL_TIME_WEEK_1STDAY.

  [Karel Zak]

  * build-sys: fix "make -C" bug
  * build-sys: fix blkid.h include for old e2fsprogs
  * blkid: make libuuid optional
  * blkid: fix "hangs forever with partition type mdraid"
  * blkid: blkid_do_safeprobe() has to be tolerant to RAIDs
  * blkid: cleanup debug messages and return codes in blkid_do_probe()
  * mount: fix undefined reference to `security_get_initial_context'.  gentoo:
    #270168
  * libblkid: update man page
  * libblkid: fix reiserfs name
  * build-sys: add UTIL_{SET,RESTORE}_FLAGS
  * build-sys: fix blkid detection in configure.ac
  * tests: add mdraid libblkid test
  * tests: fix reiserfs test
  * tests: don't run some mount tests for non-root users
  * tests: remove broken Xen dumps for lscpu
  * tests: move lscpu /proc and /sys dumps to tarballs
  * tests: fix script that creates lscpu dumps
  * docs: update AUTHORS file
  * docs: add v2.15.1 ReleaseNotes
  * docs: add missing commands/projects to AUTHORS file
  * build-sys: release++ (v2.15.1-rc1)
  * mount: use "none" fstype for MS_PROPAGATION mounts
  * mount: move MS_{PROPAGATION,BIND,MOVE} detection
  * docs: update v2.15.1 ReleaseNotes
  * build-sys: release++ (v2.15.1)
  * po: merge changes

  [localization folks]

  * po: update vi.po (from translationproject.org) (Clytie Siddall)

Date: Tue, 14 Jul 2009 18:24:58 +0100
Changed-By: Scott James Remnant <scott at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Scott James Remnant <scott at canonical.com>
https://launchpad.net/ubuntu/karmic/+source/util-linux/2.15.1-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 14 Jul 2009 18:24:58 +0100
Source: util-linux
Binary: util-linux util-linux-locales mount bsdutils fdisk-udeb cfdisk-udeb libblkid1 libblkid1-udeb libblkid-dev util-linux-udeb
Architecture: source
Version: 2.15.1-1ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Scott James Remnant <scott at ubuntu.com>
Description: 
 bsdutils   - Basic utilities from 4.4BSD-Lite
 cfdisk-udeb - Manually partition a hard drive (cfdisk) (udeb)
 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 - block device id library (udeb)
 mount      - Tools for mounting and manipulating filesystems
 util-linux - Miscellaneous system utilities
 util-linux-locales - Locales files for util-linux
 util-linux-udeb - Miscellaneous system utilities (udeb)
Closes: 527384 527384
Launchpad-Bugs-Fixed: 383697
Changes: 
 util-linux (2.15.1-1ubuntu1) karmic; urgency=low
 .
   * Merge from Debian, remaining changes:
     - Since udev is required in Ubuntu, the hwclock.sh init script is
       not called on startup and the hwclockfirst.sh init script is
       removed.
     - Remove /etc/adjtime on upgrade if it was not used.
     - Build the blkid library and tools, and the fsck binary, from
       util-linux replacing those from e2fsprogs
     - Install custom blkid.conf to use /dev/.blkid.tab since we don't
       expect device names to survive a reboot
     - Add util-linux-udeb, containing blkid.
     - No lsb_release call in mount.preinst since we'd need Pre-Depends
       (LP: #383697).
 .
 util-linux (2.15.1-1) unstable; urgency=low
 .
   [Aurelien Jarno]
 .
   * chrt: don't assume SCHED_BATCH and SCHED_IDLE exist
   * remaining kFreeBSD hackery for building.  Closes: #527384
   * metafile changes for kFreeBSD buildability hackery.  Closes: #527384
 .
   [Mike Frysinger]
 .
   * lscpu: fix cpuid code on x86/PIC
   * losetup: handle symlinks in /dev/loop/
 .
   [LaMont Jones]
 .
   * Add keybuk as uploader.
   * meta: cleanup rules targets
 .
   [Scott James Remnant]
 .
   * hwclock: only call --systz from the udev rule
   * hwclock: make start a no-op when udev is running
   * rules: Install udev rules into /lib/udev/rules.d
 .
   [Chris Webb]
 .
   * fdisk: (and cfdisk) fix to be consistent about maximum heads
 .
   [Rajeev V. Pillai]
 .
   * cal: Highlight today even when month or year specified
 .
   [Tom Prince]
 .
   * cal: uClibc has langinfo.h but not _NL_TIME_WEEK_1STDAY.
 .
   [Karel Zak]
 .
   * build-sys: fix "make -C" bug
   * build-sys: fix blkid.h include for old e2fsprogs
   * blkid: make libuuid optional
   * blkid: fix "hangs forever with partition type mdraid"
   * blkid: blkid_do_safeprobe() has to be tolerant to RAIDs
   * blkid: cleanup debug messages and return codes in blkid_do_probe()
   * mount: fix undefined reference to `security_get_initial_context'.  gentoo:
     #270168
   * libblkid: update man page
   * libblkid: fix reiserfs name
   * build-sys: add UTIL_{SET,RESTORE}_FLAGS
   * build-sys: fix blkid detection in configure.ac
   * tests: add mdraid libblkid test
   * tests: fix reiserfs test
   * tests: don't run some mount tests for non-root users
   * tests: remove broken Xen dumps for lscpu
   * tests: move lscpu /proc and /sys dumps to tarballs
   * tests: fix script that creates lscpu dumps
   * docs: update AUTHORS file
   * docs: add v2.15.1 ReleaseNotes
   * docs: add missing commands/projects to AUTHORS file
   * build-sys: release++ (v2.15.1-rc1)
   * mount: use "none" fstype for MS_PROPAGATION mounts
   * mount: move MS_{PROPAGATION,BIND,MOVE} detection
   * docs: update v2.15.1 ReleaseNotes
   * build-sys: release++ (v2.15.1)
   * po: merge changes
 .
   [localization folks]
 .
   * po: update vi.po (from translationproject.org) (Clytie Siddall)
Checksums-Sha1: 
 977a5950136d444ce092ddbd2468bd2a739f2e32 1563 util-linux_2.15.1-1ubuntu1.dsc
 3d714f63a0ec690374ef88bfca65567598f6195d 4741507 util-linux_2.15.1.orig.tar.gz
 4252c30116b8a8ec2dccf142fbd1fe075c7f961e 92012 util-linux_2.15.1-1ubuntu1.diff.gz
Checksums-Sha256: 
 98a9ea236c83b51dc5cb632598a534675827c7f3ecdde14a28ea95c0ef3aa5b4 1563 util-linux_2.15.1-1ubuntu1.dsc
 6adeb191bc6a6aa39da8c9809c79c96b2c94fb6244b7959bfc93200722a525b3 4741507 util-linux_2.15.1.orig.tar.gz
 cbc79a3535d7d0299311c9cb70e5347688ede86552bcc3d1b3b89258e8fcce7f 92012 util-linux_2.15.1-1ubuntu1.diff.gz
Files: 
 26f3c480c71d6ab8cb2451475c45d5cb 1563 base required util-linux_2.15.1-1ubuntu1.dsc
 a09cdb50e91229bc1dd7e38fad072b5c 4741507 base required util-linux_2.15.1.orig.tar.gz
 84e820864459db2c905d1b7d163027f2 92012 base required util-linux_2.15.1-1ubuntu1.diff.gz
Original-Maintainer: LaMont Jones <lamont at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEUEARECAAYFAkpcv3wACgkQSnQiFMl4yK5cvwCYgz5GUi6g/HgL+4BE+vggCypF
fwCfcplWgaULsO9pFPQVy5uBRZ4z7xU=
=GTbp
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list