* Tue May 2 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-16

- add libsss_autofs as a build dependency.
This commit is contained in:
Ian Kent 2012-05-02 07:22:53 +08:00
parent 7f83a080cf
commit 24c8aea8e3

View File

@ -8,7 +8,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.6 Version: 5.0.6
Release: 15%{?dist} Release: 16%{?dist}
Epoch: 1 Epoch: 1
License: GPLv2+ License: GPLv2+
Group: System Environment/Daemons Group: System Environment/Daemons
@ -62,6 +62,7 @@ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: systemd-units BuildRequires: systemd-units
%endif %endif
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
BuildRequires: libsss_autofs
Conflicts: cyrus-sasl-lib < 2.1.23-9 Conflicts: cyrus-sasl-lib < 2.1.23-9
Requires: kernel >= 2.6.17 Requires: kernel >= 2.6.17
Requires: bash coreutils sed gawk textutils sh-utils grep module-init-tools /bin/ps Requires: bash coreutils sed gawk textutils sh-utils grep module-init-tools /bin/ps
@ -258,6 +259,9 @@ fi
%dir /etc/auto.master.d %dir /etc/auto.master.d
%changelog %changelog
* Tue May 2 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-16
- add libsss_autofs as a build dependency.
* Tue May 1 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-15 * Tue May 1 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-15
- fix typo in libtirpc file name. - fix typo in libtirpc file name.
- fix rework error return handling in rpc code. - fix rework error return handling in rpc code.