auto-import changelog data from autofs-3.1.7-28.src.rpm
Tue Apr 02 2002 Nalin Dahyabhai <nalin@redhat.com> 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)
This commit is contained in:
parent
df58b69130
commit
98deaa37ab
12
autofs.spec
12
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: 27
|
Release: 28
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -55,7 +55,7 @@ env LANG=C perl -pi -e 's|^CFLAGS =.*|CFLAGS = \$\(RPM_OPT_FLAGS\)|g' Make
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-hesiod --with-openldap=/usr
|
%configure --with-hesiod --with-openldap=/usr
|
||||||
make
|
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
|
||||||
|
|
||||||
%install
|
%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%{_mandir}/{man5,man8}
|
||||||
mkdir -p -m755 $RPM_BUILD_ROOT%{_sbindir}
|
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 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.master $RPM_BUILD_ROOT/etc
|
||||||
install -m 644 samples/auto.misc $RPM_BUILD_ROOT/etc
|
install -m 644 samples/auto.misc $RPM_BUILD_ROOT/etc
|
||||||
@ -124,6 +124,12 @@ fi
|
|||||||
#%dir /net
|
#%dir /net
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 2 2002 Nalin Dahyabhai <nalin@redhat.com> 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 <nalin@redhat.com> 3.1.7-27
|
* Mon Apr 1 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-27
|
||||||
- tweak the init script shutdown yet again, this time to prevent needless
|
- tweak the init script shutdown yet again, this time to prevent needless
|
||||||
spewage at shutdown-time (#62147)
|
spewage at shutdown-time (#62147)
|
||||||
|
Loading…
Reference in New Issue
Block a user