- update spec file to build without hesiod (bz1643258).
This commit is contained in:
parent
ba70f4fb19
commit
47e921c3ac
14
autofs.spec
14
autofs.spec
@ -8,7 +8,7 @@
|
||||
Summary: A tool for automatically mounting and unmounting filesystems
|
||||
Name: autofs
|
||||
Version: 5.1.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
Group: System Environment/Daemons
|
||||
@ -19,7 +19,7 @@ BuildRequires: systemd-units
|
||||
BuildRequires: systemd-devel
|
||||
%endif
|
||||
BuildRequires: gcc
|
||||
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel
|
||||
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
|
||||
@ -76,7 +76,12 @@ echo %{version}-%{release} > .version
|
||||
|
||||
%build
|
||||
LDFLAGS=-Wl,-z,now
|
||||
%configure --disable-mount-locking --enable-ignore-busy --enable-forced-shutdown --with-libtirpc %{?systemd_configure_arg:}
|
||||
%configure \
|
||||
--disable-mount-locking \
|
||||
--enable-ignore-busy \
|
||||
--enable-forced-shutdown \
|
||||
--without-hesiod \
|
||||
--with-libtirpc %{?systemd_configure_arg:}
|
||||
make initdir=%{_initrddir} DONTSTRIP=1
|
||||
|
||||
%install
|
||||
@ -167,6 +172,9 @@ fi
|
||||
%dir /etc/auto.master.d
|
||||
|
||||
%changelog
|
||||
* Mon Nov 05 2018 Ian Kent <ikent@redhat.com> - 1:5.1.5-2
|
||||
- update spec file to build without hesiod.
|
||||
|
||||
* Mon Nov 05 2018 Ian Kent <ikent@redhat.com> - 1:5.1.5-1
|
||||
- update to upstream 5.1.5 release.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user