- update to upstream 5.1.0 release.

This commit is contained in:
Ian Kent 2014-06-05 13:32:47 +08:00
parent 86506c6a39
commit e9875eaf98
3 changed files with 25 additions and 10 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ autofs-5.0.5.tar.bz2
/autofs-5.0.7.tar.bz2
/autofs-5.0.8.tar.bz2
/autofs-5.1.0-beta1.tar.gz
/autofs-5.1.0.tar.gz

View File

@ -8,15 +8,11 @@
Summary: A tool for automatically mounting and unmounting filesystems
Name: autofs
Version: 5.1.0
Release: 0.beta1.1%{?dist}
Release: 1%{?dist}
Epoch: 1
License: GPLv2+
Group: System Environment/Daemons
Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}-beta1.tar.gz
Patch1: autofs-5.0.8-amd-lookup-update-lookup-ldap-to-handle-amd-keys.patch
Patch2: autofs-5.0.8-amd-lookup-update-lookup-hesiod-to-handle-amd-keys.patch
Patch3: autofs-5.1.0-beta1-fix-wildcard-key-lookup.patch
Patch4: autofs-5.0.9-check-for-non-existent-negative-entries-in-lookup_ghost.patch
Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.gz
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%if %{with_systemd}
BuildRequires: systemd-units
@ -74,10 +70,6 @@ echo %{version}-%{release} > .version
%define unitdir %{?_unitdir:/usr/lib/systemd/system}
%define systemd_configure_arg --with-systemd
%endif
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%build
LDFLAGS=-Wl,-z,now
@ -170,6 +162,27 @@ fi
%dir /etc/auto.master.d
%changelog
* Thu Jun 5 2014 Ian Kent <ikent@redhat.com> - 1:5.1.0-1
- update to upstream release, 5.1.0.
- fix reset flex scan buffer on init.
- fix fix negative status being reset on map read.
- fix out of order amd timestamp lookup.
- fix ldap default schema config.
- fix ldap default master map name config.
- fix map format init in lookup_init().
- fix incorrect max key length in defaults get_hash().
- fix xfn sets incorrect lexer state.
- fix old style key lookup.
- fix expire when server not responding.
- fix ldap_uri config update.
- fix typo in conf_load_autofs_defaults().
- fix hash on confg option add and delete.
- add plus to path match pattern.
- fix multi entry ldap option handling.
- cleanup options in amd_parse.c.
- allow empty value for some map options.
- allow empty value in macro selectors.
* Sun Apr 13 2014 Ian Kent <ikent@redhat.com> - 1:5.1.0-0.beta1.1
- amd lookup update lookup ldap to handle amd keys
- inadvertantly drop from initial series.

View File

@ -1 +1,2 @@
46c7635d5273022b80527bf43142e5ac autofs-5.1.0-beta1.tar.gz
29f743987f19f6edf96b4818e2f8145e autofs-5.1.0.tar.gz