From ff9fc412c759a68554d275d8844c5ca7ea51d9a8 Mon Sep 17 00:00:00 2001 From: sx10 Date: Mon, 19 Dec 2022 03:24:46 +0000 Subject: [PATCH] update policycoreutils.spec. Signed-off-by: sx10 --- policycoreutils.spec | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index 4126342..f09be38 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -3,7 +3,7 @@ Name: policycoreutils Version: 3.3 -Release: 3 +Release: 4 Summary: Policy core utilities of selinux License: GPLv2 URL: https://github.com/SELinuxProject @@ -15,12 +15,14 @@ Source10: selinux-autorelabel.target Source11: selinux-autorelabel-generator.sh Patch0: fix-fixfiles-N-date-function.patch -Patch1: fix-fixfiles-N-date-function-two.patch -Patch2: backport-newrole-check-for-crypt-3-failure.patch -Patch3: backport-newrole-ensure-password-memory-erasure.patch -Patch4: backport-semodule_package-Close-leaking-fd.patch -Patch5: backport-python-Split-semanage-import-into-two-transactions.patch -Patch6: backport-python-audit2allow-close-file-stream-on-error.patch +Patch1: fix-fixfiles-N-date-function-two.patch + +Patch6000: backport-policycoreutils-handle-argument-counter-of-zero.patch +Patch6001: backport-newrole-check-for-crypt-3-failure.patch +Patch6002: backport-newrole-ensure-password-memory-erasure.patch +Patch6003: backport-semodule_package-Close-leaking-fd.patch +Patch6004: backport-python-Split-semanage-import-into-two-transactions.patch +Patch6005: backport-python-audit2allow-close-file-stream-on-error.patch BuildRequires: gcc BuildRequires: pam-devel libsepol-static >= 3.3 libsemanage-static >= 3.3 libselinux-devel >= 3.3 libcap-devel audit-libs-devel gettext @@ -261,6 +263,9 @@ find %{buildroot}%{python3_sitelib} %{buildroot}%{python3_sitearch} \ %{_mandir}/* %changelog +* Mon Dec 19 2022 shenxiangwei - 3.3-4 +- update patch list + * Tue Nov 15 2022 shenxiangwei - 3.3-3 - backport patches from upstream -- Gitee