From 2d608ead03aaf3a3eba52b0f625bd41b536c797e Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Wed, 29 Mar 2023 10:38:23 +0800 Subject: [PATCH] Del Specific Fields --- checkpolicy.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/checkpolicy.spec b/checkpolicy.spec index af770b8..21f2557 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Summary: SELinux policy compiler Name: checkpolicy @@ -6,12 +6,6 @@ Version: 3.5 Release: %{anolis_release}%{?dist} License: GPLv2 Source0: https://github.com/SELinuxProject/selinux/releases/download/%{version}/%{name}-%{version}.tar.gz -# $ git clone https://github.com/fedora-selinux/selinux.git -# $ cd selinux -# $ git format-patch -N 3.3 -- checkpolicy -# $ i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done -# Patch list start -# Patch list end BuildRequires: gcc BuildRequires: make BuildRequires: byacc bison flex flex-static @@ -71,6 +65,9 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol %doc VERSION %changelog +* Wed Mar 29 2023 mgb01105731 - 3.5-2 +- Del Specific Fields + * Wed Mar 01 2023 Funda Wang - 3.5-1 - New version 3.5 -- Gitee