mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
Automatic commit of package [tito] release [0.6.8-1].
This commit is contained in:
parent
06c1d3dadc
commit
21720cc9d2
3 changed files with 6 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
0.6.7-1 ./
|
0.6.8-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.7',
|
version='0.6.8',
|
||||||
description='A tool for managing rpm based git projects.',
|
description='A tool for managing rpm based git projects.',
|
||||||
author='Devan Goodwin',
|
author='Devan Goodwin',
|
||||||
author_email='dgoodwin@rm-rf.ca',
|
author_email='dgoodwin@rm-rf.ca',
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
%{!?python_sitelib: %define python_sitelib %(%{pythonbin} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{pythonbin} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: tito
|
Name: tito
|
||||||
Version: 0.6.7
|
Version: 0.6.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A tool for managing rpm based git projects
|
Summary: A tool for managing rpm based git projects
|
||||||
|
|
||||||
|
@ -121,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 01 2016 Devan Goodwin <dgoodwin@rm-rf.ca> 0.6.8-1
|
||||||
|
- Don't use a special tagger for the `--use-version` case (skuznets@redhat.com)
|
||||||
|
|
||||||
* Wed Oct 05 2016 Devan Goodwin <dgoodwin@rm-rf.ca> 0.6.7-1
|
* Wed Oct 05 2016 Devan Goodwin <dgoodwin@rm-rf.ca> 0.6.7-1
|
||||||
- Hookup tito's --no-cleanup with rpmbuild's --noclean. (dgoodwin@redhat.com)
|
- Hookup tito's --no-cleanup with rpmbuild's --noclean. (dgoodwin@redhat.com)
|
||||||
- Print package manager output in _auto_install (frostyx@email.cz)
|
- Print package manager output in _auto_install (frostyx@email.cz)
|
||||||
|
|
Loading…
Add table
Reference in a new issue