summaryrefslogtreecommitdiff
path: root/copr-cli.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-07-21 02:48:12 +0000
committerCoprDistGit <infra@openeuler.org>2023-07-21 02:48:12 +0000
commit69e7291c668861d39e2ecea15be3ad80b1914907 (patch)
tree6f6e1aa7bedca3e749cf7ef1e6d9d9d4e97ba6ec /copr-cli.spec
parente6ff4e0feabb82eda976f9908546cb8172827aca (diff)
automatic import of copr-cliopeneuler23.03
Diffstat (limited to 'copr-cli.spec')
-rw-r--r--copr-cli.spec12
1 files changed, 4 insertions, 8 deletions
diff --git a/copr-cli.spec b/copr-cli.spec
index 1a6d513..40285de 100644
--- a/copr-cli.spec
+++ b/copr-cli.spec
@@ -6,11 +6,11 @@
%global with_python2 1
%endif
-%global min_python_copr_version 1.128.1.dev
+%global min_python_copr_version 1.128.1
Name: copr-cli
Version: 1.109
-Release: 1.git.7620.64e3545%{?dist}
+Release: 1.git.7652.b8277be%{?dist}
Summary: Command line interface for COPR
License: GPL-2.0-or-later
@@ -19,7 +19,7 @@ URL: https://github.com/fedora-copr/copr
# Source is created by:
# git clone %%url && cd copr
# tito build --tgz --tag %%name-%%version-%%release
-Source0: copr-cli-git-7620.64e3545.tar.gz
+Source0: copr-cli-git-7652.b8277be.tar.gz
BuildArch: noarch
@@ -35,7 +35,6 @@ Requires: python3-jinja2
Requires: python3-simplejson
Requires: python3-humanize
Requires: python3-koji
-Requires: python3-future
Recommends: python3-progress
Suggests: python3-beautifulsoup4
@@ -49,13 +48,11 @@ BuildRequires: python3-responses
BuildRequires: python3-setuptools
BuildRequires: python3-simplejson
BuildRequires: python3-munch
-BuildRequires: python3-future
%else
Requires: python-copr >= %min_python_copr_version
Requires: python-jinja2
Requires: python-simplejson
Requires: python-humanize
-Requires: python-future
BuildRequires: pytest
BuildRequires: python-copr >= %min_python_copr_version
@@ -67,7 +64,6 @@ BuildRequires: python2-responses
BuildRequires: python-setuptools
BuildRequires: python-simplejson
BuildRequires: python-munch
-BuildRequires: python-future
%endif
# We historically shipped empty doc package, uninstall it.
@@ -90,7 +86,7 @@ and submit new builds and COPR will create yum repository from latests builds.
This package contains command line interface.
%prep
-%setup -q -n copr-cli-git-7620.64e3545
+%setup -q -n copr-cli-git-7652.b8277be
%build