Changes between v2.16-rc2 and v2.16 ----------------------------------- commit 29e107aac49c5b922ae84e703ee031b447d368c7 Author: Karel Zak Date: Wed Jul 15 23:46:31 2009 +0200 build-sys: release++ (v2.16) Signed-off-by: Karel Zak NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit b32619cd73adba5d1aec83a7fd47d32694c1a2e1 Author: Karel Zak Date: Wed Jul 15 23:40:21 2009 +0200 docs: update v2.16 ReleaseNotes Signed-off-by: Karel Zak docs/v2.16-ReleaseNotes | 29 +++++++++++++++++++++++++---- 1 files changed, 25 insertions(+), 4 deletions(-) commit 723fd219f4dc4ca835722fa5a55569ffb59b71d4 Author: Karel Zak Date: Thu Jul 16 01:09:47 2009 +0200 libuuid: generate uuid_generate_{random,time}.3 man page links Signed-off-by: Karel Zak shlibs/uuid/man/.gitignore | 2 ++ shlibs/uuid/man/Makefile.am | 8 ++++++++ 2 files changed, 10 insertions(+), 0 deletions(-) commit 033d14429936ed55d01238ac109e4af36231f4b7 Author: Karel Zak Date: Wed Jul 15 23:30:16 2009 +0200 docs: update AUTHORS file Signed-off-by: Karel Zak AUTHORS | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 0f185bb3fe09708f31ec0e00694d53cd9aedce93 Author: Karel Zak Date: Wed Jul 15 23:27:01 2009 +0200 po: merge changes Signed-off-by: Karel Zak po/ca.po | 33 +- po/cs.po | 637 ++++++++++++++++++--------- po/da.po | 33 +- po/de.po | 33 +- po/es.po | 33 +- po/et.po | 33 +- po/eu.po | 33 +- po/fi.po | 682 ++++++++++++++++++++--------- po/fr.po | 1202 +++++++++++++++++++++++++++++++++++--------------- po/hu.po | 33 +- po/id.po | 33 +- po/it.po | 33 +- po/ja.po | 33 +- po/nl.po | 33 +- po/pl.po | 33 +- po/pt_BR.po | 33 +- po/ru.po | 33 +- po/sl.po | 33 +- po/sv.po | 33 +- po/tr.po | 33 +- po/uk.po | 33 +- po/util-linux-ng.pot | 33 +- po/vi.po | 33 +- po/zh_CN.po | 33 +- 24 files changed, 2159 insertions(+), 1055 deletions(-) commit 2c7f2daf7597cafc9971748d3de6abc0bfdb57d7 Author: Nicolas Provost Date: Wed Jul 15 23:22:59 2009 +0200 po: update fr.po (from translationproject.org) po/fr.po | 1286 +++++++++++++++++++------------------------------------------- 1 files changed, 400 insertions(+), 886 deletions(-) commit 98a063a9d33c47465aa5e9470e12e3bcd1baf353 Author: Lauri Nurmi Date: Wed Jul 15 23:22:59 2009 +0200 po: update fi.po (from translationproject.org) po/fi.po | 877 ++++++++++++++++++++++---------------------------------------- 1 files changed, 307 insertions(+), 570 deletions(-) commit f8d54f7d29d2f4e30b157897f8e0fa5c4eaea4ba Author: Petr Pisar Date: Wed Jul 15 23:22:58 2009 +0200 po: update cs.po (from translationproject.org) po/cs.po | 735 +++++++++++++++++++++----------------------------------------- 1 files changed, 247 insertions(+), 488 deletions(-) commit 3bb3fe8cb0233a07919125f5e839cae80fe28a38 Author: Valerie Aurora Date: Tue Jul 14 13:21:34 2009 -0400 mount: when a remount to rw fails, quit and return an error A nice feature of mount is that when you attempt to mount a file system read-write, and that fails because it can only be mounted read-only, it goes ahead and retries the mount with the "ro" option and returns success if that succeeds. However, this code path is also followed when you are doing a remount for the sole purpose of changing the mount from read-only to read-write - the change fails, but mount returns success. Instead, check if we are attempting to remount and fail out immediately, instead of retrying with the old "ro" option and whee, happily "succeeding." Signed-off-by: Valerie Aurora (Henson) Signed-off-by: Karel Zak mount/mount.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit a692a8745941a192528c5e2a05de97155ba586f9 Author: Daniel Drake Date: Tue Jul 14 14:41:33 2009 +0200 switch_root: add subroot support The current switch_root can only switch to a new root that is the root of a mount point. This patch adds support for "subroots", where the new root is somewhere below a mount point. It does this by adding in a few extra steps to chroot into the subroot after the enclosing partition has been moved and entered. This will be used by OLPC, who sort-of have 2 copies of Fedora stored on a single partition under different directory trees, where the initramfs decides which one to boot into [kzak@redhat.com: - port to the current u-l-ng switch_root code - don't use static buffer for "dir" in get_parent_mount()] CC: Peter Jones Signed-off-by: Daniel Drake Signed-off-by: Karel Zak sys-utils/switch_root.c | 81 ++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 76 insertions(+), 5 deletions(-) commit dc2b8d87c13c7d6aa4f9735ed9f21c02f241c2d4 Author: Karel Zak Date: Mon Jul 13 23:44:30 2009 +0200 build-sys: fix libuuid and libblkid version-info Signed-off-by: Karel Zak configure.ac | 14 ++++++++++++-- shlibs/blkid/src/Makefile.am | 2 +- shlibs/uuid/src/Makefile.am | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) commit ff67bea3c200359cc67140285102615c42b5921e Author: Karel Zak Date: Mon Jul 13 20:31:33 2009 +0200 libblkid: add stdarg.h to blkidP.h Reported-by: Peter Breitenlohner Signed-off-by: Karel Zak shlibs/blkid/src/blkidP.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit cb5212e26515cea4a3c91260e8fbf9996f35d295 Author: Karel Zak Date: Mon Jul 13 11:54:43 2009 +0200 build-sys: improve $libdirname definition Reported-by: Robert Förster Signed-off-by: Karel Zak configure.ac | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) commit aaf3e8f5d4801cda511dedb2e3dc8fe7dbe762c2 Author: Robert Förster Date: Sun Jul 12 00:44:08 2009 +0200 build-sys: fix typo from 30688dde55f637c9b984809c685b61378b82805f the fixes the usage of exec_prefix so configure will prepend the prefix again. Signed-off-by: Robert Förster configure.ac | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit fd0e397bb0ca6a37d1f94dde3bff870590ab481d Author: Karel Zak Date: Mon Jul 6 00:03:35 2009 +0200 libuuid: fix parallel building and remove some obsolete stuff from blkid/uuid Makefiles. Signed-off-by: Karel Zak shlibs/blkid/src/Makefile.am | 2 +- shlibs/uuid/src/Makefile.am | 13 ++----------- 2 files changed, 3 insertions(+), 12 deletions(-) commit 30688dde55f637c9b984809c685b61378b82805f Author: Karel Zak Date: Sat Jul 4 01:18:01 2009 +0200 build-sys: rename to _execdir The variable name "usrlibexecdir" is very confusing (because we have /usr/libexec). The "exec" prefix is required for user-defined directories, see http://www.gnu.org/software/hello/manual/automake/The-Two-Parts-of-Install.html#The-Two-Parts-of-Install This patch renames all usr*execdir variables to usr*_execdir. Signed-off-by: Karel Zak configure.ac | 12 ++++++------ disk-utils/Makefile.am | 6 +++--- getopt/Makefile.am | 2 +- login-utils/Makefile.am | 20 ++++++++++---------- misc-utils/Makefile.am | 22 +++++++++++----------- partx/Makefile.am | 2 +- schedutils/Makefile.am | 6 +++--- shlibs/blkid/Makefile.am | 2 +- shlibs/blkid/blkid.pc.in | 2 +- shlibs/blkid/src/Makefile.am | 14 +++++++------- shlibs/uuid/Makefile.am | 2 +- shlibs/uuid/src/Makefile.am | 14 +++++++------- shlibs/uuid/uuid.pc.in | 2 +- sys-utils/Makefile.am | 18 +++++++++--------- text-utils/Makefile.am | 4 ++-- 15 files changed, 64 insertions(+), 64 deletions(-) commit 15fe69251862d880c6103d9c1646ccae7201dd60 Author: Karel Zak Date: Sat Jul 4 01:10:15 2009 +0200 build-sys: improve symlinks creation in shlibs/ It's more safe to create symlinks in the target directory and use $(LN_S) rather than directly call "ln -sf". Reported-by: Peter Breitenlohner Signed-off-by: Karel Zak shlibs/blkid/src/Makefile.am | 4 +++- shlibs/uuid/src/Makefile.am | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) commit 6ed7a96dfb17cfd8699db67b03735e2c01be9657 Author: Karel Zak Date: Sat Jul 4 00:39:08 2009 +0200 build-sys: fix exec/data install hooks Signed-off-by: Karel Zak login-utils/Makefile.am | 2 ++ shlibs/blkid/src/Makefile.am | 2 +- shlibs/uuid/src/Makefile.am | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) commit 999f44307005466f9507c01fb2a707042b242287 Author: Kay Sievers Date: Fri Jul 3 23:18:36 2009 +0200 build-sys: reverse shlibs installation [kzak@redhat.com: Unfortunately, libtool does not provide a way how to install real libraries to /lib and devel libs (symlinks) to /usr/lib. We have to use install hooks to move these files. Currently we install to /lib and move devel files to /usr/lib. This concept is wrong, because the libdir= in .la libtool files must to match with the place where we install the devel .so libs. It means we have to install everything to /usr/lib and then move (by install hook) the real .so libs to /lib. This change is necessary to fix "make install", otherwise the install process will not work in clean change root. ] Signed-off-by: Kay Sievers Signed-off-by: Karel Zak shlibs/blkid/src/Makefile.am | 18 +++++++----------- shlibs/uuid/src/Makefile.am | 18 +++++++----------- 2 files changed, 14 insertions(+), 22 deletions(-)