From 7215e40142fdd19c517e6183170a0191e681e2aa Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 30 May 2023 11:39:41 +0000 Subject: automatic import of copr-rpmbuild --- .gitignore | 1 + copr-rpmbuild.spec | 16 +++++++++++++--- sources | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0565b89..1d5dbef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /copr-rpmbuild-0.64.tar.gz /copr-rpmbuild-git-47.a93386c.tar.gz /copr-rpmbuild-0.66.tar.gz +/copr-rpmbuild-0.68.tar.gz diff --git a/copr-rpmbuild.spec b/copr-rpmbuild.spec index bdc13e8..eada7bc 100644 --- a/copr-rpmbuild.spec +++ b/copr-rpmbuild.spec @@ -21,7 +21,7 @@ Requires: %1 \ %{expand: %%global latest_requires_packages %1 %%{?latest_requires_packages}} Name: copr-rpmbuild -Version: 0.66 +Version: 0.68 Summary: Run COPR build tasks Release: 1%{?dist} URL: https://github.com/fedora-copr/copr @@ -47,7 +47,7 @@ BuildRequires: %{python_pfx}-munch BuildRequires: %{python}-requests BuildRequires: %{python_pfx}-jinja2 BuildRequires: %{python_pfx}-simplejson -BuildRequires: python-backoff >= 1.9.0 +BuildRequires: python3-backoff >= 1.9.0 %if 0%{?fedora} || 0%{?rhel} > 7 BuildRequires: argparse-manpage @@ -68,7 +68,7 @@ Requires: %{python_pfx}-jinja2 Requires: %{python_pfx}-munch Requires: %{python}-requests Requires: %{python_pfx}-simplejson -Requires: python-backoff >= 1.9.0 +Requires: python3-backoff >= 1.9.0 Requires: mock >= 2.0 Requires: git @@ -345,6 +345,16 @@ install -p -m 644 copr_distgit_client.py %{buildroot}%{expand:%%%{python}_siteli %changelog +* Tue May 23 2023 Jakub Kadlcik 0.68-1 +- Fix python3-backoff dependency + +* Mon May 22 2023 Jakub Kadlcik 0.67-1 +- Add loggs to python-backoff decorator +- Set git.safe_directory as repo rootdir +- Explain how to reproduce the build locally +- Retry only git clone without checkouting +- Use git checkout instead of switch but ignore files + * Tue Apr 04 2023 Jiri Kyjovsky 0.66-1 - Ise 'git switch', not 'git checkout' diff --git a/sources b/sources index 7ff0f8e..13944cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9ba8b08a2f80fb65d621ee2f80822316 copr-rpmbuild-0.66.tar.gz +ba6d7a5c218d3d1b9a4b2c3283fe3f0b copr-rpmbuild-0.68.tar.gz -- cgit v1.2.3