From 98deaa37ab472948d8f3cefa41282562515ec2e9 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 03:20:50 +0000 Subject: [PATCH] auto-import changelog data from autofs-3.1.7-28.src.rpm Tue Apr 02 2002 Nalin Dahyabhai 3.1.7-28 - try to properly handle nisplus maps (patch from Steve Foster via the autofs mailing list) - override the STRIP makefile variable to not strip binaries (that's the build root policy's job) --- autofs.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/autofs.spec b/autofs.spec index ffd359b..3f5d38f 100644 --- a/autofs.spec +++ b/autofs.spec @@ -1,7 +1,7 @@ Summary: A tool for automatically mounting and unmounting filesystems. Name: autofs Version: 3.1.7 -Release: 27 +Release: 28 Epoch: 1 License: GPL Group: System Environment/Daemons @@ -55,7 +55,7 @@ env LANG=C perl -pi -e 's|^CFLAGS =.*|CFLAGS = \$\(RPM_OPT_FLAGS\)|g' Make %build %configure --with-hesiod --with-openldap=/usr -make +make STRIP=: %{__cc} -o autofs-ldap-auto-master $RPM_OPT_FLAGS %{SOURCE1} -lldap -llber %install @@ -65,7 +65,7 @@ mkdir -p -m755 $RPM_BUILD_ROOT%{_libdir}/autofs mkdir -p -m755 $RPM_BUILD_ROOT%{_mandir}/{man5,man8} mkdir -p -m755 $RPM_BUILD_ROOT%{_sbindir} -%{makeinstall} autofslibdir=$RPM_BUILD_ROOT%{_libdir}/autofs +%makeinstall autofslibdir=$RPM_BUILD_ROOT%{_libdir}/autofs STRIP=: install -m 755 samples/rc.autofs $RPM_BUILD_ROOT/etc/rc.d/init.d/autofs install -m 644 samples/auto.master $RPM_BUILD_ROOT/etc install -m 644 samples/auto.misc $RPM_BUILD_ROOT/etc @@ -124,6 +124,12 @@ fi #%dir /net %changelog +* Tue Apr 2 2002 Nalin Dahyabhai 3.1.7-28 +- try to properly handle nisplus maps (patch from Steve Foster via the + autofs mailing list) +- override the STRIP makefile variable to not strip binaries (that's the + build root policy's job) + * Mon Apr 1 2002 Nalin Dahyabhai 3.1.7-27 - tweak the init script shutdown yet again, this time to prevent needless spewage at shutdown-time (#62147)