From 45c7eb043e2a60f0d65322c303868b2390362a3b Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Tue, 1 Jun 2021 15:08:11 +0800 Subject: [PATCH] add build requires --- autofs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/autofs.spec b/autofs.spec index ad718f4..1e2c267 100644 --- a/autofs.spec +++ b/autofs.spec @@ -1,6 +1,6 @@ Name: autofs Version: 5.1.4 -Release: 26 +Release: 27 Epoch: 1 Summary: A tool for automatically mounting and unmounting filesystems License: GPL-2.0+ and GPL-2.0 @@ -49,7 +49,7 @@ Requires(preun): systemd-units Requires(postun): systemd-units BuildRequires: systemd-units systemd-devel autoconf openldap-devel bison flex libxml2-devel BuildRequires: cyrus-sasl-devel openssl-devel module-init-tools util-linux e2fsprogs libtirpc-devel -BuildRequires: libsss_autofs libnsl2-devel rpcgen pkgconfig +BuildRequires: libsss_autofs libnsl2-devel rpcgen pkgconfig gcc Conflicts: cyrus-sasl-lib < 2.1.23-9 %description @@ -121,6 +121,9 @@ install -m 600 samples/autofs_ldap_auth.conf $RPM_BUILD_ROOT/etc/autofs_ldap_aut %{_mandir}/*/* %changelog +* Mon May 31 2021 baizhonggui - 1:5.1.4-27 +- Add gcc in BuildRequires + * Mon Jan 4 2021 Ge Wang - 1:5.1.4-26 - Modify license information