Skip to content

Commit

Permalink
Bump version to 1.0
Browse files Browse the repository at this point in the history
Prepare for releasing v1.0.

Signed-off-by: Patrick Uiterwijk <[email protected]>
  • Loading branch information
puiterwijk committed Jun 30, 2021
1 parent 833c12d commit 4591849
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 6 additions & 3 deletions python-rpm-head-signing.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
%global srcname rpm_head_signing

Name: python-rpm_head_signing
Version: 0.1
Release: 2%{?dist}
Version: 1.0
Release: 1%{?dist}
Summary: Small python module to extract RPM header and file digests
License: MIT
URL: https://github.com/fedora-iot/rpm-head-signing
Expand Down Expand Up @@ -76,8 +76,11 @@ mkdir -p %{buildroot}%{_libdir}/


%changelog
* Web Jun 30 2021 Patrick Uiterwijk <[email protected]> - 1.0-1
- Bump version to v1

* Wed Apr 28 2021 Patrick Uiterwijk <[email protected]> - 0.1-2
- Moved ima_lookup.so to libdir

* Mon Apr 26 2021 Patrick Uiterwijk <[email protected]>
* Mon Apr 26 2021 Patrick Uiterwijk <[email protected]> - 0.1-1
- Initial packaging
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@

setup(
name='rpm_head_signing',
version='0.1',
version='1.0',
packages=['rpm_head_signing'],
ext_package='rpm_head_signing',
ext_modules=[insertlib],
install_requires=[
'requests',
'koji',
'rpm',
'six',
'pyxattr',
]
)

0 comments on commit 4591849

Please sign in to comment.