From 6b306de19a7ca7c8b4674a63360c3373f79d2a7e Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 26 Mar 2025 09:04:26 +0000 Subject: automatic import of copr-cli --- .gitignore | 1 + copr-cli.spec | 12 ++++++++---- sources | 2 +- 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 2.1-1 +- add a workaround for recursive fedora-review file downloads +- drop python-six dependency + * Wed Oct 02 2024 Jiri Kyjovsky 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 -- cgit v1.2.3