From 8a44d1e3d37acbc66433817456f31933ad3b0cd7 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Mon, 1 Jun 2020 10:06:55 +0800 Subject: [PATCH] - add current upstream changes. - make bind mounts propagation slave by default. - update ldap READMEs and schema definitions. - fix program map multi-mount lookup after mount fail. - fix browse dir not re-created on symlink expire. - fix a regression with map instance lookup. - correct fsf address. - fix Makefile targets' directory dependencies. - remove intr hosts map mount option. - fix trailing dollar sun entry expansion. - fix double quoting in auto.smb. --- autofs.spec | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/autofs.spec b/autofs.spec index 19d69ae..8deeaff 100644 --- a/autofs.spec +++ b/autofs.spec @@ -8,10 +8,20 @@ Summary: A tool for automatically mounting and unmounting filesystems Name: autofs Version: 5.1.6 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 License: GPLv2+ Source: https://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.gz +Patch001: autofs-5.1.6-make-bind-mounts-propagation-slave-by-default.patch +Patch002: autofs-5.1.6-update-ldap-READMEs-and-schema-definitions.patch +Patch003: autofs-5.1.6-fix-program-map-multi-mount-lookup-after-mount-fail.patch +Patch004: autofs-5.1.6-fix-browse-dir-not-re-created-on-symlink-expire.patch +Patch005: autofs-5.1.6-fix-a-regression-with-map-instance-lookup.patch +Patch006: autofs-5.1.6-correct-fsf-address.patch +Patch007: autofs-samples-fix-Makefile-targets-directory-dependencies.patch +Patch008: autofs-5.1.6-remove-intr-hosts-map-mount-option.patch +Patch009: autofs-5.1.6-fix-trailing-dollar-sun-entry-expansion.patch +Patch010: autofs-5.1.6-fix-double-quoting-in-auto.smb.patch %if %{with_systemd} BuildRequires: systemd-units @@ -72,6 +82,16 @@ echo %{version}-%{release} > .version %define unitdir %{?_unitdir:/usr/lib/systemd/system} %define systemd_configure_arg --with-systemd %endif +%patch001 -p1 +%patch002 -p1 +%patch003 -p1 +%patch004 -p1 +%patch005 -p1 +%patch006 -p1 +%patch007 -p1 +%patch008 -p1 +%patch009 -p1 +%patch010 -p1 %build LDFLAGS=-Wl,-z,now @@ -171,6 +191,18 @@ fi %dir /etc/auto.master.d %changelog +* Mon Jun 01 2020 Fedora Release Engineering - 1:5.1.6-3 +- make bind mounts propagation slave by default. +- update ldap READMEs and schema definitions. +- fix program map multi-mount lookup after mount fail. +- fix browse dir not re-created on symlink expire. +- fix a regression with map instance lookup. +- correct fsf address. +- fix Makefile targets' directory dependencies. +- remove intr hosts map mount option. +- fix trailing dollar sun entry expansion. +- fix double quoting in auto.smb. + * Tue Jan 28 2020 Fedora Release Engineering - 1:5.1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild