summaryrefslogtreecommitdiff
path: root/copr-cli.spec
diff options
context:
space:
mode:
Diffstat (limited to 'copr-cli.spec')
-rw-r--r--copr-cli.spec30
1 files changed, 22 insertions, 8 deletions
diff --git a/copr-cli.spec b/copr-cli.spec
index 56ce692..570c35b 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: 1.109
-Release: 1.git.7652.8050351%{?dist}
+Version: 2.0
+Release: 1%{?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-7652.8050351.tar.gz
+Source0: %name-%version.tar.gz
BuildArch: noarch
@@ -32,7 +32,6 @@ BuildRequires: util-linux
%if %{with python3}
Requires: python3-copr >= %min_python_copr_version
Requires: python3-jinja2
-Requires: python3-simplejson
Requires: python3-humanize
Requires: python3-koji
@@ -46,12 +45,10 @@ BuildRequires: python3-humanize
BuildRequires: python3-pytest
BuildRequires: python3-responses
BuildRequires: python3-setuptools
-BuildRequires: python3-simplejson
BuildRequires: python3-munch
%else
Requires: python-copr >= %min_python_copr_version
Requires: python-jinja2
-Requires: python-simplejson
Requires: python-humanize
BuildRequires: pytest
@@ -62,7 +59,6 @@ BuildRequires: python-humanize
BuildRequires: python-mock
BuildRequires: python2-responses
BuildRequires: python-setuptools
-BuildRequires: python-simplejson
BuildRequires: python-munch
%endif
@@ -86,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 -n copr-cli-git-7652.8050351
+%setup -q
%build
@@ -128,6 +124,24 @@ install -m 755 copr_cli/package_build_order.py %{buildroot}/%{_bindir}/package-b
%changelog
+* Wed Oct 02 2024 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 2.0-1
+- Allow admins to set storage for new projects
+
+* Tue May 21 2024 Jakub Kadlcik <frostyx@email.cz> 1.112-1
+- Add per package timeout option
+- Remove dependency on simplejson
+
+* Fri Mar 01 2024 Pavel Raiskup <praiskup@redhat.com> 1.111-1
+- correctly check CoprDir name before uploading large SRPM
+- assign fallback value from self.username
+- fix `copr build` +args --help output
+- typo in --namespace help output
+
+* Tue Aug 15 2023 Pavel Raiskup <praiskup@redhat.com> 1.110-1
+- priority=X support for copr DNF repositories added
+- new 'copr-cli download-build --logs' option added
+- make the pyp2spec tool the default PyPI spec generator
+
* Tue May 23 2023 Jakub Kadlcik <frostyx@email.cz> 1.109-1
- Show CHROOT in help output instead of CHROOTS
- More readable errors related to implicit ownername