- also add missing "BuildRequires: systemd-devel".
This commit is contained in:
parent
a443d88249
commit
4ad0c4aa93
@ -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.4
|
Version: 5.1.4
|
||||||
Release: 15%{?dist}
|
Release: 16%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -41,6 +41,7 @@ Patch25: autofs-5.1.4-fix-NFS-version-mask-usage.patch
|
|||||||
|
|
||||||
%if %{with_systemd}
|
%if %{with_systemd}
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
|
BuildRequires: systemd-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel
|
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel
|
||||||
@ -216,6 +217,9 @@ fi
|
|||||||
%dir /etc/auto.master.d
|
%dir /etc/auto.master.d
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 26 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-16
|
||||||
|
- also add missing "BuildRequires: systemd-devel".
|
||||||
|
|
||||||
* Mon Mar 26 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-15
|
* Mon Mar 26 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-15
|
||||||
- tiny patch for autofs typo and possible bug.
|
- tiny patch for autofs typo and possible bug.
|
||||||
- add units After line to include statd service.
|
- add units After line to include statd service.
|
||||||
|
Loading…
Reference in New Issue
Block a user