diff options
author | CoprDistGit <infra@openeuler.org> | 2023-07-27 03:12:11 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-07-27 03:12:11 +0000 |
commit | 3b329e77eb97775fb9bffac2c7b3f90877473c9b (patch) | |
tree | cba97bf6a97626989f2f83bff57bdc57ad3b4727 | |
parent | 57a09a520afa359b536f7911e0cef999ad55b155 (diff) |
automatic import of copr-backend
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | copr-backend.spec | 6 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 5 insertions, 4 deletions
@@ -1,2 +1,3 @@ /copr-backend-1.171.tar.gz /test-data-copr-backend-2.tar.gz +/test-data-copr-backend-3.tar.gz diff --git a/copr-backend.spec b/copr-backend.spec index 1bfc8e6..851adcf 100644 --- a/copr-backend.spec +++ b/copr-backend.spec @@ -3,7 +3,7 @@ %endif %global prunerepo_version 1.20 -%global tests_version 2 +%global tests_version 3 %global tests_tar test-data-copr-backend %global copr_common_version 0.16.4.dev @@ -56,6 +56,7 @@ 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 @@ -94,6 +95,7 @@ Requires: python3-retask Requires: python3-setproctitle Requires: python3-tabulate Requires: python3-boto3 +Requires: python3-specfile Requires: redis Requires: rpm-sign Requires: rsync @@ -1654,5 +1656,3 @@ 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 -a35697a68640fb4c0bcfef02a93eac63 test-data-copr-backend-2.tar.gz +822cddb21ed444d05f93334d8c32ed6a test-data-copr-backend-3.tar.gz |