[ubuntu/karmic] util-linux 2.15~rc2-1ubuntu1 (Accepted)

Scott James Remnant scott at ubuntu.com
Wed Apr 29 17:20:13 BST 2009


util-linux (2.15~rc2-1ubuntu1) karmic; urgency=low

  * Merge from Debian, remaining changes:
    - The Ubuntu kernel already sets the system clock from the hardware
      clock at boot time, so there is no need for hwclock to do it a
      second (or third) time.
      - Call hwclock --systz from udev rules to set the system timezone
        and step the system clock if it was not originally set to UTC.
      - hwclock.sh init script is not called on startup, remove start
        links on upgrade
      - hwclockfirst.sh init script removed
    - Always pass --rtc=/dev/$HCTOSYS_DEVICE for hwclock invocations, as
      systems may have multiple hardware clocks.
    - Always pass --noadjfile if /etc/adjtime is not writable, including
      on "stop" and "show" (this was only done on "start" before).
      - Remove /etc/adjtime on upgrade if it was not used.
    - Install udev rules into /lib/udev/rules.d not /etc/udev.rules.d
      - Breaks to force upgrade of udev

  * mount breaks nfs-common to force an upgrade
  * Build the fsck binary
    - Replaces e2fsprogs
  * Build the blkid library and tools
    - Install custom blkid.conf to use /dev/.blkid.tab since we don't
      expect device names to survive a reboot
    - Drop build-dep on libblkid-dev and use --with-fsprobe=builtin

  Also include the following updates from GIT:

  [Aurelien Jarno]

  * lib: do not include <linux/fd.h> in ismounted.c
  * chrt: add a comment about non POSIX 1003.1b attributes in chrt.1
  * agetty: IUCLC and OLCUC are Linux extensions

  [Eric Sandeen]

  * blkid: remove whole-disk entries from cache when partitions are found

  [Karel Zak]

  * blkid: rename blkid_debug_init to blkid_init_debug
  * docs: add a note about /proc/sys/kernel/random/uuid
  * ionice: change Jens Axboe's email
  * losetup: mount endless loop hang.  novell: #449646
  * cfdisk: fix "cannot seek on disk drive" bug.  Closes: #511161
  * blkid: split SONAME and LIBBLKID_VERSION
  * blockdev: fix possible buffer overflow
  * fdisk: fix max. ptname
  * sfdisk: fix possible buffer overflow
  * docs: add entry about /proc/partitions parsing
  * blkid: rename blkid_evaluate_spec to blkid_evaluate_tag
  * tests: fix -regex in run.sh
  * blkid: linux_raid - fix logic for volumes with size == 0
  * po: merge changes

  [localization folks]

  * po: update fr.po (from translationproject.org) (Nicolas Provost)
  * po: update cs.po (from translationproject.org) (Petr Pisar)
  * po: update id.po (from translationproject.org) (Arif E. Nugroho)

Date: Tue, 24 Mar 2009 12:06:54 +0000
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~rc2-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 24 Mar 2009 12:06:54 +0000
Source: util-linux
Binary: util-linux util-linux-locales mount bsdutils fdisk-udeb cfdisk-udeb libblkid1 libblkid1-udeb libblkid-dev
Architecture: source
Version: 2.15~rc2-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
Closes: 511161
Changes: 
 util-linux (2.15~rc2-1ubuntu1) karmic; urgency=low
 .
   * Merge from Debian, remaining changes:
     - The Ubuntu kernel already sets the system clock from the hardware
       clock at boot time, so there is no need for hwclock to do it a
       second (or third) time.
       - Call hwclock --systz from udev rules to set the system timezone
         and step the system clock if it was not originally set to UTC.
       - hwclock.sh init script is not called on startup, remove start
         links on upgrade
       - hwclockfirst.sh init script removed
     - Always pass --rtc=/dev/$HCTOSYS_DEVICE for hwclock invocations, as
       systems may have multiple hardware clocks.
     - Always pass --noadjfile if /etc/adjtime is not writable, including
       on "stop" and "show" (this was only done on "start" before).
       - Remove /etc/adjtime on upgrade if it was not used.
     - Install udev rules into /lib/udev/rules.d not /etc/udev.rules.d
       - Breaks to force upgrade of udev
 .
   * mount breaks nfs-common to force an upgrade
   * Build the fsck binary
     - Replaces e2fsprogs
   * Build the blkid library and tools
     - Install custom blkid.conf to use /dev/.blkid.tab since we don't
       expect device names to survive a reboot
     - Drop build-dep on libblkid-dev and use --with-fsprobe=builtin
 .
   Also include the following updates from GIT:
 .
   [Aurelien Jarno]
 .
   * lib: do not include <linux/fd.h> in ismounted.c
   * chrt: add a comment about non POSIX 1003.1b attributes in chrt.1
   * agetty: IUCLC and OLCUC are Linux extensions
 .
   [Eric Sandeen]
 .
   * blkid: remove whole-disk entries from cache when partitions are found
 .
   [Karel Zak]
 .
   * blkid: rename blkid_debug_init to blkid_init_debug
   * docs: add a note about /proc/sys/kernel/random/uuid
   * ionice: change Jens Axboe's email
   * losetup: mount endless loop hang.  novell: #449646
   * cfdisk: fix "cannot seek on disk drive" bug.  Closes: #511161
   * blkid: split SONAME and LIBBLKID_VERSION
   * blockdev: fix possible buffer overflow
   * fdisk: fix max. ptname
   * sfdisk: fix possible buffer overflow
   * docs: add entry about /proc/partitions parsing
   * blkid: rename blkid_evaluate_spec to blkid_evaluate_tag
   * tests: fix -regex in run.sh
   * blkid: linux_raid - fix logic for volumes with size == 0
   * po: merge changes
 .
   [localization folks]
 .
   * po: update fr.po (from translationproject.org) (Nicolas Provost)
   * po: update cs.po (from translationproject.org) (Petr Pisar)
   * po: update id.po (from translationproject.org) (Arif E. Nugroho)
Checksums-Sha1: 
 2ddb70b1b7d037b6dcb46514a2c94f0c460a056c 1516 util-linux_2.15~rc2-1ubuntu1.dsc
 b84a633134af84a1ffaf6ad81a3c67308eacf12a 14016923 util-linux_2.15~rc2.orig.tar.gz
 450d3cbd1f08f493bb209afd27a9f02f3dae8ed3 205721 util-linux_2.15~rc2-1ubuntu1.diff.gz
Checksums-Sha256: 
 6be1d4c2fde17b40d21c6e2b5c0e88048b8b8d274a588921c409b13a457b436e 1516 util-linux_2.15~rc2-1ubuntu1.dsc
 fa5fa652be452e49fe3ae132b21cd46a8186410081203b58162d7134b257a3cc 14016923 util-linux_2.15~rc2.orig.tar.gz
 0029c5ea0bdcc0699eaf7099c725e2782d947150f668ca7bef7f74ecba744119 205721 util-linux_2.15~rc2-1ubuntu1.diff.gz
Files: 
 44ed7f97f010e93e7d8c44f6833dba5b 1516 base required util-linux_2.15~rc2-1ubuntu1.dsc
 585a6ef91c3c8c437726a0f673aba623 14016923 base required util-linux_2.15~rc2.orig.tar.gz
 941ba012ff331ab336e35075d38f7edc 205721 base required util-linux_2.15~rc2-1ubuntu1.diff.gz
Original-Maintainer: LaMont Jones <lamont at debian.org>

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

iEYEARECAAYFAkn4fa4ACgkQSnQiFMl4yK5NdwCgiMVhlhTz0Eg7TCppvmV1Idsd
EugAn3xlEWRWn4KECzPFBfoKR3LogpSS
=7jtV
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list