From 90d0d8b94b025d0eaf006c6fb173c9aa99aa5f75 Mon Sep 17 00:00:00 2001 From: dogsheng <960055655@qq.com> Date: Wed, 25 Dec 2019 15:59:35 +0800 Subject: [PATCH] Package init --- numad.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/numad.spec b/numad.spec index db885b8..70bbcb2 100644 --- a/numad.spec +++ b/numad.spec @@ -1,6 +1,6 @@ Name: numad Version: 0.5 -Release: 30 +Release: 31 Summary: NUMA user daemon License: LGPLv2 URL: https://pagure.io/numad @@ -8,6 +8,8 @@ Source0: %{name}-%{version}git.tar.xz BuildRequires: systemd-units gcc git Requires: systemd-units +Requires(post): systemd-units +Requires(preun): systemd-units Patch0: numad-0.5git-m-option.patch @@ -53,6 +55,9 @@ install -m 644 numad.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name} %systemd_postun numad.service %changelog +* Fri Dec 20 2019 openEuler Buildteam - 0.5-31 +- Add missing post/pre requires + * Thu Mar 7 2019 Feilong Lin - 0.5-30 - Type:bugfix - ID:NA