From b0254087d71ab09462ebfd028f624217bdb0ffb6 Mon Sep 17 00:00:00 2001 From: markeryang Date: Fri, 10 Oct 2025 07:06:39 +0000 Subject: [PATCH] Fix character escape in changelog (cherry picked from commit b4ab0ef3f21858474d1eb895de0d79331aa85fc9) --- checkpolicy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/checkpolicy.spec b/checkpolicy.spec index c7f6343..c60a2cd 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -1,6 +1,6 @@ Name: checkpolicy Version: 3.5 -Release: 2 +Release: 3 Summary: SELinux policy compiler License: GPLv2 URL: https://github.com/SELinuxProject/selinux @@ -72,6 +72,9 @@ install test/dispol %{buildroot}%{_bindir}/sedispol %{_mandir}/*/* %changelog +* Fri Oct 10 2025 yanglongkang - 3.5-3 +- Fix character escape in changelog + * Fri Mar 14 2025 wangjiang - 3.5-2 - backport patches from upstream @@ -88,7 +91,7 @@ install test/dispol %{buildroot}%{_bindir}/sedispol - update to 3.3 * Fri Jul 30 2021 chenyanpanHW - 3.1-2 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +- DESC: delete -Sgit from %%autosetup, and delete BuildRequires git * Fri Jul 17 2019 openEuler Buildteam - 3.1-1 - update to 3.1 -- Gitee