- Fix the install permissions for auto.master and auto.misc.
This commit is contained in:
parent
5e20a61587
commit
f5ccff5144
@ -4,7 +4,7 @@
|
|||||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||||
Name: autofs
|
Name: autofs
|
||||||
%define version 5.0.0_beta3
|
%define version 5.0.0_beta3
|
||||||
%define release 1
|
%define release 2
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
Epoch: 1
|
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
|
Patch7: autofs-5.0.0_beta3-dont-strip-debug.patch
|
||||||
Patch8: autofs-5.0.0_beta3-sanity-check-remove.patch
|
Patch8: autofs-5.0.0_beta3-sanity-check-remove.patch
|
||||||
Patch9: autofs-5.0.0_beta3-e2fsck-error-check.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
|
Buildroot: /var/tmp/autofs-tmp
|
||||||
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex
|
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex
|
||||||
@ -68,6 +69,7 @@ echo %{version}-%{release} > .version
|
|||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
|
%patch10 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||||
@ -123,6 +125,9 @@ exit 0
|
|||||||
%{_libdir}/autofs/*
|
%{_libdir}/autofs/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 25 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta3-1
|
||||||
- update source to version 5.0.0_beta3.
|
- update source to version 5.0.0_beta3.
|
||||||
- add patch to remove extra debug print.
|
- add patch to remove extra debug print.
|
||||||
|
Loading…
Reference in New Issue
Block a user