- 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.
This commit is contained in:
Ian Kent 2020-06-01 10:06:55 +08:00
parent 65bb5719eb
commit 8a44d1e3d3

View File

@ -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 <releng@fedoraproject.org> - 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 <releng@fedoraproject.org> - 1:5.1.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild