From e96de034c785be9032ab1dac7bad8db93d27d05b Mon Sep 17 00:00:00 2001 From: fangxiuning Date: Sat, 17 Dec 2022 17:44:35 +0800 Subject: [PATCH] modify (cherry picked from commit c35e68f8d37ea50ed59eb268553574bdb023d28d) --- libsemanage.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libsemanage.spec b/libsemanage.spec index 4c27244..e808578 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -3,7 +3,7 @@ Name: libsemanage Version: 3.3 -Release: 3 +Release: 4 License: LGPLv2+ Summary: SELinux binary policy manipulation library URL: https://github.com/SELinuxProject/selinux/wiki @@ -23,7 +23,8 @@ Requires: libselinux >= %{libselinux_version} libsemanage is the policy management library. Using libsepol and libselinux to interact with the SELinux system, it also calls helper programs for loading policy and for checking whether the -file_contexts configuration is valid. +file_contexts configuration is valid. libsemanage provides an API +for the manipulation of SELinux binary policies. %package devel Summary: Header files and libraries used to build policy manipulation tools @@ -104,6 +105,9 @@ make test %changelog +* Sat Dec 17 2022 fangxiuning - 3.3-4 +- add description + * Fri Mar 18 2022 panxiaohe - 3.3-3 - delete useless old version dynamic library -- Gitee