auto-import changelog data from autofs-3.1.7-18.src.rpm
Wed Jun 20 2001 Nalin Dahyabhai <nalin@redhat.com>
- modify LDAP lookup helper and module to use nisMap/nisObject schema by
default
Fri May 18 2001 Nalin Dahyabhai <nalin@redhat.com>
- add code to the LDAP lookup helper to allow it to look up and display any
LDAP autofs map (more useful for debugging)
Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com>
- rebuild in new environment
Thu Apr 05 2001 Nalin Dahyabhai <nalin@redhat.com>
- skip over entries that read only "-hosts" (in SunOS maps, #33511)
- comment nfs mount to kernel.org out of the default auto.misc file
(#33516)
- tweak the init script to not reuse timeout values when a map doesn't
specify them (#34388)
This commit is contained in:
parent
0e6d8bda79
commit
889cb3fb0b
32
autofs.spec
32
autofs.spec
@ -1,13 +1,13 @@
|
|||||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||||
Name: autofs
|
Name: autofs
|
||||||
Version: 3.1.7
|
Version: 3.1.7
|
||||||
Release: 14
|
Release: 18
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Copyright: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/autofs-%{version}.tar.bz2
|
Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/autofs-%{version}.tar.bz2
|
||||||
Source1: autofs-ldap-auto-master.c
|
Source1: autofs-ldap-auto-master.c
|
||||||
Patch0: autofs-3.1.6-doc.patch
|
Patch0: autofs-3.1.7-doc.patch
|
||||||
Patch1: autofs-3.1.4-loop.patch
|
Patch1: autofs-3.1.4-loop.patch
|
||||||
Patch2: autofs-3.1.4-modules.patch
|
Patch2: autofs-3.1.4-modules.patch
|
||||||
Patch3: autofs-3.1.7-init.patch
|
Patch3: autofs-3.1.7-init.patch
|
||||||
@ -17,7 +17,7 @@ Patch6: autofs-3.1.5-openldap2.patch
|
|||||||
Patch7: autofs-3.1.5-hesiod-bind.patch
|
Patch7: autofs-3.1.5-hesiod-bind.patch
|
||||||
Patch8: autofs-3.1.7-multiargs.patch
|
Patch8: autofs-3.1.7-multiargs.patch
|
||||||
Patch9: autofs-3.1.7-fpic.patch
|
Patch9: autofs-3.1.7-fpic.patch
|
||||||
Patch10: autofs-3.1.7-multiple.patch
|
Patch10: autofs-3.1.7-schema.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-tmp
|
Buildroot: %{_tmppath}/%{name}-tmp
|
||||||
BuildPrereq: openldap-devel, perl
|
BuildPrereq: openldap-devel, perl
|
||||||
Prereq: /sbin/chkconfig
|
Prereq: /sbin/chkconfig
|
||||||
@ -48,7 +48,7 @@ network, you should install autofs.
|
|||||||
#%patch7 -p1 -b .hesiod-bind
|
#%patch7 -p1 -b .hesiod-bind
|
||||||
%patch8 -p1 -b .multiargs
|
%patch8 -p1 -b .multiargs
|
||||||
%patch9 -p1 -b .fpic
|
%patch9 -p1 -b .fpic
|
||||||
%patch10 -p1 -b .multiple
|
%patch10 -p1 -b .schema
|
||||||
chmod u+w configure
|
chmod u+w configure
|
||||||
autoconf
|
autoconf
|
||||||
env LANG=C perl -pi -e 's|^CFLAGS =.*|CFLAGS = \$\(RPM_OPT_FLAGS\)|g' Makefile.rules
|
env LANG=C perl -pi -e 's|^CFLAGS =.*|CFLAGS = \$\(RPM_OPT_FLAGS\)|g' Makefile.rules
|
||||||
@ -56,11 +56,7 @@ env LANG=C perl -pi -e 's|^CFLAGS =.*|CFLAGS = \$\(RPM_OPT_FLAGS\)|g' Make
|
|||||||
%build
|
%build
|
||||||
%configure --without-hesiod --with-openldap=/usr
|
%configure --without-hesiod --with-openldap=/usr
|
||||||
make
|
make
|
||||||
%{__cc} \
|
%{__cc} -o autofs-ldap-auto-master $RPM_OPT_FLAGS %{SOURCE1} -lldap -llber
|
||||||
-o autofs-ldap-auto-master \
|
|
||||||
$RPM_OPT_FLAGS \
|
|
||||||
$RPM_SOURCE_DIR/autofs-ldap-auto-master.c \
|
|
||||||
-lldap -llber
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
||||||
@ -128,6 +124,22 @@ fi
|
|||||||
#%dir /net
|
#%dir /net
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 20 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
|
- modify LDAP lookup helper and module to use nisMap/nisObject schema by default
|
||||||
|
|
||||||
|
* Fri May 18 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
|
- add code to the LDAP lookup helper to allow it to look up and display any
|
||||||
|
LDAP autofs map (more useful for debugging)
|
||||||
|
|
||||||
|
* Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
|
- rebuild in new environment
|
||||||
|
|
||||||
|
* Thu Apr 5 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
|
- skip over entries that read only "-hosts" (in SunOS maps, #33511)
|
||||||
|
- comment nfs mount to kernel.org out of the default auto.misc file (#33516)
|
||||||
|
- tweak the init script to not reuse timeout values when a map doesn't
|
||||||
|
specify them (#34388)
|
||||||
|
|
||||||
* Fri Mar 2 2001 Nalin Dahyabhai <nalin@redhat.com>
|
* Fri Mar 2 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
- rebuild in new environment
|
- rebuild in new environment
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user