Require systemd instead systemd-units

This commit is contained in:
Honza Horák 2013-07-29 17:55:13 +02:00
parent ba2c17a9db
commit ec5d708615

View File

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