mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 08:12:55 +00:00
Bump to version 0.5.0
This commit is contained in:
parent
1e8da7bd1e
commit
c7ea6590bb
2 changed files with 5 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
%endif
|
||||
|
||||
Name: centpkg
|
||||
Version: %{!?devrel:0.4.6}%{?devrel:0.4.7}
|
||||
Version: %{!?devrel:0.5.0}%{?devrel:0.5.1}
|
||||
Release: %{?devrel:0.%{devrel}%{?devsnap:.%{devsnap}}.}1%{?dist}
|
||||
Summary: CentOS utility for working with dist-git
|
||||
License: GPLv2+
|
||||
|
@ -25,8 +25,9 @@ BuildRequires: python3-devel
|
|||
BuildRequires: python3-setuptools
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
Provides the centpkg command for working with dist-git
|
||||
Provides the centpkg command for working with dist-git.
|
||||
|
||||
|
||||
%package sig
|
||||
|
@ -37,6 +38,7 @@ Requires: %{name} = %{version}-%{release}
|
|||
%description sig
|
||||
Provides the centpkg-sig command for working with dist-git.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ def get_requirements(requirements_file="requirements.txt"):
|
|||
|
||||
setup(
|
||||
name="centpkg",
|
||||
version='0.4.6',
|
||||
version='0.5.0',
|
||||
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