From 086662c1d60720339ba6fb30453c7acf00a96f1f Mon Sep 17 00:00:00 2001 From: dogsheng <960055655@qq.com> Date: Wed, 25 Dec 2019 15:49:15 +0800 Subject: [PATCH] Package init --- gssproxy.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gssproxy.spec b/gssproxy.spec index 1c452ac..b39168c 100644 --- a/gssproxy.spec +++ b/gssproxy.spec @@ -4,7 +4,7 @@ Name: gssproxy Version: 0.8.0 -Release: 8 +Release: 9 Summary: GSSAPI Proxy License: MIT URL: https://pagure.io/gssproxy @@ -15,7 +15,10 @@ Patch1: Clarify-debug-and-debug_level-in-man-pages.patch Patch2: Always-choose-highest-requested-debug-level.patch Patch3: Don-t-leak-sock_ctx-if-verto_add_io-fails.patch -Requires: krb5 keyutils libverto-module-base libini_config systemd +Requires: krb5 keyutils libverto-module-base libini_config +Requires(post): systemd +Requires(preun): systemd +Requires(postun): systemd Conflicts: selinux-policy < 3.13.1-283.5 @@ -84,6 +87,9 @@ mkdir -p %{buildroot}%{gpstatedir}/rcache %{_mandir}/man8/gssproxy-mech.8* %changelog +* Fri Dec 20 2019 openEuler Buildteam - 0.8.0-9 +- Modify requires + * Fri Sep 27 2018 openEuler Buildteam 0.8.0-8 - Package init