Skip to content

Commit

Permalink
chore: release 1.7.4
Browse files Browse the repository at this point in the history
Update versions for release

Signed-off-by: Peter Robinson <[email protected]>
  • Loading branch information
nullr0ute committed Oct 25, 2023
1 parent 77d08ac commit a3ff676
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion rpm-head-signing.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%global srcname rpm_head_signing

Name: rpm-head-signing
Version: 1.7.2
Version: 1.7.4
Release: 1%{?dist}
Summary: Small python module to extract RPM header and file digests
License: MIT
Expand Down Expand Up @@ -75,6 +75,10 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} SKIP_IMA_LIVE_CHECK=true python3 test


%changelog
* Wed Oct 25 2023 Peter Robinson <[email protected]> - 1.7.4-1
- Update to 1.7.4
- Upstream and package fixes

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

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

setup(
name="rpm_head_signing",
version="1.7.2",
version="1.7.4",
packages=["rpm_head_signing"],
install_requires=requires,
ext_package="rpm_head_signing",
Expand Down

0 comments on commit a3ff676

Please sign in to comment.