summaryrefslogtreecommitdiff
path: root/copr-cli.spec
diff options
context:
space:
mode:
Diffstat (limited to 'copr-cli.spec')
-rw-r--r--copr-cli.spec12
1 files changed, 8 insertions, 4 deletions
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