summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-03-26 09:04:26 +0000
committerCoprDistGit <infra@openeuler.org>2025-03-26 09:04:26 +0000
commit6b306de19a7ca7c8b4674a63360c3373f79d2a7e (patch)
tree4af030daa069e53f594de2679172fa85cb79ac48
parentc5704bfc76e113e514c8979a6e6377992ed62b1c (diff)
automatic import of copr-cliopeneuler24.03_LTS_SP1
-rw-r--r--.gitignore1
-rw-r--r--copr-cli.spec12
-rw-r--r--sources2
3 files changed, 10 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index abd7ab9..c82ce78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index d555c89..bf5615b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c8c0509caac3e63f017afb9937b15be9 copr-cli-2.0.tar.gz
+ce2d935b39bfbead5125b8ae2b39970b copr-cli-git-8159.36b697a.tar.gz