-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debian/rpm: Adjust changelog for 0.4.0 release
Signed-off-by: Stefan Berger <[email protected]>
- Loading branch information
1 parent
2feefb2
commit 0c238a2
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
swtpm (0.4.0-1) RELEASED; urgency=medium | ||
|
||
* Stable release | ||
|
||
-- Stefan Berger <[email protected]> Fri, 28 Aug 2020 16:50:00 -0500 | ||
|
||
swtpm (0.4.0~dev1) UNRELEASED; urgency=medium | ||
|
||
* Developer release 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%bcond_without gnutls | ||
|
||
%global gitdate 20200828 | ||
%global gitcommit <enter commit here> | ||
%global gitcommit enter_commit_here | ||
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7}) | ||
|
||
# Macros needed by SELinux | ||
|
@@ -170,6 +170,9 @@ fi | |
%attr( 750, tss, root) %{_localstatedir}/lib/swtpm-localca | ||
|
||
%changelog | ||
* Fri Aug 28 2020 Stefan Berger <[email protected]> - 0.4.0-20200218git------- | ||
- v0.4.0 release | ||
|
||
* Mon Feb 17 2020 Stefan Berger <[email protected]> - 0.3.0-20200218git38f36f3 | ||
- v0.3.0 release | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%bcond_without gnutls | ||
|
||
%global gitdate 20200828 | ||
%global gitcommit <enter commit here> | ||
%global gitcommit enter_commit_here | ||
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7}) | ||
|
||
# Macros needed by SELinux | ||
|
@@ -170,6 +170,9 @@ fi | |
%attr( 750, @TSS_USER@, root) %{_localstatedir}/lib/swtpm-localca | ||
|
||
%changelog | ||
* Fri Aug 28 2020 Stefan Berger <[email protected]> - 0.4.0-20200218git------- | ||
- v0.4.0 release | ||
|
||
* Mon Feb 17 2020 Stefan Berger <[email protected]> - 0.3.0-20200218git38f36f3 | ||
- v0.3.0 release | ||
|
||
|