Hello community, here is the log from the commit of package autofs for openSUSE:Factory checked in at 2020-03-06 21:25:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autofs (Old) and /work/SRC/openSUSE:Factory/.autofs.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autofs" Fri Mar 6 21:25:56 2020 rev:122 rq:781473 version:5.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/autofs/autofs.changes 2019-06-27 16:23:27.594366632 +0200 +++ /work/SRC/openSUSE:Factory/.autofs.new.26092/autofs.changes 2020-03-06 21:26:10.477511666 +0100 @@ -1,0 +2,59 @@ +Tue Mar 3 17:08:03 UTC 2020 - Goldwyn Rodrigues <[email protected]> + +- Upgrade to 5.1.6 + - support strictexpire mount option. + - fix hesiod string check in master_parse(). + - add NULL check for get_addr_string() return. + - use malloc(3) in spawn.c. + - add mount_verbose configuration option. + - optionally log mount requestor process info. + - log mount call arguments if mount_verbose is set. + - Fix NFS mount from IPv6 addresses. + - make expire remaining log level debug. + - allow period following macro in selector value. + - fix macro expansion in selector values. + - fix typing errors. + - Explain /etc/auto.master.d usage. + - plus map includes are only allowed in file sources. + - Update README. + - fix additional typing errors. + - update autofs(8) offset map entry update description. + - increase group buffer size geometrically. + - also use strictexpire for offsets. + - remove unused function has_fstab_option(). + - remove unused function reverse_mnt_list(). + - remove a couple of old debug messages. + - fix amd entry memory leak. + - fix unlink_mount_tree() not umounting mounts. + - use ignore option for offset mounts as well. + - add config option for "ignore" mount option + - use bit flags for autofs mount types in mnt_list. + - use mp instead of path in mnt_list entries. + - always use PROC_MOUNTS to make mount lists. + - add glibc getmntent_r(). + - use local getmntent_r in table_is_mounted(). + - refactor unlink_active_mounts() in direct.c. + - don't use tree_is_mounted() for mounted checks. + - use single unlink_umount_tree() for both direct and indirect mounts. + - move unlink_mount_tree() to lib/mounts.c. + - use local_getmntent_r() for unlink_mount_tree(). + - use local getmntent_r() in get_mnt_list(). + - use local getmntent_r() in tree_make_mnt_list(). + - fix missing initialization of autofs_point flags. + +------------------------------------------------------------------- +Fri Feb 28 15:03:30 UTC 2020 - Martin Wilck <[email protected]> + +- NetworkManager-autofs: reload rather than restart autofs.service + * If complex network setups are being brought up, autofs.service + may be restarted too quickly, causing systemd to consider the + service failed. "reload" avoids that, and works just fine. + +------------------------------------------------------------------- +Mon Feb 24 08:51:25 UTC 2020 - Martin Wilck <[email protected]> + +- Fix autofs restart when Networkmanager connection is brought up + * NetworkManager-autofs: /bin/systemctl has been removed in + systemd-244 + +------------------------------------------------------------------- Old: ---- autofs-5.1.5.tar.sign autofs-5.1.5.tar.xz New: ---- autofs-5.1.6.tar.sign autofs-5.1.6.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autofs.spec ++++++ --- /var/tmp/diff_new_pack.rv1RLc/_old 2020-03-06 21:26:11.189512061 +0100 +++ /var/tmp/diff_new_pack.rv1RLc/_new 2020-03-06 21:26:11.193512062 +0100 @@ -1,7 +1,7 @@ # # spec file for package autofs # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,7 +34,7 @@ %endif Name: autofs -Url: http://www.kernel.org/pub/linux/daemons/autofs/v5/ +URL: http://www.kernel.org/pub/linux/daemons/autofs/v5/ BuildRequires: autoconf BuildRequires: bison BuildRequires: cyrus-sasl-devel @@ -61,7 +61,7 @@ BuildRequires: pkgconfig(udisks2) %endif BuildRequires: pkgconfig(libsystemd) -Version: 5.1.5 +Version: 5.1.6 Release: 0 Summary: A Kernel-Based Automounter License: GPL-2.0-or-later ++++++ NetworkManager-autofs ++++++ --- /var/tmp/diff_new_pack.rv1RLc/_old 2020-03-06 21:26:11.225512080 +0100 +++ /var/tmp/diff_new_pack.rv1RLc/_new 2020-03-06 21:26:11.225512080 +0100 @@ -6,8 +6,8 @@ # case "$2" in up) - if test -x /bin/systemctl && systemctl -q is-enabled autofs.service; then - systemctl restart autofs.service + if test -x /usr/bin/systemctl && systemctl -q is-enabled autofs.service; then + systemctl reload autofs.service fi ;; *) ++++++ autofs-5.1.1-suse-auto_master_default.patch ++++++ --- /var/tmp/diff_new_pack.rv1RLc/_old 2020-03-06 21:26:11.265512103 +0100 +++ /var/tmp/diff_new_pack.rv1RLc/_new 2020-03-06 21:26:11.269512104 +0100 @@ -4,7 +4,7 @@ --- a/samples/auto.master +++ b/samples/auto.master -@@ -4,18 +4,18 @@ +@@ -4,13 +4,13 @@ # mount-point [map-type[,format]:]map [options] # For details of the format look at auto.master(5). # @@ -19,7 +19,10 @@ +#/net -hosts # # Include /etc/auto.master.d/*.autofs - # The included files must conform to the format of this file. + # To add an extra map using this mechanism you will need to add +@@ -19,7 +19,7 @@ + # and a separate mount map (e.g. /etc/auto.extra or an auto.extra NIS map) + # that is referred to by the extra.autofs file. # -+dir:/etc/auto.master.d +#+dir:/etc/auto.master.d ++++++ autofs-5.1.5.tar.xz -> autofs-5.1.6.tar.xz ++++++ ++++ 3746 lines of diff (skipped)
