From 263bbf04666de22d768a50b4435c016ba0a7e5cb Mon Sep 17 00:00:00 2001 From: Packit Service Date: Nov 06 2020 06:10:50 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/autofs.spec b/SPECS/autofs.spec index 540a7f9..5a55891 100644 --- a/SPECS/autofs.spec +++ b/SPECS/autofs.spec @@ -8,7 +8,7 @@ Summary: A tool for automatically mounting and unmounting filesystems Name: autofs Version: 5.1.4 -Release: 43%{?dist} +Release: 47%{?dist} Epoch: 1 License: GPLv2+ Group: System Environment/Daemons @@ -101,6 +101,18 @@ Patch86: autofs-5.1.6-initialize-struct-addrinfo-for-getaddrinfo-calls.patch Patch87: autofs-5.1.6-fix-quoted-string-length-calc-in-expandsunent.patch Patch88: autofs-5.1.6-fix-autofs-mount-options-construction.patch +Patch89: autofs-5.1.6-mount_nfs_c-fix-local-rdma-share-not-mounting.patch +Patch90: autofs-5.1.6-fix-incorrect-systemctl-command-syntax-in-autofs-8.patch + +Patch91: autofs-5.1.6-fix-direct-mount-unlink_mount_tree-path.patch +Patch92: autofs-5.1.6-fix-unlink-mounts-umount-order.patch +Patch93: autofs-5.1.6-fix-incorrect-logical-compare-in-unlink_mount_tree.patch +Patch94: autofs-5.1.6-use-bit-flag-for-force-unlink-mounts.patch +Patch95: autofs-5.1.6-improve-force-unlink-mounts-option-description.patch +Patch96: autofs-5.1.6-remove-logpri-fifo-on-autofs-mount-fail.patch +Patch97: autofs-5.1.6-add-force-unlink-mounts-and-exit-option.patch +Patch98: autofs-5.1.6-cleanup-stale-logpri-fifo-pipes-on-unlink-and-exit.patch + %if %{with_systemd} BuildRequires: systemd-units BuildRequires: systemd-devel @@ -248,6 +260,18 @@ echo %{version}-%{release} > .version %patch87 -p1 %patch88 -p1 +%patch89 -p1 +%patch90 -p1 + +%patch91 -p1 +%patch92 -p1 +%patch93 -p1 +%patch94 -p1 +%patch95 -p1 +%patch96 -p1 +%patch97 -p1 +%patch98 -p1 + %build LDFLAGS=-Wl,-z,now %configure --disable-mount-locking --enable-ignore-busy --with-libtirpc --without-hesiod %{?systemd_configure_arg:} @@ -342,6 +366,36 @@ fi %dir /etc/auto.master.d %changelog +* Wed Nov 04 2020 Ian Kent - 5.1.4-47 +- bz1887681 - automount force unlink option (-F) does not work as expected + on autofs-5.0.7-109.el7 + - fix direct mount unlink_mount_tree() path. + - fix unlink mounts umount order. + - fix incorrect logical compare in unlink_mount_tree(). + - use bit flag for force unlink mounts. + - improve force unlink mounts option description. + - remove logpri fifo on autofs mount fail. + - add force unlink mounts and exit option. + - cleanup stale logpri fifo pipes on unlink and exit. +- Resolves: rhbz#1887681 + +* Wed Nov 04 2020 Ian Kent - 5.1.4-46 +- bz1664561 - incorrect of start service command in autofs man page + - actually apply fix patch. +- fix dates and recent status messages in changelog. +-Related: rhbz#1664561 rhbz#1858742 + +* Tue Nov 03 2020 Ian Kent - 5.1.4-45 +- bz1664561 - incorrect of start service command in autofs man page + - fix incorrect systemctl command syntax in autofs(8). +-Resolves: rhbz#1664561 + +* Mon Nov 02 2020 Ian Kent - 5.1.4-44 +- bz1858742 - autofs share doesn't mount when using nobind over RDMA where + nfs-server and nfs-client are the same systems. + - mount_nfs.c fix local rdma share not mounting. +-Resolves: rhbz#1858742 + * Mon Jun 15 2020 Ian Kent - 5.1.4-43 - bz1841456 - automount program crashes with "malloc(): invalid next size (unsorted)