- Code cleanup and fixes for connectathon tests.
This commit is contained in:
parent
c657f382fc
commit
68dcf3fb77
19
autofs.spec
19
autofs.spec
@ -4,13 +4,20 @@
|
||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||
Name: autofs
|
||||
%define version 5.0.1
|
||||
%define release 0.rc1.1
|
||||
%define release 0.rc1.2
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Epoch: 1
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}-rc1.tar.bz2
|
||||
Patch1: autofs-5.0.1-rc1-cleanup.patch
|
||||
Patch2: autofs-5.0.1-rc1-current-race.patch
|
||||
Patch3: autofs-5.0.1-rc1-cthon-parser-1.patch
|
||||
Patch4: autofs-5.0.1-rc1-cthon-multi-locking.patch
|
||||
Patch5: autofs-5.0.1-rc1-cthon-shutdown-expire.patch
|
||||
Patch6: autofs-5.0.1-rc1-cthon-parser-2.patch
|
||||
Patch7: autofs-5.0.1-rc1-cthon-cleanup.path
|
||||
Buildroot: /var/tmp/autofs-tmp
|
||||
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
|
||||
Prereq: chkconfig
|
||||
@ -49,6 +56,13 @@ inkludera nätfilsystem, CD-ROM, floppydiskar, och så vidare.
|
||||
%prep
|
||||
%setup -q
|
||||
echo %{version}-%{release} > .version
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
|
||||
%build
|
||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||
@ -105,6 +119,9 @@ exit 0
|
||||
%{_libdir}/autofs/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 19 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.2
|
||||
- Code cleanup and fixes for connectathon tests.
|
||||
|
||||
* Thu Jul 13 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.1
|
||||
- Update version label to avoid package update problems.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user