diff --git a/.tito/packages/tito b/.tito/packages/tito index e4cafd2..f3ea148 100644 --- a/.tito/packages/tito +++ b/.tito/packages/tito @@ -1 +1 @@ -0.6.22-1 ./ +0.6.23-1 ./ diff --git a/setup.py b/setup.py index bf2e812..3167e43 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setup( name="tito", - version='0.6.22', + version='0.6.23', description='A tool for managing rpm based git projects.', long_description=long_description, long_description_content_type="text/markdown", diff --git a/src/tito/__init__.py b/src/tito/__init__.py index f058352..ebeae02 100644 --- a/src/tito/__init__.py +++ b/src/tito/__init__.py @@ -19,4 +19,4 @@ Infrastructure for building Spacewalk and Satellite packages from git tags. """ -__version__ = '0.6.22' +__version__ = '0.6.23' diff --git a/tito.spec b/tito.spec index f07edbd..14287f6 100644 --- a/tito.spec +++ b/tito.spec @@ -16,7 +16,7 @@ %endif Name: tito -Version: 0.6.22 +Version: 0.6.23 Release: 1%{?dist} Summary: A tool for managing rpm based git projects @@ -118,6 +118,13 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple %changelog +* Tue Jun 13 2023 Jakub Kadlcik 0.6.23-1 +- Replace `submodule--helper list` with `git config --get-regexp` +- do not overwrite packit.yaml and its variants (msuchy@redhat.com) +- packit: fixing the Fedora build failures (praiskup@redhat.com) +- Don't upload patches to the lookaside cache (frostyx@email.cz) +- use spdx license (msuchy@redhat.com) + * Mon Nov 14 2022 Jakub Kadlcik 0.6.22-1 - Fix python2 urlretrieve import (frostyx@email.cz) - Fixed submodule archives concatenation (jerzy.drozdz@jdsieci.pl)