From 202b39a09e54e8833c596e2cb5db85cfbb723379 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Wed, 9 Mar 2022 20:43:22 -0500 Subject: [PATCH] debian/rpm: Adjust changelog for 0.5.4 release Signed-off-by: Stefan Berger --- debian/changelog | 6 ++++++ dist/swtpm.spec | 5 ++++- dist/swtpm.spec.in | 5 ++++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c4949460..e7faab97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +swtpm (0.5.4) RELEASED; urgency=medium + + * Bugfixes for stable release + + -- Stefan Berger Thu, 10 Mar 2022 09:00:00 -0500 + swtpm (0.5.3) RELEASED; urgency=medium * Bugfixes for stable release diff --git a/dist/swtpm.spec b/dist/swtpm.spec index 32178528..4d5cf994 100644 --- a/dist/swtpm.spec +++ b/dist/swtpm.spec @@ -1,6 +1,6 @@ %bcond_without gnutls -%global gitdate 20220218 +%global gitdate 20220310 %global gitcommit enter_commit_here %global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7}) @@ -183,6 +183,9 @@ fi %{_datadir}/swtpm/swtpm-create-tpmca %changelog +* Thu Mar 10 2022 Stefan Berger - 0.5.4-1.20220310git------- +- v0.5.4 release: Bugfixes for stable release + * Fri Feb 18 2022 Stefan Berger - 0.5.3-1.20220218git------- - v0.5.3 release: Bugfixes for stable release diff --git a/dist/swtpm.spec.in b/dist/swtpm.spec.in index cb8a2331..7edd5dab 100644 --- a/dist/swtpm.spec.in +++ b/dist/swtpm.spec.in @@ -1,6 +1,6 @@ %bcond_without gnutls -%global gitdate 20220218 +%global gitdate 20220310 %global gitcommit enter_commit_here %global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7}) @@ -183,6 +183,9 @@ fi %{_datadir}/swtpm/swtpm-create-tpmca %changelog +* Thu Mar 10 2022 Stefan Berger - 0.5.4-1.20220310git------- +- v0.5.4 release: Bugfixes for stable release + * Fri Feb 18 2022 Stefan Berger - 0.5.3-1.20220218git------- - v0.5.3 release: Bugfixes for stable release