From 201731715adbb5f324ccbecc836f8bf6fecc1dd9 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Wed, 23 Feb 2022 12:35:54 +0100 Subject: [PATCH] Automatic commit of package [tito] release [0.6.20-1]. Created by command: /usr/bin/tito tag --- .tito/packages/tito | 2 +- setup.py | 2 +- src/tito/__init__.py | 2 +- tito.spec | 9 ++++++++- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.tito/packages/tito b/.tito/packages/tito index 1e0cc666..2363e0eb 100644 --- a/.tito/packages/tito +++ b/.tito/packages/tito @@ -1 +1 @@ -0.6.19-1 ./ +0.6.20-1 ./ diff --git a/setup.py b/setup.py index d999aa85..3eb1c9ac 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="tito", - version='0.6.19', + version='0.6.20', description='A tool for managing rpm based git projects.', author='rpm-software-management', url='https://github.com/rpm-software-management/tito', diff --git a/src/tito/__init__.py b/src/tito/__init__.py index 55000733..1fd2032f 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.19' +__version__ = '0.6.20' diff --git a/tito.spec b/tito.spec index 9dddfb49..ee04ae13 100644 --- a/tito.spec +++ b/tito.spec @@ -16,7 +16,7 @@ %{!?our_sitelib: %define our_sitelib %(%{ourpythonbin} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: tito -Version: 0.6.19 +Version: 0.6.20 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 +* Wed Feb 23 2022 Jakub Kadlcik 0.6.20-1 +- Sync repo (in addition to tag) during mead build (nmoumoul@redhat.com) +- Add 'Building RHEL packages with Tito' as external doc (frostyx@email.cz) +- Consider the current project git config when releasing to DistGit + (frostyx@email.cz) +- Print the problematic binary files (frostyx@email.cz) + * Sun Aug 15 2021 Jakub Kadlcik 0.6.19-1 - Drop unused urllib.request import (frostyx@email.cz)