Require systemd instead systemd-units
This commit is contained in:
parent
ba2c17a9db
commit
ec5d708615
11
ypbind.spec
11
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@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@redhat.com> - 3:1.37.1-3
|
||||
- Enable PrivateTmp feature, just for the case
|
||||
|
Loading…
Reference in New Issue
Block a user