diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-16 08:25:51 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-16 08:25:51 +0000 |
commit | e4c1061205fb4db823812be117f9e661cad8fa0b (patch) | |
tree | e2cc32489d534c8429ab37d72580e2d81024e46a | |
parent | 3c77b248c2f86815b588810e0d1f92e6ba864a78 (diff) |
automatic import of copr-dist-git
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | copr-dist-git.spec | 20 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 17 insertions, 6 deletions
@@ -1 +1,2 @@ /copr-dist-git-0.60.tar.gz +/copr-dist-git-0.64.tar.gz diff --git a/copr-dist-git.spec b/copr-dist-git.spec index 378d484..0865630 100644 --- a/copr-dist-git.spec +++ b/copr-dist-git.spec @@ -1,8 +1,7 @@ %global copr_common_version 0.16.4.dev -%global with_check 0 Name: copr-dist-git -Version: 0.60 +Version: 0.64 Release: 1%{?dist} Summary: Copr services for Dist Git server @@ -103,11 +102,9 @@ touch %{buildroot}%{_var}/log/copr-dist-git/main.log %py_byte_compile %{__python3} %{buildroot}%{_datadir}/copr/dist_git -# upstream check fails + %check -%if 0%{?with_check} ./run_tests.sh -vv --no-cov -%endif %post %systemd_post copr-dist-git.service @@ -143,6 +140,19 @@ touch %{buildroot}%{_var}/log/copr-dist-git/main.log %{_tmpfilesdir}/copr-dist-git.conf %changelog +* Wed Apr 05 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 0.64-1 +- Bump version for release mess + +* Tue Apr 04 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 0.63-1 +- Skip tests that python3-rpkg breaks + +* Tue Apr 04 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 0.62-1 +- Skip test_no_op_1 + +* Wed Mar 22 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 0.61-1 +- Don't kill background workers for service restarts +- Log from what URL a task is being fetched + * Tue Jan 24 2023 Jakub Kadlcik <frostyx@email.cz> 0.60-1 - Drop an unused cgit_pkg_list_location option - Use SPDX license @@ -1 +1 @@ -a19412f6a36c45086942661a59361903 copr-dist-git-0.60.tar.gz +5f13331e19427f9a6a4d332ce83431db copr-dist-git-0.64.tar.gz |