Skip to content

Commit

Permalink
Merge pull request #55 from puiterwijk/bump
Browse files Browse the repository at this point in the history
Bump to v1.6
  • Loading branch information
puiterwijk authored Oct 7, 2021
2 parents d2644d6 + 0f1722e commit fb563b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion python-rpm-head-signing.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name="rpm_head_signing",
version="1.5.1",
version="1.6",
packages=["rpm_head_signing"],
ext_package="rpm_head_signing",
ext_modules=[insertlib],
Expand Down

0 comments on commit fb563b3

Please sign in to comment.