- update to upstream 5.1.0 release.
This commit is contained in:
parent
86506c6a39
commit
e9875eaf98
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ autofs-5.0.5.tar.bz2
|
|||||||
/autofs-5.0.7.tar.bz2
|
/autofs-5.0.7.tar.bz2
|
||||||
/autofs-5.0.8.tar.bz2
|
/autofs-5.0.8.tar.bz2
|
||||||
/autofs-5.1.0-beta1.tar.gz
|
/autofs-5.1.0-beta1.tar.gz
|
||||||
|
/autofs-5.1.0.tar.gz
|
||||||
|
33
autofs.spec
33
autofs.spec
@ -8,15 +8,11 @@
|
|||||||
Summary: A tool for automatically mounting and unmounting filesystems
|
Summary: A tool for automatically mounting and unmounting filesystems
|
||||||
Name: autofs
|
Name: autofs
|
||||||
Version: 5.1.0
|
Version: 5.1.0
|
||||||
Release: 0.beta1.1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}-beta1.tar.gz
|
Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.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
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
%if %{with_systemd}
|
%if %{with_systemd}
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
@ -74,10 +70,6 @@ echo %{version}-%{release} > .version
|
|||||||
%define unitdir %{?_unitdir:/usr/lib/systemd/system}
|
%define unitdir %{?_unitdir:/usr/lib/systemd/system}
|
||||||
%define systemd_configure_arg --with-systemd
|
%define systemd_configure_arg --with-systemd
|
||||||
%endif
|
%endif
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
%patch4 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
LDFLAGS=-Wl,-z,now
|
LDFLAGS=-Wl,-z,now
|
||||||
@ -170,6 +162,27 @@ fi
|
|||||||
%dir /etc/auto.master.d
|
%dir /etc/auto.master.d
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- amd lookup update lookup ldap to handle amd keys
|
||||||
- inadvertantly drop from initial series.
|
- inadvertantly drop from initial series.
|
||||||
|
Loading…
Reference in New Issue
Block a user