auto-import changelog data from autofs-3.1.7-36.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com> 3.1.7-36 - rebuilt Tue Jan 07 2003 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-35 - don't add the ldap library and include paths to the compiler flags Wed Oct 30 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-34 - link the ldap helper directly with libresolv
This commit is contained in:
parent
554fe7e8cc
commit
c9b1110f15
17
autofs.spec
17
autofs.spec
@ -1,7 +1,7 @@
|
|||||||
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: 33
|
Release: 36
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -18,6 +18,7 @@ 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-schema.patch
|
Patch10: autofs-3.1.7-schema.patch
|
||||||
|
Patch11: autofs-3.1.7-usr.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-tmp
|
Buildroot: %{_tmppath}/%{name}-tmp
|
||||||
BuildPrereq: hesiod-devel, openldap-devel, perl
|
BuildPrereq: hesiod-devel, openldap-devel, perl
|
||||||
Prereq: /sbin/chkconfig
|
Prereq: /sbin/chkconfig
|
||||||
@ -49,14 +50,15 @@ network, you should install autofs.
|
|||||||
%patch8 -p1 -b .multiargs
|
%patch8 -p1 -b .multiargs
|
||||||
%patch9 -p1 -b .fpic
|
%patch9 -p1 -b .fpic
|
||||||
%patch10 -p1 -b .schema
|
%patch10 -p1 -b .schema
|
||||||
|
%patch11 -p1 -b .usr
|
||||||
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
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-hesiod --with-openldap=/usr
|
%configure --with-hesiod --with-openldap=
|
||||||
make STRIP=:
|
make STRIP=:
|
||||||
%{__cc} -o autofs-ldap-auto-master $RPM_OPT_FLAGS %{SOURCE1} -lldap -llber
|
%{__cc} -o autofs-ldap-auto-master $RPM_OPT_FLAGS %{SOURCE1} -lldap -llber -lresolv
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
||||||
@ -124,6 +126,15 @@ fi
|
|||||||
#%dir /net
|
#%dir /net
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 3.1.7-36
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-35
|
||||||
|
- don't add the ldap library and include paths to the compiler flags
|
||||||
|
|
||||||
|
* Wed Oct 30 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-34
|
||||||
|
- link the ldap helper directly with libresolv
|
||||||
|
|
||||||
* Tue Aug 27 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-33
|
* Tue Aug 27 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-33
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user