Automatic commit of package [tito] release [0.6.15-1].

Created by command:

/usr/bin/tito tag
This commit is contained in:
Jakub Kadlcik 2020-07-10 11:06:05 +02:00
parent 7f95272004
commit 2a9178dcf2
4 changed files with 10 additions and 4 deletions

View file

@ -1 +1 @@
0.6.14-1 ./
0.6.15-1 ./

View file

@ -21,7 +21,7 @@ from setuptools import setup, find_packages
setup(
name="tito",
version='0.6.14',
version='0.6.15',
description='A tool for managing rpm based git projects.',
author='rpm-software-management',
url='https://github.com/rpm-software-management/tito',

View file

@ -19,4 +19,4 @@
Infrastructure for building Spacewalk and Satellite packages from git tags.
"""
__version__ = '0.6.14'
__version__ = '0.6.15'

View file

@ -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.14
Version: 0.6.15
Release: 1%{?dist}
Summary: A tool for managing rpm based git projects
@ -118,6 +118,12 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple
%changelog
* Fri Jul 10 2020 Jakub Kadlcik <frostyx@email.cz> 0.6.15-1
- FedoraGitReleaser: upload extra sources to lookaside cache
(praiskup@redhat.com)
- When extra source file exist, then do not copy it
(jhnidek@redhat.com)
* Mon May 04 2020 Jakub Kadlcik <frostyx@email.cz> 0.6.14-1
- Fix #367 - copy_extra_sources for alternative builders (frostyx@email.cz)
- Fix #243 - Add a list of projects using tito (frostyx@email.cz)