Skip to content

Commit

Permalink
Automatic commit of package [copr-backend] release [1.175-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag
  • Loading branch information
praiskup committed Mar 4, 2024
1 parent dc25761 commit 18fb955
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/copr-backend
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.174-1 backend/
1.175-1 backend/
5 changes: 4 additions & 1 deletion backend/copr-backend.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%global copr_common_version 0.21.1.dev1

Name: copr-backend
Version: 1.174
Version: 1.175
Release: 1%{?dist}
Summary: Backend for Copr

Expand Down Expand Up @@ -240,6 +240,9 @@ useradd -r -g copr -G lighttpd -s /bin/bash -c "COPR user" copr
%exclude %{_pkgdocdir}/lighttpd

%changelog
* Mon Mar 04 2024 Pavel Raiskup <[email protected]> 1.175-1
- call correct (renamed) _discard_running_worker() internal method

* Fri Mar 01 2024 Pavel Raiskup <[email protected]> 1.174-1
- allow user SSH to builders
- drop ActionResult and use BackendResultEnum from copr-common
Expand Down
2 changes: 1 addition & 1 deletion backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='copr-backend',
version="1.174",
version="1.175",
description=__description__,
long_description=long_description,
author=__author__,
Expand Down

0 comments on commit 18fb955

Please sign in to comment.