- remove unnecessary nfs-utils BuildRequires (bz1277669).

This commit is contained in:
Ian Kent 2015-11-04 10:51:23 +08:00
parent 490a09d05e
commit 2900b7fd7b

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.1.1 Version: 5.1.1
Release: 5%{?dist} Release: 6%{?dist}
Epoch: 1 Epoch: 1
License: GPLv2+ License: GPLv2+
Group: System Environment/Daemons Group: System Environment/Daemons
@ -24,7 +24,7 @@ BuildRequires: systemd-units
BuildRequires: gcc BuildRequires: gcc
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel
BuildRequires: cyrus-sasl-devel, openssl-devel module-init-tools util-linux BuildRequires: cyrus-sasl-devel, openssl-devel module-init-tools util-linux
BuildRequires: nfs-utils e2fsprogs libtirpc-devel libsss_autofs BuildRequires: e2fsprogs libtirpc-devel libsss_autofs
Conflicts: cyrus-sasl-lib < 2.1.23-9 Conflicts: cyrus-sasl-lib < 2.1.23-9
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
%if %{with_systemd} %if %{with_systemd}
@ -171,6 +171,9 @@ fi
%dir /etc/auto.master.d %dir /etc/auto.master.d
%changelog %changelog
* Wed Nov 04 2015 Kalev Lember <klember@redhat.com> - 1:5.1.1-6
- remove unnecessary nfs-utils BuildRequires (bz1277669).
* Mon Nov 02 2015 Kalev Lember <klember@redhat.com> - 1:5.1.1-5 * Mon Nov 02 2015 Kalev Lember <klember@redhat.com> - 1:5.1.1-5
- fix fix gcc5 complaints. - fix fix gcc5 complaints.
- update libtirpc workaround for new soname. - update libtirpc workaround for new soname.