[packit] 0.6.0 upstream release
Upstream tag: 0.6.0 Upstream commit: 4530257837d51a0c6ab2d42619a8858ea9cf4af6 Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
This commit is contained in:
parent
9b69a23e2c
commit
3a9ee2de78
3 changed files with 9 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@
|
|||
/packitos-0.4.2.tar.gz
|
||||
/packitos-0.5.0.tar.gz
|
||||
/packitos-0.5.1.tar.gz
|
||||
/packitos-0.6.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
%global real_name packit
|
||||
|
||||
Name: %{real_name}
|
||||
Version: 0.5.1
|
||||
Version: 0.6.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for integrating upstream projects with Fedora operating system
|
||||
|
||||
|
|
@ -21,6 +21,7 @@ BuildRequires: python3-packaging
|
|||
BuildRequires: python3-pyyaml
|
||||
BuildRequires: python3-tabulate
|
||||
BuildRequires: python3-cccolutils
|
||||
BuildRequires: python3-koji
|
||||
BuildRequires: rebase-helper
|
||||
BuildRequires: python3dist(setuptools)
|
||||
BuildRequires: python3dist(setuptools-scm)
|
||||
|
|
@ -29,6 +30,8 @@ BuildRequires: python3dist(setuptools-scm-git-archive)
|
|||
Requires: fedpkg
|
||||
# bumpspec
|
||||
Requires: rpmdevtools
|
||||
# doesn't have the python3dist provide
|
||||
Requires: python3-koji
|
||||
Requires: python3-bodhi-client
|
||||
Requires: python3-%{real_name} = %{version}-%{release}
|
||||
|
||||
|
|
@ -74,6 +77,9 @@ python3 setup.py --command-packages=click_man.commands man_pages --target %{buil
|
|||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 10 2019 Tomas Tomecek <ttomecek@redhat.com> - 0.6.0-1
|
||||
- new upstream release: 0.6.0
|
||||
|
||||
* Mon Aug 26 2019 Tomas Tomecek <ttomecek@redhat.com> - 0.5.1-1
|
||||
- new upstream release: 0.5.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (packitos-0.5.1.tar.gz) = b3dbc57e816993cfef74a54133042c15ee9a62c017d810d7a2ca64e80f4a9df3eebce1b2a9ff016705ce0798bc9f766b2279d438f01bb514cc54003465bdb0a7
|
||||
SHA512 (packitos-0.6.0.tar.gz) = 9a2cdb5992fe301bf3d3a99fbb5e87b518ca2c51e516c22b543404cca8e7ca78467e97145013784d9788c3d52794e93b691974679d8988851d707b7c03a1d775
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue