- add BuildRequires: krb5-devel.
This commit is contained in:
parent
cc84f0749b
commit
bc184d3d31
@ -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}
|
||||
@ -175,6 +175,9 @@ fi
|
||||
%dir /etc/auto.master.d
|
||||
|
||||
%changelog
|
||||
* Tue May 14 2019 Ian Kent <ikent@redhat.com> - 1:5.1.5-4
|
||||
- add BuildRequires: krb5-devel.
|
||||
|
||||
* Tue May 14 2019 Ian Kent <ikent@redhat.com> - 1:5.1.5-4
|
||||
- support strictexpire mount option.
|
||||
- fix hesiod string check in master_parse().
|
||||
|
||||
Loading…
Reference in New Issue
Block a user