- Fix the install permissions for auto.master and auto.misc.

This commit is contained in:
Jeffrey E. Moyer 2006-05-26 19:37:10 +00:00
parent 5e20a61587
commit f5ccff5144

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs
%define version 5.0.0_beta3
%define release 1
%define release 2
Version: %{version}
Release: %{release}
Epoch: 1
@ -20,6 +20,7 @@ Patch6: autofs-5.0.0_beta3-replicated-white-space.patch
Patch7: autofs-5.0.0_beta3-dont-strip-debug.patch
Patch8: autofs-5.0.0_beta3-sanity-check-remove.patch
Patch9: autofs-5.0.0_beta3-e2fsck-error-check.patch
Patch10: autofs-5.0.0_beta3-fix-map-perms.patch
Buildroot: /var/tmp/autofs-tmp
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex
@ -68,6 +69,7 @@ echo %{version}-%{release} > .version
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -123,6 +125,9 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Fri May 26 2006 Jeff Moyer <jmoyer@redhat.com> - 1:5.0.0_beta3-2
- Fix the install permissions for auto.master and auto.misc.
* Thu May 25 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta3-1
- update source to version 5.0.0_beta3.
- add patch to remove extra debug print.