mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-24 04:32:46 +00:00
Automatic commit of package [tito] release [0.6.18-1].
Created by command: /usr/bin/tito tag
This commit is contained in:
parent
a02aef69e5
commit
6553a15948
4 changed files with 11 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
0.6.17-1 ./
|
0.6.18-1 ./
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="tito",
|
name="tito",
|
||||||
version='0.6.17',
|
version='0.6.18',
|
||||||
description='A tool for managing rpm based git projects.',
|
description='A tool for managing rpm based git projects.',
|
||||||
author='rpm-software-management',
|
author='rpm-software-management',
|
||||||
url='https://github.com/rpm-software-management/tito',
|
url='https://github.com/rpm-software-management/tito',
|
||||||
|
|
|
@ -19,4 +19,4 @@
|
||||||
Infrastructure for building Spacewalk and Satellite packages from git tags.
|
Infrastructure for building Spacewalk and Satellite packages from git tags.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '0.6.17'
|
__version__ = '0.6.18'
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
%{!?our_sitelib: %define our_sitelib %(%{ourpythonbin} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?our_sitelib: %define our_sitelib %(%{ourpythonbin} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: tito
|
Name: tito
|
||||||
Version: 0.6.17
|
Version: 0.6.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A tool for managing rpm based git projects
|
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
|
%changelog
|
||||||
|
* Wed Jun 23 2021 Jakub Kadlcik <frostyx@email.cz> 0.6.18-1
|
||||||
|
- Document fetch_sources option in tito.props (frostyx@email.cz)
|
||||||
|
- Rename fetch-sources to fetch_sources in the tito.props config
|
||||||
|
(frostyx@email.cz)
|
||||||
|
- Adding option to fetch sources (sisi.chlupova@gmail.com)
|
||||||
|
- Change the master branch in releasers.conf to rawhide (frostyx@email.cz)
|
||||||
|
|
||||||
* Mon May 17 2021 Jakub Kadlcik <frostyx@email.cz> 0.6.17-1
|
* Mon May 17 2021 Jakub Kadlcik <frostyx@email.cz> 0.6.17-1
|
||||||
- Update releasers.conf (frostyx@email.cz)
|
- Update releasers.conf (frostyx@email.cz)
|
||||||
- Make build --verbose autocompletable (nmoumoul@redhat.com)
|
- Make build --verbose autocompletable (nmoumoul@redhat.com)
|
||||||
|
|
Loading…
Add table
Reference in a new issue