From c7e156b04c4b72cbb8afb88d5b78a335f6dfc275 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:44:09 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- libsepol.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libsepol.spec b/libsepol.spec index 471bbf1..de0c2f1 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,7 +1,7 @@ Summary: SELinux binary policy manipulation library Name: libsepol 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/libsepol-3.7.tar.gz Source1: https://github.com/SELinuxProject/selinux/releases/download/3.7/libsepol-3.7.tar.gz.asc @@ -111,6 +111,10 @@ rm -rf ${RPM_BUILD_ROOT}%{_mandir}/ru/man8 %{_mandir}/man8/chkcon.8.gz %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 - sepol_compute_sid: Do not destroy uninitialized context (RHEL-34808)