mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
Automatic commit of package [tito] release [0.4.9-1].
This commit is contained in:
parent
272406c1b3
commit
6373e192e8
3 changed files with 15 additions and 3 deletions
|
@ -1 +1 @@
|
|||
0.4.8-1 /
|
||||
0.4.9-1 /
|
||||
|
|
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name="tito",
|
||||
version='0.4.8',
|
||||
version='0.4.9',
|
||||
description='A tool for managing rpm based git projects.',
|
||||
author='Devan Goodwin',
|
||||
author_email='dgoodwin@rm-rf.ca',
|
||||
|
|
14
tito.spec
14
tito.spec
|
@ -1,7 +1,7 @@
|
|||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: tito
|
||||
Version: 0.4.8
|
||||
Version: 0.4.9
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for managing rpm based git projects
|
||||
|
||||
|
@ -76,6 +76,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 04 2012 Devan Goodwin <dgoodwin@rm-rf.ca> 0.4.9-1
|
||||
- Stop passing --installdeps for mock builds. (dgoodwin@redhat.com)
|
||||
- YumRepoReleaser feature: createrepo command can now be specified from
|
||||
releasers.conf with the 'createrepo_command' config option
|
||||
(palli@opensource.is)
|
||||
- Created new releaser called RsyncReleaser. Based heavily on YumRepoReleaser.
|
||||
Refactored YumRepoReleaser to inherit most code from RsyncReleaser.
|
||||
(palli@opensource.is)
|
||||
- Optionally print stacktrace whenever error_out is hit (bleanhar@redhat.com)
|
||||
- encourage users to push only their new tag (jbowes@redhat.com)
|
||||
- Attempt to copy local Sources during releases. (dgoodwin@redhat.com)
|
||||
|
||||
* Mon Apr 02 2012 Devan Goodwin <dgoodwin@rm-rf.ca> 0.4.8-1
|
||||
- Fix MockBuilder for packages that use non-standard builders normally.
|
||||
(dgoodwin@redhat.com)
|
||||
|
|
Loading…
Add table
Reference in a new issue