From 2d0b792f644013c761f4bb8db7ac930d66d5ba7a Mon Sep 17 00:00:00 2001 From: Su Lifan Date: Wed, 16 Mar 2022 15:58:10 +0800 Subject: [PATCH] Fix user/group requiring and providing infomation Signed-off-by: Su Lifan --- cyrus-sasl.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index 704a540..c095c09 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global usrgrp_name saslauth %global plugindir %{_libdir}/sasl2 @@ -37,8 +37,8 @@ Requires(pre): /usr/sbin/useradd /usr/sbin/groupadd Requires(postun): /usr/sbin/userdel /usr/sbin/groupdel Requires: /sbin/nologin Requires: systemd -Requires: user(%{usrgrp_name}) -Requires: group(%{usrgrp_name}) +Provides: user(%{usrgrp_name}) +Provides: group(%{usrgrp_name}) %description This is the Cyrus SASL API implementation. It can be used on the client @@ -265,5 +265,8 @@ getent passwd %{usrgrp_name} >/dev/null || \ %{plugindir}/libgs2.so* %changelog +* Wed Mar 16 2022 Su Lifan - 2.1.28-2 +- Fix user/group requiring and providing infomation + * Fri Mar 11 2022 Su Lifan - 2.1.28-1 - Initial packaging for Anolis OS 23 -- Gitee