Hello community, here is the log from the commit of package autofs for openSUSE:12.2 checked in at 2012-07-09 07:54:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.2/autofs (Old) and /work/SRC/openSUSE:12.2/.autofs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autofs", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:12.2/autofs/autofs.changes 2012-06-25 15:15:40.000000000 +0200 +++ /work/SRC/openSUSE:12.2/.autofs.new/autofs.changes 2012-07-09 07:54:14.000000000 +0200 @@ -1,0 +2,22 @@ +Tue Jul 3 00:36:26 UTC 2012 - [email protected] + +- update 5.0.6 upstream patches to 20120629, fixing some bugs: + * check if /etc/mtab is a link to /proc/self/mounts + * fix nfs4 contacts portmap + * fix sss map age not updated + * fix remount deadlock (bnc#733479) + * fix umount recovery of busy direct mount (bnc#734924) + * fix offset mount point directory removal + * remove move mount code and configure option + * fix remount of multi mount + * fix device ioctl alloc path check + * refactor hosts lookup module + * remove cache update from parse_mount() + * add function to delete offset cache entry + * allow update of multi mount offset entries + * add hup signal handling to hosts map +- remove patches that are now upstream: + * autofs-5.0.6-fix-remount-deadlock.patch + * autofs-5.0.6-fix-umount-recovery-of-busy-direct-mount.patch + +------------------------------------------------------------------- Old: ---- autofs-5.0.6-fix-remount-deadlock.patch autofs-5.0.6-fix-umount-recovery-of-busy-direct-mount.patch autofs-5.0.6-upstream-patches-20120525.bz2 New: ---- autofs-5.0.6-upstream-patches-20120629.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autofs.spec ++++++ --- /var/tmp/diff_new_pack.gD1pef/_old 2012-07-09 07:54:14.000000000 +0200 +++ /var/tmp/diff_new_pack.gD1pef/_new 2012-07-09 07:54:14.000000000 +0200 @@ -53,11 +53,9 @@ Source7: NetworkManager-autofs Source8: get-upstream-patches # Upstream patches that will be in the next release -%define patchdate 20120525 +%define patchdate 20120629 Patch0: autofs-%{version}-upstream-patches-%{patchdate}.bz2 Patch1: autofs-5.0.6-revert-fix-libtirpc-name-clash.patch -Patch2: autofs-5.0.6-fix-remount-deadlock.patch -Patch3: autofs-5.0.6-fix-umount-recovery-of-busy-direct-mount.patch # Patches submitted upstream but not yet accepted Patch80: autofs-5.0.6-invalid-ghost-dirs.patch Patch82: autofs-5.0.6-task-use-after-free.patch @@ -86,8 +84,6 @@ # %patch0 -p1 %patch1 -p1 -%patch2 -p1 -%patch3 -p1 %patch80 -p1 %patch82 -p1 %patch100 -p1 @@ -102,7 +98,6 @@ --enable-forced-shutdown \ --enable-ignore-busy \ %if %{with_systemd} - --disable-mount-move \ --with-systemd \ %endif --with-libtirpc \ ++++++ autofs-5.0.6-revert-fix-libtirpc-name-clash.patch ++++++ --- /var/tmp/diff_new_pack.gD1pef/_old 2012-07-09 07:54:14.000000000 +0200 +++ /var/tmp/diff_new_pack.gD1pef/_new 2012-07-09 07:54:14.000000000 +0200 @@ -14,18 +14,6 @@ 2 files changed, 11 insertions(+), 0 deletions(-) -Index: autofs-5.0.6/CHANGELOG -=================================================================== ---- autofs-5.0.6.orig/CHANGELOG -+++ autofs-5.0.6/CHANGELOG -@@ -51,7 +51,6 @@ - - fix kernel verion check of version components. - - dont retry ldap connect if not required. - - fix initialization in rpc create_client(). --- fix libtirpc name clash. - - 28/06/2011 autofs-5.0.6 - ----------------------- Index: autofs-5.0.6/lib/rpc_subs.c =================================================================== --- autofs-5.0.6.orig/lib/rpc_subs.c @@ -47,3 +35,15 @@ #include "mount.h" #include "rpc_subs.h" #include "automount.h" +Index: autofs-5.0.6/CHANGELOG +=================================================================== +--- autofs-5.0.6.orig/CHANGELOG ++++ autofs-5.0.6/CHANGELOG +@@ -51,7 +51,6 @@ + - fix kernel verion check of version components. + - dont retry ldap connect if not required. + - fix initialization in rpc create_client(). +-- fix libtirpc name clash. + - check if /etc/mtab is a link to /proc/self/mounts. + - fix nfs4 contacts portmap. + - make autofs wait longer for shutdown completion. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
