From 07a56aaa6ca1d594cdf9fee7352380eccceba343 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 09:15:41 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- swtpm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/swtpm.spec b/swtpm.spec index 053e6df..c10ca70 100644 --- a/swtpm.spec +++ b/swtpm.spec @@ -8,7 +8,7 @@ Summary: TPM Emulator Name: swtpm Version: 0.9.0 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD-3-Clause Url: https://github.com/stefanberger/swtpm Source0: https://github.com/stefanberger/swtpm/archive/v%{version}/%{name}-%{version}.tar.gz @@ -201,6 +201,10 @@ fi %{_datadir}/swtpm/swtpm-create-tpmca %changelog +* Tue Oct 29 2024 Troy Dawson - 0.9.0-3 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Wed Jul 17 2024 Marc-André Lureau - 0.9.0-2 - Add extra SELinux policies. Resolves: RHEL-47273