-
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.
Signed-off-by: Patrick Uiterwijk <[email protected]>
- Loading branch information
1 parent
50b9a40
commit 9abfec3
Showing
2 changed files
with
5 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.4.3 | ||
Version: 1.5 | ||
Release: 1%{?dist} | ||
Summary: Small python module to extract RPM header and file digests | ||
License: MIT | ||
|
@@ -152,6 +152,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} SKIP_IMA_LIVE_CHECK=true python3 test | |
|
||
|
||
%changelog | ||
* Wed Sep 29 2021 Patrick Uiterwijk <[email protected]> - 1.5-1 | ||
- feat: add determine function to determine package status | ||
|
||
* Mon Sep 27 2021 Patrick Uiterwijk <[email protected]> - 1.4.3-1 | ||
- Fix: ignore RPM Ghost files | ||
- Fix: ignore empty RPMs | ||
|
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