diff --git a/.gitignore b/.gitignore index ce8f235..237b29f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/autofs.spec b/autofs.spec index 90cda9b..b6c2f48 100644 --- a/autofs.spec +++ b/autofs.spec @@ -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 - 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 - 1:5.1.0-0.beta1.1 - amd lookup update lookup ldap to handle amd keys - inadvertantly drop from initial series. diff --git a/sources b/sources index bea5cbd..43323ba 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 46c7635d5273022b80527bf43142e5ac autofs-5.1.0-beta1.tar.gz +29f743987f19f6edf96b4818e2f8145e autofs-5.1.0.tar.gz