From f90b3c92f8de98ccf2e90464abe0e9a75cfbc5b1 Mon Sep 17 00:00:00 2001 From: songnannan Date: Thu, 26 Dec 2019 19:32:58 +0800 Subject: [PATCH] add the systemd-units in requires --- xinetd.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/xinetd.spec b/xinetd.spec index d822e70..0c27c92 100644 --- a/xinetd.spec +++ b/xinetd.spec @@ -1,7 +1,7 @@ Name: xinetd Epoch: 2 Version: 2.3.15 -Release: 28 +Release: 29 Summary: A super-server daemon that manages Internet-based connectivity License: xinetd URL: https://github.com/xinetd-org/xinetd @@ -46,7 +46,8 @@ Patch6005: sconf.c-fix-possible-memleak.patch BuildRequires: autoconf automake libtirpc-devel libselinux-devel >= 1.30 systemd-units Requires: filesystem >= 2.0.1 setup Requires(post): systemd-sysv systemd-units -Requires(preun): systemd-units systemd-units +Requires(preun): systemd-units +Requires(postun): systemd-units Provides: inetd %description @@ -113,5 +114,11 @@ install -m600 contrib/xinetd.d/* %{buildroot}%{_sysconfdir}/xinetd.d %exclude %{_mandir}/man8/xconv.pl* %changelog +* Tue Dec 24 2019 openEuler Buildteam - 2:2.3.15-29 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add the systemd-units in requires + * Thu Sep 12 2019 huzhiyu - 2:2.3.15-28 - Package init