- fix stale initialization for file map instance patch was not applied.
This commit is contained in:
parent
b2ae6432fb
commit
62a2e0fa94
@ -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
|
||||||
Version: 5.0.5
|
Version: 5.0.5
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -17,6 +17,7 @@ Patch4: autofs-5.0.5-special-case-cifs-escapes.patch
|
|||||||
Patch5: autofs-5.0.5-fix-libxml2-workaround-configure.patch
|
Patch5: autofs-5.0.5-fix-libxml2-workaround-configure.patch
|
||||||
Patch6: autofs-5.0.5-more-code-analysis-corrections.patch
|
Patch6: autofs-5.0.5-more-code-analysis-corrections.patch
|
||||||
Patch7: autofs-5.0.5-fix-backwards-ifndef-INET6.patch
|
Patch7: autofs-5.0.5-fix-backwards-ifndef-INET6.patch
|
||||||
|
Patch8: autofs-5.0.5-fix-stale-init-for-file-map-instance.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel module-init-tools util-linux nfs-utils e2fsprogs libtirpc-devel
|
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel module-init-tools util-linux nfs-utils e2fsprogs libtirpc-devel
|
||||||
Requires: kernel >= 2.6.17
|
Requires: kernel >= 2.6.17
|
||||||
@ -65,6 +66,7 @@ echo %{version}-%{release} > .version
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
%patch8 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||||
@ -117,6 +119,9 @@ fi
|
|||||||
%{_libdir}/autofs/
|
%{_libdir}/autofs/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 9 2009 Ian Kent <ikent@redhat.com> - 1:5.0.5-4
|
||||||
|
- fix stale initialization for file map instance patch was not applied.
|
||||||
|
|
||||||
* Tue Nov 3 2009 Ian Kent <ikent@redhat.com> - 1:5.0.5-3
|
* Tue Nov 3 2009 Ian Kent <ikent@redhat.com> - 1:5.0.5-3
|
||||||
- fix stale initialization for file map instance.
|
- fix stale initialization for file map instance.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user