- add build requires for gcc.
This commit is contained in:
parent
9f2c4cf3c9
commit
e0164aba53
11
autofs.spec
11
autofs.spec
@ -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: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -17,8 +17,10 @@ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
%if %{with_systemd}
|
%if %{with_systemd}
|
||||||
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: gcc
|
||||||
BuildRequires: libsss_autofs
|
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel
|
||||||
|
BuildRequires: cyrus-sasl-devel, openssl-devel module-init-tools util-linux
|
||||||
|
BuildRequires: nfs-utils 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}
|
||||||
@ -162,6 +164,9 @@ fi
|
|||||||
%dir /etc/auto.master.d
|
%dir /etc/auto.master.d
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 12 2015 Ian Kent <ikent@redhat.com> - 1:5.1.1-2
|
||||||
|
- add build requires for gcc.
|
||||||
|
|
||||||
* Thu Apr 23 2015 Ian Kent <ikent@redhat.com> - 1:5.1.1-1
|
* Thu Apr 23 2015 Ian Kent <ikent@redhat.com> - 1:5.1.1-1
|
||||||
- Update to autofs-5.1.1.
|
- Update to autofs-5.1.1.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user