- More code cleanup and corrections for connectathon tests.
This commit is contained in:
parent
660d4acd2f
commit
e83c089cf2
@ -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.2
|
%define release 0.rc1.3
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
@ -19,6 +19,7 @@ Patch5: autofs-5.0.1-rc1-cthon-shutdown-expire.patch
|
|||||||
Patch6: autofs-5.0.1-rc1-cthon-parser-2.patch
|
Patch6: autofs-5.0.1-rc1-cthon-parser-2.patch
|
||||||
Patch7: autofs-5.0.1-rc1-cthon-cleanup.patch
|
Patch7: autofs-5.0.1-rc1-cthon-cleanup.patch
|
||||||
Patch8: autofs-5.0.1-rc1-cthon-add-parser-subs.patch
|
Patch8: autofs-5.0.1-rc1-cthon-add-parser-subs.patch
|
||||||
|
Patch9: autofs-5.0.1-rc1-cthon-more-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, openssl-devel
|
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
|
||||||
Prereq: chkconfig
|
Prereq: chkconfig
|
||||||
@ -65,6 +66,7 @@ echo %{version}-%{release} > .version
|
|||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
|
%patch9 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||||
@ -121,6 +123,9 @@ exit 0
|
|||||||
%{_libdir}/autofs/*
|
%{_libdir}/autofs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 19 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.3
|
||||||
|
- More code cleanup and corrections for connectathon tests.
|
||||||
|
|
||||||
* Wed Jul 19 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.2
|
* Wed Jul 19 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.2
|
||||||
- Code cleanup and fixes for connectathon tests.
|
- Code cleanup and fixes for connectathon tests.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user