Skip to content

Commit

Permalink
debian/rpm: Adjust changelog for 0.5.4 release
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Berger <[email protected]>
  • Loading branch information
stefanberger committed Mar 10, 2022
1 parent 6dec752 commit 202b39a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
swtpm (0.5.4) RELEASED; urgency=medium

* Bugfixes for stable release

-- Stefan Berger <[email protected]> Thu, 10 Mar 2022 09:00:00 -0500

swtpm (0.5.3) RELEASED; urgency=medium

* Bugfixes for stable release
Expand Down
5 changes: 4 additions & 1 deletion dist/swtpm.spec
Original file line number Diff line number Diff line change
@@ -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})

Expand Down Expand Up @@ -183,6 +183,9 @@ fi
%{_datadir}/swtpm/swtpm-create-tpmca

%changelog
* Thu Mar 10 2022 Stefan Berger <[email protected]> - 0.5.4-1.20220310git-------
- v0.5.4 release: Bugfixes for stable release

* Fri Feb 18 2022 Stefan Berger <[email protected]> - 0.5.3-1.20220218git-------
- v0.5.3 release: Bugfixes for stable release

Expand Down
5 changes: 4 additions & 1 deletion dist/swtpm.spec.in
Original file line number Diff line number Diff line change
@@ -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})

Expand Down Expand Up @@ -183,6 +183,9 @@ fi
%{_datadir}/swtpm/swtpm-create-tpmca

%changelog
* Thu Mar 10 2022 Stefan Berger <[email protected]> - 0.5.4-1.20220310git-------
- v0.5.4 release: Bugfixes for stable release

* Fri Feb 18 2022 Stefan Berger <[email protected]> - 0.5.3-1.20220218git-------
- v0.5.3 release: Bugfixes for stable release

Expand Down

0 comments on commit 202b39a

Please sign in to comment.