From 664455f077f011c4d9aad1485f7aeb55886e61d7 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:44:08 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- libsemanage.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libsemanage.spec b/libsemanage.spec index 706fcf4..5c9b4b4 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -4,7 +4,7 @@ Summary: SELinux binary policy manipulation library Name: libsemanage Version: 3.7 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL-2.1-or-later Source0: https://github.com/SELinuxProject/selinux/releases/download/3.7/libsemanage-3.7.tar.gz Source1: https://github.com/SELinuxProject/selinux/releases/download/3.7/libsemanage-3.7.tar.gz.asc @@ -159,6 +159,10 @@ cp %{SOURCE3} ${RPM_BUILD_ROOT}%{_sysconfdir}/selinux/semanage.conf %{_libexecdir}/selinux/semanage_migrate_store %changelog +* Tue Oct 29 2024 Troy Dawson - 3.7-3 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Fri Aug 09 2024 Vit Mojzis - 3.7-2 - Preserve file context and ownership in policy store (RHEL-50822)