diff options
author | CoprDistGit <infra@openeuler.org> | 2025-03-26 02:01:50 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-03-26 02:01:50 +0000 |
commit | 0a886502463cf9904e7903d2ea2a1ac8792cafe8 (patch) | |
tree | 6356617a5b9029b17d169ba0ab9548fdc502472e | |
parent | 887a681f91ae9ddab41e6a4947fb1b55156ac80e (diff) |
automatic import of copr-backend
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | copr-backend.spec | 13 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 7 deletions
@@ -3,3 +3,4 @@ /copr-backend-1.173.tar.gz /test-data-copr-backend-5.tar.gz /copr-backend-1.171.tar.gz +/copr-backend-1.177.tar.gz diff --git a/copr-backend.spec b/copr-backend.spec index 521303d..c70cb5a 100644 --- a/copr-backend.spec +++ b/copr-backend.spec @@ -2,11 +2,11 @@ %global tests_version 5 %global tests_tar test-data-copr-backend -%global copr_common_version 0.20.1.dev1 +%global copr_common_version 0.21.1.dev1 Name: copr-backend -Version: 1.173 -Release: 2 +Version: 1.177 +Release: 1 Summary: Backend for Copr License: GPL-2.0-or-later @@ -100,6 +100,7 @@ Requires: python3-retask Requires: python3-setproctitle Requires: python3-tabulate Requires: python3-boto3 +Requires: python3-cachetools Requires: redis Requires: rpm-sign Requires: rsync @@ -246,9 +247,9 @@ useradd -r -g copr -G lighttpd -s /bin/bash -c "COPR user" copr %exclude %{_pkgdocdir}/lighttpd %changelog -* Wed Mar 23 2025 lichaoran <pkwarcraft@hotmail.com> 1.173-2 -- Fix require -* Wed Mar 23 2025 lichaoran <pkwarcraft@hotmail.com> 1.173-1 +* Tue Mar 25 2025 lichaoran <pkwarcraft@hotmail.com> 1.177-1 +- Upgrade to 1.177 +* Sun Mar 23 2025 lichaoran <pkwarcraft@hotmail.com> 1.173-1 - Upgrade to 1.173 * Wed Mar 12 2025 lichaoran <pkwarcraft@hotmail.com> 1.168-1 - Init package @@ -1,2 +1,2 @@ -5ed3646f3887a4ff1656c1f7a05d78eb copr-backend-1.173.tar.gz +25ff25e926c351d188a38b843a7d898a copr-backend-1.177.tar.gz c94d55e21a4935b3e62f673fbae65af2 test-data-copr-backend-5.tar.gz |