Hello community, here is the log from the commit of package autofs for openSUSE:Factory checked in at 2015-12-14 11:08:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autofs (Old) and /work/SRC/openSUSE:Factory/.autofs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autofs" Changes: -------- --- /work/SRC/openSUSE:Factory/autofs/autofs.changes 2015-08-21 08:24:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.autofs.new/autofs.changes 2015-12-14 11:09:00.000000000 +0100 @@ -1,0 +2,7 @@ +Tue Dec 8 22:26:30 CET 2015 - [email protected] + +- add patch autofs-5.1.1-leave_auth_destroy.patch (bnc#958410) + do not redefined auth_destroy, the reason for this has long + been fixed in libtirpc (version 0.2.1 is already fine) + +------------------------------------------------------------------- New: ---- autofs-5.1.1-leave_auth_destroy.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autofs.spec ++++++ --- /var/tmp/diff_new_pack.LoiZuD/_old 2015-12-14 11:09:01.000000000 +0100 +++ /var/tmp/diff_new_pack.LoiZuD/_new 2015-12-14 11:09:01.000000000 +0100 @@ -85,6 +85,8 @@ Patch101: autofs-5.1.1-debuginfo-fix.patch # PATCH-EXTEND-OPENSUSE autofs-dbus-udisks-monitor.patch Patch102: autofs-5.1.1-dbus-udisks-monitor.patch +# PATCH-FIX-OPENSUSE autofs-5.1.1-leave_auth_destroy.patch +Patch103: autofs-5.1.1-leave_auth_destroy.patch Requires(pre): %fillup_prereq Requires(pre): aaa_base %if %{with_systemd} @@ -110,6 +112,7 @@ %patch100 -p1 %patch101 -p1 %patch102 -p0 -b .udisks +%patch103 -p0 %build ++++++ autofs-5.1.1-leave_auth_destroy.patch ++++++ --- lib/rpc_subs.c +++ lib/rpc_subs.c @@ -34,16 +34,6 @@ #include <poll.h> #ifdef WITH_LIBTIRPC -#undef auth_destroy -#define auth_destroy(auth) \ - do { \ - int refs; \ - if ((refs = auth_put((auth))) == 0) \ - ((*((auth)->ah_ops->ah_destroy))(auth));\ - } while (0) -#endif - -#ifdef WITH_LIBTIRPC const rpcprog_t rpcb_prog = RPCBPROG; const rpcvers_t rpcb_version = RPCBVERS; #else
