diff options
author | CoprDistGit <infra@openeuler.org> | 2023-07-21 02:48:12 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-07-21 02:48:12 +0000 |
commit | 69e7291c668861d39e2ecea15be3ad80b1914907 (patch) | |
tree | 6f6e1aa7bedca3e749cf7ef1e6d9d9d4e97ba6ec | |
parent | e6ff4e0feabb82eda976f9908546cb8172827aca (diff) |
automatic import of copr-cliopeneuler23.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | copr-cli.spec | 12 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 9 deletions
@@ -1,2 +1,3 @@ /copr-cli-1.109.tar.gz /copr-cli-git-7620.64e3545.tar.gz +/copr-cli-git-7652.b8277be.tar.gz 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 @@ -1 +1 @@ -fabe3b2311f93f1909ebd38f8d7d8370 copr-cli-git-7620.64e3545.tar.gz +1bddbb2c833161f409edf998ffa0974c copr-cli-git-7652.b8277be.tar.gz |