- cthon more parser corrections and attempt to fix multi-mounts with
various combinations of submounts (still not right).
This commit is contained in:
parent
d4914ef9a8
commit
376f8b2226
@ -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.rc1.5
|
%define release 0.rc1.6
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
@ -22,6 +22,7 @@ Patch8: autofs-5.0.1-rc1-cthon-add-parser-subs.patch
|
|||||||
Patch9: autofs-5.0.1-rc1-cthon-more-cleanup.patch
|
Patch9: autofs-5.0.1-rc1-cthon-more-cleanup.patch
|
||||||
Patch10: autofs-5.0.1-rc1-cthon-host-name-validation.patch
|
Patch10: autofs-5.0.1-rc1-cthon-host-name-validation.patch
|
||||||
Patch11: autofs-5.0.1-rc1-cthon-submount-fix.patch
|
Patch11: autofs-5.0.1-rc1-cthon-submount-fix.patch
|
||||||
|
Patch12: autofs-5.0.1-rc1-cthon-parse-and-submounts.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
|
||||||
@ -72,6 +73,7 @@ echo %{version}-%{release} > .version
|
|||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
|
%patch12 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||||
@ -128,6 +130,10 @@ exit 0
|
|||||||
%{_libdir}/autofs/*
|
%{_libdir}/autofs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 24 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.6
|
||||||
|
- cthon more parser corrections and attempt to fix multi-mounts
|
||||||
|
with various combinations of submounts (still not right).
|
||||||
|
|
||||||
* Wed Jul 19 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.5
|
* Wed Jul 19 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.5
|
||||||
- Add conflicts kernel < 2.6.17.
|
- Add conflicts kernel < 2.6.17.
|
||||||
- Fix submount operation broken by connectathon updates.
|
- Fix submount operation broken by connectathon updates.
|
||||||
|
Loading…
Reference in New Issue
Block a user