Skip to content

Commit

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

/usr/bin/tito tag
  • Loading branch information
FrostyX committed Jul 10, 2020
1 parent 7f95272 commit 2a9178d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/tito
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.14-1 ./
0.6.15-1 ./
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

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',
Expand Down
2 changes: 1 addition & 1 deletion src/tito/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
Infrastructure for building Spacewalk and Satellite packages from git tags.
"""

__version__ = '0.6.14'
__version__ = '0.6.15'
8 changes: 7 additions & 1 deletion tito.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -118,6 +118,12 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple


%changelog
* Fri Jul 10 2020 Jakub Kadlcik <[email protected]> 0.6.15-1
- FedoraGitReleaser: upload extra sources to lookaside cache
([email protected])
- When extra source file exist, then do not copy it
([email protected])

* Mon May 04 2020 Jakub Kadlcik <[email protected]> 0.6.14-1
- Fix #367 - copy_extra_sources for alternative builders ([email protected])
- Fix #243 - Add a list of projects using tito ([email protected])
Expand Down

0 comments on commit 2a9178d

Please sign in to comment.