Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package autofs for openSUSE:Factory checked in at 2023-07-17 19:22:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autofs (Old) and /work/SRC/openSUSE:Factory/.autofs.new.3193 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autofs" Mon Jul 17 19:22:49 2023 rev:131 rq:1098812 version:5.1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/autofs/autofs.changes 2022-09-16 13:32:10.397236239 +0200 +++ /work/SRC/openSUSE:Factory/.autofs.new.3193/autofs.changes 2023-07-17 19:22:56.325616592 +0200 @@ -1,0 +2,6 @@ +Mon Apr 17 15:21:33 UTC 2023 - Goldwyn Rodrigues <[email protected]> + +- Add autofs-suse-manpage-remove-initdir.patch + Removes references of initdir from man pages (bsc#1207881) + +------------------------------------------------------------------- New: ---- autofs-suse-manpage-remove-initdir.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autofs.spec ++++++ --- /var/tmp/diff_new_pack.yv2vXM/_old 2023-07-17 19:22:57.133621271 +0200 +++ /var/tmp/diff_new_pack.yv2vXM/_new 2023-07-17 19:22:57.141621318 +0200 @@ -1,7 +1,7 @@ # # spec file for package autofs # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -60,6 +60,8 @@ # bsc#1175238 - Use /usr/etc/nsswitch.conf if /etc/nsswitch.conf is not available Patch106: autofs-nsswitch-usr-etc.patch Patch107: autofs-Test-TCP-request-correctly-in-nfs_get_info.patch +# bsc#1207881 - Obsolete and incorrect manual page details for autofs(8) +Patch108: autofs-suse-manpage-remove-initdir.patch BuildRequires: autoconf BuildRequires: bison BuildRequires: cyrus-sasl-devel @@ -111,6 +113,7 @@ %patch105 -p1 %patch106 -p1 %patch107 -p1 +%patch108 -p1 %build autoreconf -fiv ++++++ autofs-suse-manpage-remove-initdir.patch ++++++ References: bsc#1207881 - Obsolete and incorrect manual page details for autofs(8) Index: autofs-5.1.8/man/autofs.8.in =================================================================== --- autofs-5.1.8.orig/man/autofs.8.in +++ autofs-5.1.8/man/autofs.8.in @@ -2,13 +2,6 @@ .SH NAME autofs \- Service control for the automounter .SH SYNOPSIS -If a SysV init script system is being used: -.br -.B @@initdir@@/autofs -.I start|stop|restart|reload|status -.P -or if the systemd init system is being used: -.br .B systemctl .I start|stop|restart|reload|status .B autofs.service @@ -37,8 +30,6 @@ by default to find mount points on the s will mount and start a thread, with the appropriate parameters, to manage the mount point. .P -.B @@initdir@@/autofs reload -or .B systemctl autofs.service reload will check the current auto.master map against the current automount managed mounts. It will terminate those daemons or threads (depending on @@ -61,8 +52,6 @@ mounts cannot be updated due to potentia case the map entry offsets will not be updated until after the map entry has expired. .P -.B @@initdir@@/autofs status -or .B systemctl status autofs.service will display the status of, .BR automount (8),
