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