[ypbind] Require systemd instead systemd-units

Honza Horak hhorak at fedoraproject.org
Mon Jul 29 15:55:44 UTC 2013


commit ec5d7086154896199bdde5deda942d09a2d9faeb
Author: Honza HorĂ¡k <hhorak at redhat.com>
Date:   Mon Jul 29 17:55:13 2013 +0200

    Require systemd instead systemd-units

 ypbind.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/ypbind.spec b/ypbind.spec
index c25a0a5..1c0dfcd 100644
--- a/ypbind.spec
+++ b/ypbind.spec
@@ -1,5 +1,6 @@
 Summary: The NIS daemon which binds NIS clients to an NIS domain
 Name: ypbind
+Epoch: 3
 Version: 1.37.1
 Release: 4%{?dist}
 License: GPLv2
@@ -18,14 +19,13 @@ Patch1: ypbind-1.11-gettextdomain.patch
 Patch2: ypbind-mt-1.36-nistimeout.patch
 Patch3: ypbind-helpman.patch
 # This is for /bin/systemctl
-Requires(post): systemd-units
-Requires(preun): systemd-units
-Requires(postun): systemd-units
+Requires(post): systemd
+Requires(preun): systemd
+Requires(postun): systemd
 Requires: rpcbind, yp-tools
 Requires(post): systemd-sysv
-Epoch: 3
 BuildRequires: dbus-glib-devel, docbook-style-xsl
-BuildRequires: systemd-units
+BuildRequires: systemd
 BuildRequires: systemd-devel
 BuildRequires: autoconf, automake
 
@@ -101,6 +101,7 @@ install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_libexecdir}/ypbind-post-waitbind
 %changelog
 * Mon Jul 29 2013 Honza Horak <hhorak at redhat.com> - 3:1.37.1-4
 - Remove SysV init conversion and systemd macros compatible code
+- Require systemd instead systemd-units
 
 * Thu May 09 2013 Honza Horak <hhorak at redhat.com> - 3:1.37.1-3
 - Enable PrivateTmp feature, just for the case


More information about the scm-commits mailing list