diff --git a/ypbind.spec b/ypbind.spec index 4345526..843f849 100644 --- a/ypbind.spec +++ b/ypbind.spec @@ -2,7 +2,7 @@ Summary: The NIS daemon which binds NIS clients to an NIS domain Name: ypbind Epoch: 3 Version: 2.4 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2 Group: System Environment/Daemons Source0: http://www.linux-nis.org/download/ypbind-mt/ypbind-mt-%{version}.tar.gz @@ -26,7 +26,8 @@ Requires(postun): systemd Requires: rpcbind Requires: yp-tools >= 4.2.2-2 # New nss_nis package in F25+ -Requires: nss_nis +# FIXME: Uncomment once nss_nis is packaged again +# Requires: nss_nis BuildRequires: dbus-glib-devel, docbook-style-xsl BuildRequires: systemd BuildRequires: systemd-devel @@ -110,6 +111,9 @@ install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_libexecdir}/ypbind-post-waitbind %license COPYING %changelog +* Tue Jan 16 2018 Petr Kubat - 3:2.4-6 +- Temporarily remove nss_nis dependency as it got removed from glibc (#1534599) + * Thu Sep 21 2017 Matej Mužila - 3:2.4-5 - Add "Wants" dependency on network-online.target - Remove "After" dependency on NetworkManager-wait-online.service