diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-07-27 06:11:04 +0000 | 
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-07-27 06:11:04 +0000 | 
| commit | 25272acb09129c42388e134769c7e88e6476fd7a (patch) | |
| tree | e8372465c2c7ad5712dae912f81a3636b7f054f7 | |
| parent | 12d398b76d17258bf0e285a0a5287339b63263ff (diff) | |
automatic import of copr-backend
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | copr-backend.spec | 19 | ||||
| -rw-r--r-- | sources | 4 | 
3 files changed, 7 insertions, 17 deletions
@@ -1,3 +1,4 @@  /copr-backend-1.171.tar.gz  /test-data-copr-backend-2.tar.gz  /test-data-copr-backend-3.tar.gz +/copr-backend-1.168.tar.gz 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 + + @@ -1,2 +1,2 @@ -9fa5f552d15334d9fce9b52d2e02bff9  copr-backend-1.171.tar.gz -822cddb21ed444d05f93334d8c32ed6a  test-data-copr-backend-3.tar.gz +8dacd18f46475296d0199365db977649  copr-backend-1.168.tar.gz +a35697a68640fb4c0bcfef02a93eac63  test-data-copr-backend-2.tar.gz  | 
