- fix directory cleanup at exit.
This commit is contained in:
parent
db0b9d58d5
commit
0f913bf468
@ -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.0_beta4
|
%define version 5.0.0_beta4
|
||||||
%define release 13
|
%define release 14
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
@ -35,6 +35,7 @@ Patch20: autofs-5.0.0_beta4-bad-key-length.patch
|
|||||||
Patch21: autofs-5.0.0_beta4-proc-pid-only.patch
|
Patch21: autofs-5.0.0_beta4-proc-pid-only.patch
|
||||||
Patch22: autofs-5.0.0_beta4-bad-key-length-fix.patch
|
Patch22: autofs-5.0.0_beta4-bad-key-length-fix.patch
|
||||||
Patch23: autofs-5.0.0_beta4-bad-key-length-fix-fix.patch
|
Patch23: autofs-5.0.0_beta4-bad-key-length-fix-fix.patch
|
||||||
|
Patch24: autofs-5.0.0_beta4-directory-cleanup.patch
|
||||||
Buildroot: /var/tmp/autofs-tmp
|
Buildroot: /var/tmp/autofs-tmp
|
||||||
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel
|
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel
|
||||||
Prereq: chkconfig
|
Prereq: chkconfig
|
||||||
@ -97,6 +98,7 @@ echo %{version}-%{release} > .version
|
|||||||
%patch21 -p1
|
%patch21 -p1
|
||||||
%patch22 -p1
|
%patch22 -p1
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
|
%patch24 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||||
@ -152,7 +154,10 @@ exit 0
|
|||||||
%{_libdir}/autofs/*
|
%{_libdir}/autofs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jun 19 2006 Ian Kent <jikent@redhat.com> - 5.0.0_beta4-13
|
* Tue Jun 20 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-14
|
||||||
|
- fix directory cleanup at exit.
|
||||||
|
|
||||||
|
* Mon Jun 19 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-13
|
||||||
- Change LDAP message severity from crit to degug (bz# 183893).
|
- Change LDAP message severity from crit to degug (bz# 183893).
|
||||||
- Corrections to INSTALL and README.v5.release.
|
- Corrections to INSTALL and README.v5.release.
|
||||||
- Add patch to fix segv on overlength map keys in file maps (Jeff Moter).
|
- Add patch to fix segv on overlength map keys in file maps (Jeff Moter).
|
||||||
|
Loading…
Reference in New Issue
Block a user