summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-07-20 13:04:35 +0000
committerCoprDistGit <infra@openeuler.org>2023-07-20 13:04:35 +0000
commitd234750fca738e88d0704dd78e38b3a093704426 (patch)
tree00fac1159071f60f7a41b798182794d9f26df365
parent346c4d594a7dba7d8f2c56e1832dc038b4e32819 (diff)
automatic import of copr-cli
-rw-r--r--.gitignore2
-rw-r--r--copr-cli.spec25
-rw-r--r--sources2
3 files changed, 24 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 115429d..d1c3a9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/copr-cli-1.105.tar.gz
+/copr-cli-1.109.tar.gz
diff --git a/copr-cli.spec b/copr-cli.spec
index f99541b..3c42c36 100644
--- a/copr-cli.spec
+++ b/copr-cli.spec
@@ -1,4 +1,4 @@
-%if 0%{?rhel} > 7 || 0%{?fedora} || 0%{?openEuler}
+%if 0%{?rhel} > 7 || 0%{?fedora}
%global __python %_bindir/python3
%global with_python3 1
%else
@@ -6,10 +6,10 @@
%global with_python2 1
%endif
-%global min_python_copr_version 1.120.3.dev
+%global min_python_copr_version 1.128.1.dev
Name: copr-cli
-Version: 1.105
+Version: 1.109
Release: 1%{?dist}
Summary: Command line interface for COPR
@@ -132,6 +132,25 @@ install -m 755 copr_cli/package_build_order.py %{buildroot}/%{_bindir}/package-b
%changelog
+* 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
+- General check if it makes sense to upload SRPM
+- Describe add-package-custom and edit-package-custom in the manpage
+- Sync --timeout manpage docs with --help output
+
+* Wed Apr 05 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.108-1
+- Bump release version for release mess
+
+* Tue Apr 04 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.107-1
+- Explicitly ask which user checks the permissions
+- Add `get` cli command for proxy.project.get()
+
+* Wed Mar 22 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.106-1
+- Add --review parameter for download-build
+- Disable default option for modifying project
+- Add option for follow_fedora_branching
+- Simplify `mock-config` output
* Tue Jan 24 2023 Jakub Kadlcik <frostyx@email.cz> 1.105-1
- More understandable module hotfixes description
- Add options to download only built RPMs/spec files
diff --git a/sources b/sources
index c475548..d625ffd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7558499ab7a714a933432c73c1094c13 copr-cli-1.105.tar.gz
+7c642538c7aa36caaa108850fb3d7b91 copr-cli-1.109.tar.gz