diff --git a/backport-libsepol-Remove-special-handling-of-roles-in-module_to_cil.patch b/backport-libsepol-Remove-special-handling-of-roles-in-module_to_cil.patch index 1cef515e7fc17f7ed100812a33821f9dc1c3d6ee..995d03bd94e5091c21c630eea846713a85e10c57 100644 --- a/backport-libsepol-Remove-special-handling-of-roles-in-module_to_cil.patch +++ b/backport-libsepol-Remove-special-handling-of-roles-in-module_to_cil.patch @@ -1,5 +1,5 @@ From 7450510d9032c0f4d936d4ecb005f0454f65a66e Mon Sep 17 00:00:00 2001 -From: changhan +From: James Carter Date: Mon, 21 Apr 2025 11:55:41 +0800 Subject: [PATCH] libsepol-Remove-special-handling-of-roles-in-module_to_cil diff --git a/backport-libsepol-cil-Optionally-allow-duplicate-role-declaration.patch b/backport-libsepol-cil-Optionally-allow-duplicate-role-declaration.patch index 50e62308625231923b791e9575c10c2737dbf5ec..27699f4241a310662e8f1934518349ff3fdde6a7 100644 --- a/backport-libsepol-cil-Optionally-allow-duplicate-role-declaration.patch +++ b/backport-libsepol-cil-Optionally-allow-duplicate-role-declaration.patch @@ -1,5 +1,5 @@ From ae3c44c2d44b5e2f1c87b4b095d522a7f11add7a Mon Sep 17 00:00:00 2001 -From: changhan +From: James Carter Date: Mon, 21 Apr 2025 11:34:35 +0800 Subject: [PATCH] libsepol-cil-Optionally-allow-duplicate-role-declarations diff --git a/libsepol.spec b/libsepol.spec index 4aecce7a2e150b3dffcc7afd8d180f6c6d9bd86c..2a1bc728e08e262c16d311e6adcfd88c1817294b 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,6 +1,6 @@ Name: libsepol Version: 3.5 -Release: 7 +Release: 8 Summary: SELinux binary policy manipulation library License: LGPLv2+ URL: https://github.com/SELinuxProject/selinux/wiki/Releases @@ -102,6 +102,9 @@ make DESTDIR="%{buildroot}" LIBDIR="%{_libdir}" SHLIBDIR="%{_libdir}" install %{_mandir}/man3/* %changelog +* Wed Apr 23 2025 changhan - 3.5-8 +- Change the author's mail + * Mon Apr 21 2025 changhan - 3.5-7 - backport libsepol: Remove special handling of roles in module_to_cil.c