From b3d3110f07734fcec12b8fce4cbdab8af327dfff Mon Sep 17 00:00:00 2001 From: changhan Date: Wed, 23 Apr 2025 09:53:57 +0000 Subject: [PATCH 1/2] Change the author's mail Signed-off-by: changhan --- ...l-Remove-special-handling-of-roles-in-module_to_cil.patch | 2 +- ...pol-cil-Optionally-allow-duplicate-role-declaration.patch | 2 +- libsepol.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) 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 1cef515..995d03b 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 50e6230..27699f4 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 4aecce7..50cf035 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-7 +- 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 -- Gitee From 26a548b9825839980f942d2dac60478d6b6973a5 Mon Sep 17 00:00:00 2001 From: changhan Date: Wed, 23 Apr 2025 10:59:50 +0000 Subject: [PATCH 2/2] Change the author's mail Signed-off-by: changhan --- libsepol.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsepol.spec b/libsepol.spec index 50cf035..2a1bc72 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -102,7 +102,7 @@ make DESTDIR="%{buildroot}" LIBDIR="%{_libdir}" SHLIBDIR="%{_libdir}" install %{_mandir}/man3/* %changelog -* Wed Apr 23 2025 changhan - 3.5-7 +* Wed Apr 23 2025 changhan - 3.5-8 - Change the author's mail * Mon Apr 21 2025 changhan - 3.5-7 -- Gitee