From 9579fe89b1eabb9f537fdb23d5f4d44abfb8fc8b Mon Sep 17 00:00:00 2001 From: Petr Kubat Date: Mon, 30 Apr 2018 13:02:22 +0200 Subject: [PATCH] Add the runtime dependency on nss_nis back --- ypbind.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ypbind.spec b/ypbind.spec index 3760e07..0b8c886 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: 7%{?dist} +Release: 8%{?dist} License: GPLv2 Group: System Environment/Daemons Source0: http://www.linux-nis.org/download/ypbind-mt/ypbind-mt-%{version}.tar.gz @@ -26,8 +26,7 @@ Requires(postun): systemd Requires: rpcbind Requires: yp-tools >= 4.2.2-2 # New nss_nis package in F25+ -# FIXME: Uncomment once nss_nis is packaged again -# Requires: nss_nis +Requires: nss_nis BuildRequires: dbus-glib-devel, docbook-style-xsl BuildRequires: systemd BuildRequires: systemd-devel @@ -111,6 +110,9 @@ install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_libexecdir}/ypbind-post-waitbind %license COPYING %changelog +* Mon Apr 30 2018 Petr Kubat - 3:2.4-8 +- Add the runtime dependency on nss_nis back + * Fri Feb 09 2018 Igor Gnatenko - 3:2.4-7 - Escape macros in %%changelog