debian/rpm: Adjust changelog for 0.5.4 release

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
Stefan Berger 2022-03-09 20:43:22 -05:00
parent 6dec7525c8
commit 202b39a09e
3 changed files with 14 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
swtpm (0.5.4) RELEASED; urgency=medium
* Bugfixes for stable release
-- Stefan Berger <stefanb@linux.ibm.com> Thu, 10 Mar 2022 09:00:00 -0500
swtpm (0.5.3) RELEASED; urgency=medium
* Bugfixes for stable release

5
dist/swtpm.spec vendored
View File

@ -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 <stefanb@linux.ibm.com> - 0.5.4-1.20220310git-------
- v0.5.4 release: Bugfixes for stable release
* Fri Feb 18 2022 Stefan Berger <stefanb@linux.ibm.com> - 0.5.3-1.20220218git-------
- v0.5.3 release: Bugfixes for stable release

5
dist/swtpm.spec.in vendored
View File

@ -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 <stefanb@linux.ibm.com> - 0.5.4-1.20220310git-------
- v0.5.4 release: Bugfixes for stable release
* Fri Feb 18 2022 Stefan Berger <stefanb@linux.ibm.com> - 0.5.3-1.20220218git-------
- v0.5.3 release: Bugfixes for stable release