- review and fix master map options update for map reload.
This commit is contained in:
parent
dc179fbd87
commit
042d7f739b
@ -4,7 +4,7 @@
|
|||||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||||
Name: autofs
|
Name: autofs
|
||||||
%define version 5.0.1
|
%define version 5.0.1
|
||||||
%define release 0.rc2.7
|
%define release 0.rc2.8
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
@ -19,6 +19,7 @@ Patch4: autofs-5.0.1-rc2-replicated-close-sock.patch
|
|||||||
Patch5: autofs-5.0.1-rc2-remove-UNDERSCORETODOT.patch
|
Patch5: autofs-5.0.1-rc2-remove-UNDERSCORETODOT.patch
|
||||||
Patch6: autofs-5.0.1-rc2-default-master-uses-hosts.patch
|
Patch6: autofs-5.0.1-rc2-default-master-uses-hosts.patch
|
||||||
Patch7: autofs-5.0.1-rc2-included-map-recursive-key-lookup.patch
|
Patch7: autofs-5.0.1-rc2-included-map-recursive-key-lookup.patch
|
||||||
|
Patch8: autofs-5.0.1-rc2-master-map-reload-options-update.patch
|
||||||
Buildroot: /var/tmp/autofs-tmp
|
Buildroot: /var/tmp/autofs-tmp
|
||||||
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
|
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
|
||||||
Prereq: chkconfig
|
Prereq: chkconfig
|
||||||
@ -66,6 +67,7 @@ echo %{version}-%{release} > .version
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
%patch8 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||||
@ -122,6 +124,9 @@ exit 0
|
|||||||
%{_libdir}/autofs/*
|
%{_libdir}/autofs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 27 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.8
|
||||||
|
- review and fix master map options update for map reload.
|
||||||
|
|
||||||
* Wed Sep 27 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.7
|
* Wed Sep 27 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.7
|
||||||
- make default installed master map for /net use "-hosts" instead
|
- make default installed master map for /net use "-hosts" instead
|
||||||
of auto.net.
|
of auto.net.
|
||||||
|
Loading…
Reference in New Issue
Block a user