Skip to content

Commit

Permalink
Merge pull request #68 from fedora-iot/bump
Browse files Browse the repository at this point in the history
Bump version to 1.7.2
  • Loading branch information
nullr0ute authored Oct 6, 2023
2 parents 3fcb736 + 4dd7db4 commit e289fac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 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.7
Version: 1.7.2
Release: 1%{?dist}
Summary: Small python module to extract RPM header and file digests
License: MIT
Expand Down Expand Up @@ -152,6 +152,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} SKIP_IMA_LIVE_CHECK=true python3 test


%changelog
* Fri Sep 22 2023 Patrick Uiterwijk <[email protected]> - 1.7.2-1
- fix: add sentinel to insertlib to prevent segfault

* Mon Oct 25 2021 Patrick Uiterwijk <[email protected]> - 1.7-1
- fix: remove the LENGTH header again

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.7.1",
version="1.7.2",
packages=["rpm_head_signing"],
ext_package="rpm_head_signing",
ext_modules=[insertlib],
Expand Down

0 comments on commit e289fac

Please sign in to comment.