From c0ca6caca19b26a0961284823bd2e1edf827e232 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Wed, 7 May 2025 11:27:20 +0800 Subject: [PATCH] Change the author's mailbox --- ...e-newlines-and-error-descriptions-in-error-messages.patch | 2 +- backport-libsemanage-handle-shell-allocation-failure.patch | 2 +- backport-libsemanage-optimize-policy-by-default.patch | 2 +- backport-libsemanage-simplify-file-deletion.patch | 2 +- libsemanage.spec | 5 ++++- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/backport-libsemanage-drop-duplicate-newlines-and-error-descriptions-in-error-messages.patch b/backport-libsemanage-drop-duplicate-newlines-and-error-descriptions-in-error-messages.patch index d5b65e0..85f19dc 100644 --- a/backport-libsemanage-drop-duplicate-newlines-and-error-descriptions-in-error-messages.patch +++ b/backport-libsemanage-drop-duplicate-newlines-and-error-descriptions-in-error-messages.patch @@ -1,5 +1,5 @@ From 4a8407a2ee9cc3b458eb1f71cc3820bce728a5b7 Mon Sep 17 00:00:00 2001 -From: changhan +From: Christian Göttsche Date: Fri, 18 Apr 2025 16:07:23 +0800 Subject: [PATCH] libsemanage-drop-duplicate-newlines-and-error-descriptions-in-error-messages diff --git a/backport-libsemanage-handle-shell-allocation-failure.patch b/backport-libsemanage-handle-shell-allocation-failure.patch index 5dee717..4cf17a8 100644 --- a/backport-libsemanage-handle-shell-allocation-failure.patch +++ b/backport-libsemanage-handle-shell-allocation-failure.patch @@ -1,5 +1,5 @@ From 9bde761fcb912fded145a16de767afe8a8a3977f Mon Sep 17 00:00:00 2001 -From: changhan +From: Christian Göttsche Date: Fri, 18 Apr 2025 11:47:37 +0800 Subject: [PATCH] libsemanage-handle-shell-allocation-failure diff --git a/backport-libsemanage-optimize-policy-by-default.patch b/backport-libsemanage-optimize-policy-by-default.patch index e81ade0..54c11b8 100644 --- a/backport-libsemanage-optimize-policy-by-default.patch +++ b/backport-libsemanage-optimize-policy-by-default.patch @@ -1,5 +1,5 @@ From 22e2743d22ed6159feee1831046872641cd5ad0c Mon Sep 17 00:00:00 2001 -From: changhan +From: Christian Göttsche Date: Fri, 18 Apr 2025 17:18:02 +0800 Subject: [PATCH] libsemanage-optimize-policy-by-default diff --git a/backport-libsemanage-simplify-file-deletion.patch b/backport-libsemanage-simplify-file-deletion.patch index 2962082..d6d8b5f 100644 --- a/backport-libsemanage-simplify-file-deletion.patch +++ b/backport-libsemanage-simplify-file-deletion.patch @@ -1,5 +1,5 @@ From 46b6d4593fd0bf3286977a9fe7d48f849524543c Mon Sep 17 00:00:00 2001 -From: changhan +From: Christian Göttsche Date: Fri, 18 Apr 2025 16:43:48 +0800 Subject: [PATCH] libsemanage-simplify-file-deletion diff --git a/libsemanage.spec b/libsemanage.spec index a72b714..338dfc7 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -3,7 +3,7 @@ Name: libsemanage Version: 3.5 -Release: 7 +Release: 8 License: LGPL-2.1-or-later Summary: SELinux binary policy manipulation library URL: https://github.com/SELinuxProject/selinux/wiki @@ -118,6 +118,9 @@ make test %lang(ru) %{_mandir}/ru/man5/* %changelog +* Wed May 7 2025 yixiangzhike - 3.5-8 +- Change the author's mailbox + * Sun Apr 20 2025 changhan - 3.5-7 - backport libsemanage: optimize policy by default -- Gitee