diff options
Diffstat (limited to 'copr-backend.spec')
-rw-r--r-- | copr-backend.spec | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/copr-backend.spec b/copr-backend.spec index 851adcf..e1f597f 100644 --- a/copr-backend.spec +++ b/copr-backend.spec @@ -3,13 +3,13 @@ %endif %global prunerepo_version 1.20 -%global tests_version 3 +%global tests_version 2 %global tests_tar test-data-copr-backend %global copr_common_version 0.16.4.dev Name: copr-backend -Version: 1.171 +Version: 1.168 Release: 1%{?dist} Summary: Backend for Copr @@ -56,7 +56,6 @@ BuildRequires: python3-retask BuildRequires: python3-setproctitle BuildRequires: python3-sphinx BuildRequires: python3-tabulate -BuildRequires: python3-specfile BuildRequires: modulemd-tools >= 0.6 BuildRequires: prunerepo >= %prunerepo_version BuildRequires: dnf @@ -95,7 +94,6 @@ Requires: python3-retask Requires: python3-setproctitle Requires: python3-tabulate Requires: python3-boto3 -Requires: python3-specfile Requires: redis Requires: rpm-sign Requires: rsync @@ -243,17 +241,6 @@ useradd -r -g copr -G lighttpd -s /bin/bash -c "COPR user" copr %exclude %{_pkgdocdir}/playbooks %changelog -* Tue Jun 06 2023 Pavel Raiskup <praiskup@redhat.com> 1.171-1 -- copr_prune_results.py: work-around the arg_max problem - -* Mon Jun 05 2023 Pavel Raiskup <praiskup@redhat.com> 1.170-1 -- copr_prune_results.py: don't enforce appstream-builder, ask FE -- copr_prune_results.py: just one API call to FE per one repo - -* Tue May 23 2023 Jakub Kadlcik <frostyx@email.cz> 1.169-1 -- Forking: better handle FileExistsError -- Run the copr-rpmbuild command with task URL, not build ID - * Wed Apr 05 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.168-1 - Bump version for release mess @@ -1656,3 +1643,5 @@ copr_log_hitcounter * Mon Jun 17 2013 Miroslav Suchý <msuchy@redhat.com> 1.1-1 - new package built with tito + + |