-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from puiterwijk/bump
Bump to v1.6
- Loading branch information
Showing
2 changed files
with
6 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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
%global srcname rpm_head_signing | ||
|
||
Name: python-rpm-head-signing | ||
Version: 1.5.1 | ||
Version: 1.6 | ||
Release: 1%{?dist} | ||
Summary: Small python module to extract RPM header and file digests | ||
License: MIT | ||
|
@@ -152,6 +152,10 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} SKIP_IMA_LIVE_CHECK=true python3 test | |
|
||
|
||
%changelog | ||
* Thu Oct 7 2021 Patrick Uiterwijk <[email protected]> - 1.6-1 | ||
- fix: add the LENGTH header for IMA signatures | ||
- feat: add a fix_ima_signatures method to fix missing length headers | ||
|
||
* Mon Oct 4 2021 Patrick Uiterwijk <[email protected]> - 1.5.1-1 | ||
- fix: ensure that the determine function handles empty packages | ||
|
||
|
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