- Add more general patch to translate "_" to "." in map names. (bz #147765)
This commit is contained in:
parent
2de6095f38
commit
948a1c8ca5
@ -4,7 +4,7 @@
|
||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||
Name: autofs
|
||||
%define version 4.1.4
|
||||
%define release 16.1
|
||||
%define release 16.2
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Epoch: 1
|
||||
@ -34,6 +34,7 @@ Patch20: autofs-4.1.4-sol10-schema.patch
|
||||
Patch21: autofs-4.1.4-sockopt-len-type.patch
|
||||
Patch22: autofs-4.1.4-yp_order-order-type.patch
|
||||
Patch23: autofs-4.1.4-ldap-depricated.patch
|
||||
Patch24: autofs-4.1.4-underscore_to_dot.patch
|
||||
|
||||
Buildroot: /var/tmp/autofs-tmp
|
||||
BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl
|
||||
@ -96,6 +97,7 @@ echo %{version}-%{release} > .version
|
||||
%patch21 -p1
|
||||
%patch22 -p1
|
||||
%patch23 -p1
|
||||
%patch24 -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -150,6 +152,9 @@ exit 0
|
||||
%{_libdir}/autofs/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 1 2006 Ian Kent <ikent@redhat.com> - 1:4.1.4-16.2
|
||||
- Add more general patch to translate "_" to "." in map names. (bz #147765)
|
||||
|
||||
* Mon Jan 25 2006 Ian Kent <ikent@redhat.com> - 1:4.1.4-16.1
|
||||
- Add patch to use LDAP_DEPRICATED compile option. (bz #173833)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user