SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for util-linux-2.23.2-23.1.x86_64.rpm :
Wed Oct 2 14:00:00 2013 sbrabecAATTsuse.cz
- Safely migrate su config files from coreutils to util-linux
(bnc#814626#c18).

Fri Sep 27 14:00:00 2013 mgorseAATTsuse.com
- Add more-check-for-buffer-size-when-write-multibyte-char.patch and
more-guarantee-space-for-multibyte.patch -- check for buffer space with
multi-byte chars (BNC#829720).

Fri Sep 27 14:00:00 2013 mgorseAATTsuse.com
- Add more-fix-buffer-overflow.patch (bnc#829720).

Fri Sep 13 14:00:00 2013 wernerAATTsuse.de
- Avoid build require gpg-offline twice

Wed Sep 11 14:00:00 2013 sbrabecAATTsuse.cz
- Update to version 2.23.2:
nsenter(1):

* this NEW COMMAND provides command line interface to setns()
Linux syscall and allows to run program with namespaces of
other processes
unshare(1):

* supports new PID and USER namespaces
fdisk(8):

* provides experimental support for GUID Partition Table (GPT),
the implementation is still not complete and some (unimportant)
features are missing.

* ~50% of fdisk code has been refactored, this task is going to
be complete in the next release. The goal is to have libfdisk
shared between all fdisks.
partx(8):

* supports new \"update\" command (implemented by
BLKPG_RESIZE_PARTITION ioctl)
mount(8):

* supports new userspace mount option x-mount.mkdir[=] to
create mountpoints on demand

* the support for propagation flags has been improved, now the
flags could be specified in /etc/fstab and used together with
regular mount options. It\'s also possible to specify more
propagation flags together. This EXPERIMENTAL feature is
implemented by additional mount(2) syscalls, because Linux does
not allow to use propagation flags with another options or more
flags together.
umount(8):

* supports new command line option --recursive to recursively
unmount all sub-mounts for the specified mountpoint
* supports
new command line option --all-targets to unmount all
mountpoints in the current namespace for the specified
filesystem
* the options --recursive and --all-targets could be
used together
dmesg(1):

* supports new command line options --color, --human and
- -nopager, the --human option enables relative times, colors and
pager support.
su(1):

* supports new command line options --group and --supp-group to
specify primary and supplementary groups
chfn(1) and chsh(1):

* the commands could be linked with libuser to support non-local
accounts modification (e.g. LDAP, etc).
kill(1):

* the command has been improved to be compatible with procps
version, the procps version is deprecated now, the util-linux
version is enabled by default.
blkdiscard(8):

* this NEW COMMAND discard sectors on a device (for example on
SSD disks)
sulogin(8):

* provides multi-console feature from SysVinit
findmnt(8):

* provides new columns FREQ, PASSNO, ID, OPT-FIELDS, PROPAGATION
lslocks(8):

* provides new column BLOCKER and detects blocked locks
lsblk(8):

* supports new command line option --scsi and new columns HCTL,
TRANsport VENDOR and REVision
swapon(8) and losetup(8):

* the commands prints basic overview by default if no option
specified
column(1):

* supports new command line option --output-separator to specify
table output delimiter
rename(1):

* supports new command line option --symlink to rename symlink
target
hwclock(8):

* supports new command line option --compare to periodically
compare the Hardware Clock to the System Time (based on
adjtimex -c)
ipcs(1):

* supports new command line options --bytes and --human
wipefs(1):

* supports new command line option --force to force erase on used
devices
- Removed upstreamed patches (mkfs.bfs_cleanup_64bit.patch-Patch,
mkfs.bfs_cleanup_endian.patch)

Mon Jul 1 14:00:00 2013 mailAATTbernhard-voelker.de
- Correct condition for Conflicts of sysvinit-tools.

Mon Jul 1 14:00:00 2013 wernerAATTsuse.de
- Correct version in source URL path.

Fri Jun 28 14:00:00 2013 sbrabecAATTsuse.cz
- Fix Provides and Obsoletes of eject.
- Conflict with old coreutils and sysvinit-tools with conflicting
files to guarantee seamless upgrade.
- Remove Provides and Obsoletes of packages that do not exist since
SuSE Linux 8.
- Include upstreamed patch from SUSE eject package:
Check eject host_status and driver_status when using SG_IO
(eject-scsi-check-host_status-and-driver_status.patch,
bnc#358033).

Wed Jun 19 14:00:00 2013 cooloAATTsuse.com
- rely on systemd-rpm-macros instead of the full thing

Wed Jun 12 14:00:00 2013 mailAATTbernhard-voelker.de
- util-linux.spec: remove previously added \"moving-su-trickery\" again
as a su-less coreutils packet is in Base:Build and Factory now.

Fri Jun 7 14:00:00 2013 mailAATTbernhard-voelker.de
- util-linux.spec: work around su(1) PAM problems based on su(1)
being provided by both the coreutils and the util-linux package.
Fix macro typo in %post and %verifyscript sections related to su(1):
s/sysvinit_tools/enable_su/

Thu Jun 6 14:00:00 2013 wernerAATTsuse.de
- Add make-sure-sbin-resp-usr-sbin-are-in-PATH.diff, that is include
the old \"let `su\' handle /sbin and /usr/sbin in path\"
- Provide the new eject utility to avoid file conflict with old
eject package

Wed Jun 5 14:00:00 2013 wernerAATTsuse.de
- Update to util-linux-2.23.1
+ Release highlights (2.22)
su(1):

* has been merged from coreutils into util-linux

* utils-linux version uses /etc/pam.d/su-l PAM config file for --login
(e.g. \"su -\") session.
sulogin(8):

* has been merged from sysvinit into util-linux
utmpdump(1):

* has been merged from sysvinit into util-linux
eject(1):

* has been merged from inactive upstream from sf.net and Fedora into util-linux

* supports new options --manualeject, --force and --no-partitions-unmount
lslocks(1)

* this NEW COMMAND prints local system locks and it\'s replacement to very
long time unmaintained lslk(1)
wdctl(8):

* this NEW COMMAND shows hardware watchdog status
libuuid:

* does NOT EXECUTE uuidd on demand, the daemon has to be started by
init scripts / systemd
uuidd:

* supports socket activation (for systemd)

* supports new options -no-fork, --no-pid and --socket-activation
+ Release highlights (2.23)
blkdiscard(8):

* this NEW COMMAND discard sectors on a device (for example on SSD disks)
sulogin(8):

* provides multi-console feature from SysVinit
- Removed following patches now upstream

* 0001-Test-for-secure_getenv-too.patch

* 0001-include-bitops.h-Use-the-operating-system-byteswappi.patch

* add-canonicalize_path_restricted.patch

* fdiskbsdlabel.patch

* libmount-add-MNT_ERR_LOOPDEV.patch

* libmount-add-special-MNT_ERR-codes.patch

* libmount-don-t-use-nosuid-noexec-nodev-for-cifs-user.patch

* login-close-tty-before-vhangup.patch

* mount-new-add-loopdev-specific-error-message.patch

* mount-new-allow-sloppy-for-non-root.patch

* mount-new-improve-error-messages.patch

* mount-new-use-MNT_ERR-for-error-messages.patch

* mount-sanitize-paths-from-non-root-users.patch

* util-linux-2.21.2-noenc.diff

* umount-sanitize-paths-from-non-root-users.patch
- Removed following patch which otherwise cause to break build

* util-linux-2.20-libmount-deps.patch
- Refreshed following patches with updating version string

* util-linux-2.23.1-fdisk_remove_bogus_warnings.patch

* util-linux-2.23.1-noenc-suse.diff
- Add util-linux-2.23.1-eject-fpie.patch to compile and link eject
with PIE

Wed May 29 14:00:00 2013 ihnoAATTsuse.com
- fixing mkfs.bfs to make it 64bit and endian clean.
adding the patches mkfs.bfs_cleanup_64bit.patch and
mkfs.bfs_cleanup_endian.patch

Sun Mar 17 13:00:00 2013 jengelhAATTinai.de
- Split \"which\", \"time\" and \"adjtimex\" off util-linux

Sat Feb 16 13:00:00 2013 schwabAATTsuse.de
- fdiskbsdlabel.patch:
Fix fdisk compilation on aarch64

Tue Feb 5 13:00:00 2013 crrodriguezAATTopensuse.org
- 0001-Test-for-secure_getenv-too.patch:
Current glibc in 12.3/factory no longer exports internal
function __secure_getenv() but has secure_getenv() instead.

Mon Jan 7 13:00:00 2013 puzelAATTsuse.com
- add-canonicalize_path_restricted.patch,
mount-sanitize-paths-from-non-root-users.patch,
umount-sanitize-paths-from-non-root-users.patch:
prevent leaking information about existence of folders
(bnc#797002, CVE-2013-0157)

Fri Dec 28 13:00:00 2012 crrodriguezAATTopensuse.org
- 0001-include-bitops.h-Use-the-operating-system-byteswappi.patch
Use OS byteswapping macros, this patch is functionally identical
to the version submitted upstream with the exception it excludes
code that target non-linux systems.

Wed Sep 19 14:00:00 2012 jslabyAATTsuse.com
- login: close tty before vhangup (bnc#778842)
login-close-tty-before-vhangup.patch

Fri Jun 22 14:00:00 2012 kukukAATTsuse.de
- Remove pam_lastlog from login.pamd, login is doing it itself.
[bnc#768067]

Wed Jun 20 14:00:00 2012 lnusselAATTsuse.de
- add a hack for boot.localfs to determine the devices to wait for

Fri Jun 15 14:00:00 2012 puzelAATTsuse.com
- improve error messages from new mount (bnc#767208)
- backport patches from upstream git:
- mount-new-add-loopdev-specific-error-message.patch
- mount-new-use-MNT_ERR-for-error-messages.patch
- libmount-add-special-MNT_ERR-codes.patch
- mount-new-improve-error-messages.patch
- libmount-add-MNT_ERR_LOOPDEV.patch

Fri Jun 15 14:00:00 2012 lnusselAATTsuse.de
- remove encryption options completely as upstream will do that as
well in the next release (bnc#748879).

Thu Jun 14 14:00:00 2012 puzelAATTsuse.com
- fix automount with quota (rh#825836)
- mount-new-allow-sloppy-for-non-root.patch
- fix wrong mount options for CIFS mounts (bnc#766157)
- libmount-don-t-use-nosuid-noexec-nodev-for-cifs-user.patch

Thu May 31 14:00:00 2012 sweet_f_aAATTgmx.de
- require binutils-devel because \"which\" wants to find libiberty.a
- remove which-lib64.patch because it\'s broken and couldn\'t find
libiberty.a whithin /usr/lib64
- which doesn\'t need autoreconf anymore

Tue May 29 14:00:00 2012 puzelAATTsuse.com
- switch to new libmount-based mount(8)

Fri May 25 14:00:00 2012 puzelAATTsuse.com
- update to util-linux-2.21.2
- bugfix release
- drop sfdisk-fix-calculation-due-to-type-mismatch.patch
(fixed upstream)

Fri May 25 14:00:00 2012 puzelAATTsuse.com
- build with RPM_OPT_FLAGS again (removed by mistake)

Thu Apr 12 14:00:00 2012 puzelAATTsuse.com
- fix miscalculation in sfdisk on ix86 (bnc#754789)
- add sfdisk-fix-calculation-due-to-type-mismatch.patch

Sat Mar 31 14:00:00 2012 puzelAATTsuse.com
- update to util-linux-2.21.1
- bugfix release

Fri Mar 16 13:00:00 2012 fcrozatAATTsuse.com
- Fix Obsoletes / Provides for login.

Tue Mar 13 13:00:00 2012 kukukAATTsuse.de
- Enable /bin/login and obsolete old fork now merged back
(not moved to /usr/bin until all problems are solved to
avoid that root is not able to login).

Tue Mar 6 13:00:00 2012 rschweikertAATTsuse.com
- keep binaries in /usr tree (UsrMerge project)

Tue Feb 21 13:00:00 2012 puzelAATTsuse.com
- update to util-linux-2.21
chcpu(8):
- new command
prlimit(1):
- new command
losetup(8):
- the command has been rewritten, features:

* supports 64bit ioctls only

* losetup -a does not require root permissions

* uses new /dev/loop-control kernel API

* supports new command line option --partscan to enable
kernel partition table parser
agetty(8):
- supports new command line options --nohints to disable hints
about Num, Caps and Scroll Locks
- supports new command line option --remote to add a hostname
to the login(1) command line
dmesg(1):
- supports new command line options --file to read the log from
a file rather than from kernel buffer
fallocate(8):
- supports new command line options --punch-hole to punch holes
in the file
findmnt(8):
- supports alternative location of the fstab file
ipcrm(8):
- supports new command line option --all to remove all resources
lscpu(1):
- supports new command line options --all, --offline and
- -online to list all, offline or online CPUs
- supports s390 topology description (polarization, books, ...)
partx(8):
- supports partitioned loop devices
wipefs(8):
- allows to zap partition tables
- supports new command line option \"--type \" to wipe only
specified filesystems, RAIDs or partition table types
libblkid:
- provides new function blkid_do_wipe() to remove all
signatures from the given block device.
- disable elvtune (works only with 2.4 kernel)
- drop patches which are upstream now:
- drop fsck-use-FS-blacklist-for-non-all-mode-too.patch
- drop util-linux-dmesg-fix-printing-of-multibyte-characters.patch
- libmount-ignore-tailing-slash-in-netfs-source-paths.patch
- libmount-fix-chdir-to-parent-for-restricted-user-umo.patch
- update to adjtimex-1.29
- use fdupes to symlink duplicate manpages
- disabled make check for time (noop)
- libraries back to %{_libdir}, /usr merge project (by
crrodriguezAATTopensuse.org)
- drop cryptoloop support (provided by dm-crypt)
- util-linux-2.17.1-mount_losetup_crypto.patch

Tue Feb 7 13:00:00 2012 jengelhAATTmedozas.de
- Remove redundant tags/sections

Mon Dec 26 13:00:00 2011 cooloAATTsuse.com
- do not call %suse_update_config

Mon Nov 21 13:00:00 2011 ajAATTsuse.de
- add fdisk-tinfo.patch to fix build with newer curses.

Tue Nov 15 13:00:00 2011 cooloAATTsuse.com
- add libtool as buildrequire to avoid implicit dependency

Wed Nov 9 13:00:00 2011 puzelAATTsuse.com
- add libmount-ignore-tailing-slash-in-netfs-source-paths.patch and
libmount-fix-chdir-to-parent-for-restricted-user-umo.patch:
fix umounting network filesystems as plain user (bnc#728480)

Tue Nov 8 13:00:00 2011 puzelAATTsuse.com
- add fsck-use-FS-blacklist-for-non-all-mode-too.patch (bnc#728645)

Wed Nov 2 13:00:00 2011 puzelAATTsuse.com
- add util-linux-dmesg-fix-printing-of-multibyte-characters.patch
(bnc#725993)

Thu Oct 20 14:00:00 2011 puzelAATTsuse.com
- update to util-linux-2.20.1
- bugfix release
- drop patches (in upstream):
- util-linux-sfdisk-manpage-fix.patch
- util-linux-lib-sysfs-deinit.patch
- fdisk-dont-shorten-long-path-to-disk.patch

Wed Oct 12 14:00:00 2011 puzelAATTsuse.com
- add fdisk-dont-shorten-long-path-to-disk.patch (bnc#722959)

Tue Oct 4 14:00:00 2011 uliAATTsuse.com
- cross-build fix: use %__cc, %configure macros
- set bindir explicitly when installing
- (cross-?)build fix: disable build dependency on SELINUX_LIBS
in libmount

Tue Sep 13 14:00:00 2011 puzelAATTsuse.com
- add util-linux-lib-sysfs-deinit.patch (bnc#714151)

Mon Aug 29 14:00:00 2011 puzelAATTsuse.com
- update to util-linux-2.20
- cleanups, bugfixes
- build with --enable-ddate
- add util-linux-sfdisk-manpage-fix.patch

Thu Aug 25 14:00:00 2011 rguentherAATTnovell.com
- BuildIgnore pwdutils.

Wed Aug 17 14:00:00 2011 puzelAATTnovell.com
- update to util-linux-2.20-rc2
- bugfixes
- drop patches:
- util-linux-fix-manpages.patch
- util-linux-wall-build-with-pie.patch
- util-linux-2.20-rc1-agetty-fixes.patch
- util-linux-2.20-rc1-hexdump-segfault.patch
- util-linux-2.20-rc-fix-dmesg.patch

Wed Aug 10 14:00:00 2011 puzelAATTnovell.com
- add util-linux-2.20-rc1-hexdump-segfault.patch (bnc#710877)

Wed Aug 10 14:00:00 2011 puzelAATTnovell.com
- add util-linux-2.20-rc-fix-dmesg.patch (bnc#710417)

Wed Aug 10 14:00:00 2011 puzelAATTnovell.com
- add util-linux-2.20-rc1-agetty-fixes.patch (bnc#711240)

Mon Aug 1 14:00:00 2011 puzelAATTnovell.com
- update to util-linux-2.20-rc1
- Release highlights
agetty(8):
- mingetty features have been merged to agetty
chrt(1), taskset(1):
- supports new command line option \"--all-tasks\" to set or
retrieve the scheduling attributes of all the tasks (threads)
for a given PID
dmesg(1):
- supports new command line options: --clear, --console-on,
- -console-off, --ctime, --decode, --facility=,
- -level=, --show-delta, --notime, --kernel and
- -userspace
fdisk(8):
- improved dialogs to be more user-friendly
findmnt(8), partx(8), lsblk(8)
- support new command line option \"--pairs\" to enable
key=\"value\" output format
findmnt(8):
- supports new command line options \"--poll\" and \"--timeout\" to
monitor /proc/self/mountinfo changes
ionice(1):
- supports human-readable scheduling class names, for example:
ionice -c best-effort $PID
kill(1):
- supports new command line option \"-q \" to use
sigqueue(2)
- supports real-time signals in formats RT, RTMIN+ and
RTMAX-
lsblk(8):
- supports new columns
- supports new command line option \"-D\" to print device discard
topology
lscpu(8):
- improved support for s390 boxes
mkfs.minix:
- supports minix version 3
simpleinit:
- this set of deprecated utils has been REMOVED
wall(1):
- support new command line option \"--timeout\" to specify write
timeout to terminals in seconds.
- add util-linux-fix-manpages.patch
- add util-linux-wall-build-with-pie.patch
- package /sbin/rcuuidd

Tue May 3 14:00:00 2011 puzelAATTnovell.com
- update to util-linux-2.19.1
- numerous bugfixes, including (bnc#690486 and bnc#690488)
- drop umount-by-imgname.patch (merged upstream)
- cleanup: do not register ipc.info.gz (not provided by
this package)

Thu Apr 14 14:00:00 2011 puzelAATTnovell.com
- merge util-linux-2.17.1-losetup-honor-documented-c-option and
util-linux-2.17.1-mount_losetup_crypto.patch)

Mon Feb 21 13:00:00 2011 puzelAATTnovell.com
- add umount-by-imgname.patch (bnc#666161)

Thu Feb 10 13:00:00 2011 puzelAATTnovell.com
- update to util-linux-2.19
- uuid fixes
- cleanups, documentation and translation updates
- drop util-linux-2.19-rc1-loop-offset.diff (fixed in upstream, by
different patch)

Wed Jan 26 13:00:00 2011 puzelAATTnovell.com
- update to util-linux-2.19-rc3
- bugfixes

Tue Jan 25 13:00:00 2011 lnusselAATTsuse.de
- don\'t mess with /etc/mtab in %post. aaa_base does that for us
already.

Fri Jan 21 13:00:00 2011 lnusselAATTsuse.de
- fix parsing offset= followed by more options (bnc#666150)

Tue Jan 18 13:00:00 2011 bwiedemannAATTnovell.com
- fix bnc#664873

Thu Jan 6 13:00:00 2011 puzelAATTnovell.com
- update to util-linux-2.19-rc1
- important changes:

* lsblk(8):
- this NEW COMMAND lists information about all or selected block
devices in tree-like format.

* partx(8):
- this command has been rewritten to use libblkid for partition
tables parsing. It supports aix, bsd, dos, gpt, mac, minix,
sgi, solaris_x86, sun, ultrix and unixware now.
- supports new command line option \"--show\" to list partitions in
new format
- prints UUID and name for GPT and mac partitions

* findmnt(8):
- supports new command line option \"--submounts\" to list all
submounts for selected mountpoint(s)

* agetty(8):
- supports new command line options \"-c\" and \"-s\" to reuse
already initialized tty cflags and existing baud rate

* mount(8), umount(8):
- could be linked with libmount (--enable-libmount-mount) to
manage userspace mount options outside /etc/mtab on systems
where the file is a symlink to /proc/mounts. (EXPERIMENTAL,
enabled in openSUSE package)

* losetup(8), mount(8):
- uses /sys/dev/block//loop/backing_file rather than
loopdev ioctls (requires kernel >= 2.6.37)

* fsck(8):
- supports new command line option \"-l\" to lock whole-disk device
by exclusive flock(2). This option is recommended when more
fsck(8) instances are executed in the same time.

* rtcwake(8):
- supports new mode \"show\" to print the current RTC alarm time

* fstrim(8):
- this NEW COMMAND allows to discard unused blocks on a mounted
filesystem (wrapper for FITRIM ioctl)

* swapon(8):
- supports new options \"discard\" and \"nofail\"
- in post, replace /etc/mtab with a symlink to /proc/mounts/self
- drop following patches (in upstream)
- util-linux-swapon-btrfs-limitations
- util-linux-agetty-s-option.patch
- util-linux-fsck-l-option.patch
- util-linux-2.18-no-canonicalize-fix.patch
- util-linux-swapon-canonicalize-swap-device.patch
- fix uuidd Summary and Description
- build with --enable-libmount-mount (new option)
- use set_permissions macros
- run spec-cleaner

Tue Dec 14 13:00:00 2010 puzelAATTnovell.com
- add util-linux-swapon-canonicalize-swap-device.patch
(bnc#641142)

Thu Dec 2 13:00:00 2010 mszerediAATTsuse.cz
- mount: don\'t canonicalize \"spec\" with --no-canonicalize option
[bnc#651598]

Thu Dec 2 13:00:00 2010 mszerediAATTsuse.cz
- add Provides: util-linux(fake+no-canonicalize) [bnc#651598]

Tue Nov 30 13:00:00 2010 puzelAATTnovell.com
- update util-linux-2.17.1-mount_losetup_crypto.patch (bnc#655804)

Fri Nov 26 13:00:00 2010 kay.sieversAATTnovell.com
- add Provides: fsck-with-dev-lock

Thu Nov 25 13:00:00 2010 kay.sieversAATTnovell.com
- add \'fsck -l\' option needed for systemd

Tue Nov 16 13:00:00 2010 cristian.rodriguezAATTopensuse.org
- disable silent rules

Thu Nov 11 13:00:00 2010 kay.sieversAATTnovell.com
- add \'agetty\' -s option needed for systemd\'s serial console setup

Tue Sep 28 14:00:00 2010 ajAATTsuse.de
- uuidd rc file already creates /var/run/uuidd, mark it as %ghost
in spec file.

Fri Jul 9 14:00:00 2010 puzelAATTnovell.com
- update to util-linux-ng-2.18
- do not provide rdev, ramsize, vidmode and rootflags commands
anymore
- fdisk does not use cylinders as display units by default
- libmount: new library; its API is still officially unstable
- new commands: findmnt, fsfreeze, swaplabel
- blkid: new option \"-i\" to print I/O limits
- full release notes:
ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.18/v2.18-ReleaseNotes
- update to adjtimex-1.28
- update to which-2.20
- drop util-linux-2.14.1-mount_skip_sync.patch (fixed upstream)
- drop util-linux-addpart-use-atoll.patch (fixed upstream)
- drop util-linux-mount-detect-ro-mount.patch (fixed upstream)
- drop adjtimex-1.20-nosyscall.diff (fixed upstream)
- cleanup specfile a bit

Mon Jun 28 14:00:00 2010 jengelhAATTmedozas.de
- use %_smp_mflags

Thu Jun 24 14:00:00 2010 jeffmAATTsuse.de
- document btrfs limitation with swapfiles (bnc#616617)

Tue Jun 22 14:00:00 2010 bgAATTnovell.com
- hppa specific binaries are parisc{,32,64}

Tue Jun 1 14:00:00 2010 puzelAATTnovell.com
- do not run uuidd as root, but uuidd:uuidd (bnc#604168)

Fri May 28 14:00:00 2010 puzelAATTnovell.com
- add util-linux-mount-detect-ro-mount.patch (bnc#481123)

Tue May 11 14:00:00 2010 puzelAATTnovell.com
- add util-linux-addpart-use-atoll.patch (bnc#603328)

Tue Apr 6 14:00:00 2010 hvogelAATTnovell.com
- update to version 2.17.2
- fix small typo in v2.17.1-ReleaseNotes
- fix -b fdisk
- fix typo in ionice
- fix display of device size, fix infinite loop when probe chain
bails out early, more robust minix probing, remove \"0x\" prefix
from DRBD UUID, reset BLKID_TINY_DEV flag in
blkid_probe_set_device, support alignment_offset=-1 in libblkid
- fix cpuid opcode detection in lscpu
- more explicitly explain fstab usage in mount.8, posix option
of vfat is obsolete, properly ignore comments in
/etc/filesystems in mount
- update ja.po, pl.po, update vi.po
- remove \" (deleted)\" from filenames from /proc/swaps
- cleanup usage() and man page of wipefs

Thu Mar 11 13:00:00 2010 jeffmAATTsuse.de
- Properly honor documented -c option (bnc#583677)

Tue Mar 2 13:00:00 2010 lnusselAATTsuse.de
- drop freeramdisk (bnc#584565)
- drop hostid (bnc#584562)

Tue Feb 23 13:00:00 2010 lnusselAATTsuse.de
- new version 2.17.1
- new commands: wipefs, unshare, fallocate
- fdisk: DOS-compatible mode marked deprecated
- honor nofail option in fsck
- libblkid overhaul
- lots of bug fixes
- fix self-obsoletes
- compile suid programs using -fpie
- drop -DCONFIG_SMP for s390 as it doesn\'t seem to be used anyways

Sun Dec 13 13:00:00 2009 jengelhAATTmedozas.de
- add baselibs.conf as a source

Sun Dec 6 13:00:00 2009 jengelhAATTmedozas.de
- enabled parallel build

Mon Nov 30 13:00:00 2009 meissnerAATTsuse.de
- exclude sparc correctly -> %sparc bnc#559180

Sun Nov 15 13:00:00 2009 meissnerAATTsuse.de
- refreshed patches with fuzz=0

Mon Oct 26 13:00:00 2009 crrodriguezAATTopensuse.org
- fsck during boot up fails with Too many open files [bnc#503008]

Tue Oct 20 14:00:00 2009 dmuellerAATTsuse.de
- fix typo in baselibs.conf change

Tue Oct 13 14:00:00 2009 ajAATTsuse.de
- Fix requires of 32-bit devel packages.

Tue Sep 29 14:00:00 2009 hvogelAATTnovell.com
- finaly remove the mount mtab locking patch:

* util-linux-2.14.1-mount_race.patch
It causes too much regressions.

Mon Jul 13 14:00:00 2009 kay.sieversAATTnovell.com
- update to final 2.16 release
- fix libdir issues in pkgconfig files
- fix location of uuidd run directory
- improve libuuid handling if uuidd is installed but not setuid
- add blkid.conf file to:
- disable the sequential /dev scanner
- move cache to /dev/.blkid.tab to get file out of /etc
and prevent the cache file to survive a reboot

Wed Jul 8 14:00:00 2009 meissnerAATTnovell.com
- added baselibs.conf for libblkid
* and libuuid
*

Sun Jun 28 14:00:00 2009 kay.sieversAATTnovell.com
- update to version 2.16
- switch from libvolume_id to new libblkid
- provide fsck
- provide libblkid
- provide libuuid
- provide setarch
- provide separate uuidd package
- remove patches:
util-linux-2.14.1-lscpu.patch (upstream)
util-linux-2.14.1-lscpu_add_hypervisor_detection.patch (upstream)
util-linux-2.14.1-lscpu_sysroot_option.patch (upstream)
util-linux-2.14.1-sys-utils_lscpu_exit.patch (upstream)
util-linux-2.14.2-schedutils_fix_email.patch (upstream)
util-linux-2.12r-fdisk_cyl.patch (upstream)
util-linux-2.14.1-mount_swap_pagesize.patch (--fixpg option)
util-linux-2.14.2-schedutils_ionice_enosys.patch (-t option)
util-linux-2.14.1-hwclock_adjust_and_hctosys.patch (--systz)

Thu Apr 16 14:00:00 2009 wernerAATTsuse.de
- Move /usr/sbin/adjtimex to /sbin/adjtimex to be able to check the
kernel time variables even without /usr mounted


 
ICM