From b35d6af0776116133ff92f8794b00e46225df4cf Mon Sep 17 00:00:00 2001 From: ExtinctFire Date: Sat, 17 Dec 2022 17:11:43 +0800 Subject: [PATCH] update policycoreutils description Signed-off-by: ExtinctFire (cherry picked from commit 4ebdcc8cb025ba504b57cba4bbc399ce06419e4f) --- policycoreutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index 75399c1..00fe049 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -3,7 +3,7 @@ Name: policycoreutils Version: 3.3 -Release: 2 +Release: 3 Summary: Policy core utilities of selinux License: GPLv2 URL: https://github.com/SELinuxProject @@ -32,7 +32,7 @@ Provides: /sbin/fixfiles Provides: /sbin/restorecon %description -It contains the selinux policy core utilities +It contains the selinux policy core utilities required by basic operation of SElinux systems. These utilities include load_policy to load policies, setfiles to label filesystems, newrole to switch roles. %package -n python3-policycoreutils Summary: python3 utilities for seLinux policy core @@ -256,6 +256,9 @@ find %{buildroot}%{python3_sitelib} %{buildroot}%{python3_sitearch} \ %{_mandir}/* %changelog +* Sat Dec 17 2022 ExtinctFire - 3.3-3 +- update policycoreutils description + * Thu Jun 30 2022 lujie - 3.3-2 - update policycoreutils tar.gz -- Gitee