From bc184d3d31aa6f56a8bbbbd3a0738229cf87d32f Mon Sep 17 00:00:00 2001 From: Ian Kent Date: May 14 2019 08:53:03 +0000 Subject: - add BuildRequires: krb5-devel. --- diff --git a/autofs.spec b/autofs.spec index eecb035..ab33fd7 100644 --- a/autofs.spec +++ b/autofs.spec @@ -8,7 +8,7 @@ Summary: A tool for automatically mounting and unmounting filesystems Name: autofs Version: 5.1.5 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 1 License: GPLv2+ Source: https://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.gz @@ -23,7 +23,7 @@ BuildRequires: gcc BuildRequires: autoconf, openldap-devel, bison, flex, libxml2-devel BuildRequires: cyrus-sasl-devel, openssl-devel module-init-tools util-linux BuildRequires: e2fsprogs libtirpc-devel libsss_autofs libnsl2-devel -BuildRequires: rpcgen pkgconfig +BuildRequires: rpcgen pkgconfig krb5-devel Conflicts: cyrus-sasl-lib < 2.1.23-9 Requires: bash coreutils sed gawk grep module-init-tools /bin/ps %if %{with_systemd} @@ -176,6 +176,9 @@ fi %changelog * Tue May 14 2019 Ian Kent - 1:5.1.5-4 +- add BuildRequires: krb5-devel. + +* Tue May 14 2019 Ian Kent - 1:5.1.5-4 - support strictexpire mount option. - fix hesiod string check in master_parse().