mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 08:12:55 +00:00
Bump to version 0.5.1
This commit is contained in:
parent
8f9bd312e1
commit
df80835229
2 changed files with 6 additions and 3 deletions
|
@ -9,8 +9,8 @@
|
|||
%endif
|
||||
|
||||
Name: centpkg
|
||||
Version: %{!?devrel:0.5.0}%{?devrel:0.5.1}
|
||||
Release: %{?devrel:0.%{devrel}%{?devsnap:.%{devsnap}}.}1%{?dist}
|
||||
Version: 0.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: CentOS utility for working with dist-git
|
||||
License: GPLv2+
|
||||
URL: https://git.centos.org/centos/centpkg
|
||||
|
@ -68,6 +68,9 @@ install -D -p -m 0644 src/centpkg-sig.conf %{buildroot}%{_sysconfdir}/rpkg/centp
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 25 2021 Carl George <carl@george.computer> - 0.5.1-1
|
||||
- Latest version
|
||||
|
||||
* Thu Feb 25 2021 mkonecny@redhat.com 0.5.0-1
|
||||
- Add centpkg-sig command
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ def get_requirements(requirements_file="requirements.txt"):
|
|||
|
||||
setup(
|
||||
name="centpkg",
|
||||
version='0.5.0',
|
||||
version='0.5.1',
|
||||
author="Brian Stinson",
|
||||
author_email="bstinson@redhat.com",
|
||||
description="CentOS Plugin to rpkg for managing RPM package sources",
|
||||
|
|
Loading…
Add table
Reference in a new issue