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 d5b65e084fb61314bc5edb2c578ead5308b5d89f..85f19dcd5f2cdf4b075bfdb6d52332afdb7d8db3 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 5dee717c0d63a92b0d2d7f02caa894a59d1f8a37..4cf17a8b9e8657c9525dfa923655e54b9f82ae8c 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 e81ade051fea6e5ea16b57fd09880264c1c77ae4..54c11b84109d6e8c02f979a1c2cbb45ae97250ba 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 29620828451c584ea98e9f637f1c8ef8f881aa1c..d6d8b5ffb6c3bc0330c0f659874216bf3b3e46fa 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 a5ecd245d31ea5d0d584b85a35ee8cec5dcc2383..c758318e938e08516b937801bde7c9cc3a6623dc 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -3,7 +3,7 @@ Name: libsemanage Version: 3.5 -Release: 6 +Release: 7 License: LGPLv2+ Summary: SELinux binary policy manipulation library URL: https://github.com/SELinuxProject/selinux/wiki @@ -120,6 +120,9 @@ make test %changelog +* Mon Apr 28 2025 changhan - 3.5-7 +- Change the author's mailbox + * Sun Apr 20 2025 changhan - 3.5-6 - backport libsemanage: optimize policy by default