- Update version label to avoid package update problems.
This commit is contained in:
parent
131920350d
commit
c657f382fc
@ -1 +1 @@
|
|||||||
autofs-5.0.0_beta6.tar.bz2
|
autofs-5.0.1-rc1.tar.bz2
|
||||||
|
35
autofs.spec
35
autofs.spec
@ -3,27 +3,14 @@
|
|||||||
#
|
#
|
||||||
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_beta6
|
%define version 5.0.1
|
||||||
%define release 8
|
%define release 0.rc1.1
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.bz2
|
Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}-rc1.tar.bz2
|
||||||
Patch1: autofs-5.0.0_beta6-auth-kerberos-update.patch
|
|
||||||
Patch2: autofs-5.0.0_beta6-default-auth-config.patch
|
|
||||||
Patch3: autofs-5.0.0_beta6-gssapi-segfault-exit.patch
|
|
||||||
Patch4: autofs-5.0.0_beta6-check-return.patch
|
|
||||||
Patch5: autofs-5.0.0_beta6-auth-config-exits.patch
|
|
||||||
Patch6: autofs-5.0.0_beta6-shutdown-log-message.patch
|
|
||||||
Patch7: autofs-5.0.0_beta6-check-no-creds-required.patch
|
|
||||||
Patch8: autofs-5.0.0_beta6-correct-auto.smb.patch
|
|
||||||
Patch9: autofs-5.0.0_beta6-auth-add-autodetect.patch
|
|
||||||
Patch10: autofs-5.0.0_beta6-hesiod-lib.patch
|
|
||||||
Patch11: autofs-5.0.0_beta6-mount-mod-dir-cleanup.patch
|
|
||||||
Patch12: autofs-5.0.0_beta6-ldap-lookup-update.patch
|
|
||||||
Patch13: autofs-5.0.0_beta6-cache-negative-lookups.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
|
||||||
@ -62,19 +49,6 @@ inkludera nätfilsystem, CD-ROM, floppydiskar, och så vidare.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
echo %{version}-%{release} > .version
|
echo %{version}-%{release} > .version
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
%patch4 -p1
|
|
||||||
%patch5 -p1
|
|
||||||
%patch6 -p1
|
|
||||||
%patch7 -p1
|
|
||||||
%patch8 -p1
|
|
||||||
%patch9 -p1
|
|
||||||
%patch10 -p1
|
|
||||||
%patch11 -p1
|
|
||||||
%patch12 -p1
|
|
||||||
%patch13 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||||
@ -131,6 +105,9 @@ exit 0
|
|||||||
%{_libdir}/autofs/*
|
%{_libdir}/autofs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 13 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.1
|
||||||
|
- Update version label to avoid package update problems.
|
||||||
|
|
||||||
* Thu Jul 13 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta6-8
|
* Thu Jul 13 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta6-8
|
||||||
- add cacheing of negative lookups to reduce unneeded map
|
- add cacheing of negative lookups to reduce unneeded map
|
||||||
lookups (bz 197746 part 2).
|
lookups (bz 197746 part 2).
|
||||||
|
Loading…
Reference in New Issue
Block a user