diff options
author | CoprDistGit <infra@openeuler.org> | 2025-03-26 09:04:26 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-03-26 09:04:26 +0000 |
commit | 6b306de19a7ca7c8b4674a63360c3373f79d2a7e (patch) | |
tree | 4af030daa069e53f594de2679172fa85cb79ac48 | |
parent | c5704bfc76e113e514c8979a6e6377992ed62b1c (diff) |
automatic import of copr-cliopeneuler24.03_LTS_SP1
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | copr-cli.spec | 12 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 10 insertions, 5 deletions
@@ -1,2 +1,3 @@ /copr-cli-git-7652.8050351.tar.gz /copr-cli-2.0.tar.gz +/copr-cli-git-8159.36b697a.tar.gz diff --git a/copr-cli.spec b/copr-cli.spec index 570c35b..8bf228b 100644 --- a/copr-cli.spec +++ b/copr-cli.spec @@ -9,8 +9,8 @@ %global min_python_copr_version 1.128.1 Name: copr-cli -Version: 2.0 -Release: 1%{?dist} +Version: 2.1 +Release: 1.git.8159.3e3927d%{?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: %name-%version.tar.gz +Source0: copr-cli-git-8159.36b697a.tar.gz BuildArch: noarch @@ -82,7 +82,7 @@ and submit new builds and COPR will create yum repository from latests builds. This package contains command line interface. %prep -%setup -q +%setup -q -n copr-cli-git-8159.36b697a %build @@ -124,6 +124,10 @@ install -m 755 copr_cli/package_build_order.py %{buildroot}/%{_bindir}/package-b %changelog +* Tue Mar 25 2025 Pavel Raiskup <praiskup@redhat.com> 2.1-1 +- add a workaround for recursive fedora-review file downloads +- drop python-six dependency + * Wed Oct 02 2024 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 2.0-1 - Allow admins to set storage for new projects @@ -1 +1 @@ -c8c0509caac3e63f017afb9937b15be9 copr-cli-2.0.tar.gz +ce2d935b39bfbead5125b8ae2b39970b copr-cli-git-8159.36b697a.tar.gz |