diff --git a/policycoreutils.spec b/policycoreutils.spec index 41263428af916caaf6f848554772b78c2a890023..f09be38bff8611bbdfaeb239e15a6614826e2f19 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