- update master map tokenizer to admit "slasify-colons" option.
- update location validation to accept "_" (bz 219445). - set close-on-exec flag on open sockets (bz 215757).
This commit is contained in:
parent
11b2e35ad8
commit
e083c626ed
15
autofs.spec
15
autofs.spec
@ -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.35
|
%define release 0.rc2.38
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
@ -58,6 +58,9 @@ Patch43: autofs-5.0.1-rc2-hosts-check-exports-update.patch
|
|||||||
Patch44: autofs-5.0.1-rc2-change-mount-device-to-map-name.patch
|
Patch44: autofs-5.0.1-rc2-change-mount-device-to-map-name.patch
|
||||||
Patch45: autofs-5.0.1-rc2-afs-buffer-overflow-check.patch
|
Patch45: autofs-5.0.1-rc2-afs-buffer-overflow-check.patch
|
||||||
Patch46: autofs-5.0.1-rc2-replace-tempnam.patch
|
Patch46: autofs-5.0.1-rc2-replace-tempnam.patch
|
||||||
|
Patch47: autofs-5.0.1-rc2-admit-slashify-colons.patch
|
||||||
|
Patch48: autofs-5.0.1-rc2-allow-underscore-in-hostname.patch
|
||||||
|
Patch49: autofs-5.0.1-rc2-set-socket-close-on-exec.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
|
||||||
@ -144,6 +147,9 @@ echo %{version}-%{release} > .version
|
|||||||
%patch44 -p1
|
%patch44 -p1
|
||||||
%patch45 -p1
|
%patch45 -p1
|
||||||
%patch46 -p1
|
%patch46 -p1
|
||||||
|
%patch47 -p1
|
||||||
|
%patch48 -p1
|
||||||
|
%patch49 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||||
@ -200,6 +206,11 @@ exit 0
|
|||||||
%{_libdir}/autofs/*
|
%{_libdir}/autofs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 14 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.38
|
||||||
|
- update master map tokenizer to admit "slasify-colons" option.
|
||||||
|
- update location validation to accept "_" (bz 219445).
|
||||||
|
- set close-on-exec flag on open sockets (bz 215757).
|
||||||
|
|
||||||
* Mon Dec 11 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.35
|
* Mon Dec 11 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.35
|
||||||
- update "replace-tempnam" patch to create temp files in sane location.
|
- update "replace-tempnam" patch to create temp files in sane location.
|
||||||
|
|
||||||
@ -218,7 +229,7 @@ exit 0
|
|||||||
|
|
||||||
* Wed Dec 6 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.29
|
* Wed Dec 6 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.29
|
||||||
- alter nfs4 host probing to not use portmap lookup and add options
|
- alter nfs4 host probing to not use portmap lookup and add options
|
||||||
check for "port=" parameter (bz 208757.
|
check for "port=" parameter (bz 208757).
|
||||||
- correct semantics of "-null" map handling (bzs 214800, 208091).
|
- correct semantics of "-null" map handling (bzs 214800, 208091).
|
||||||
|
|
||||||
* Sat Nov 25 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.26
|
* Sat Nov 25 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.26
|
||||||
|
Loading…
Reference in New Issue
Block a user