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.1-1].
This commit is contained in:
parent
00ab8ed301
commit
ac3161c43e
3 changed files with 11 additions and 3 deletions
|
@ -1 +1 @@
|
|||
0.4.0-1 /
|
||||
0.4.1-1 /
|
||||
|
|
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name="tito",
|
||||
version='0.4.0',
|
||||
version='0.4.1',
|
||||
description='A tool for managing rpm based git projects.',
|
||||
author='Devan Goodwin',
|
||||
author_email='dgoodwin@rm-rf.ca',
|
||||
|
|
10
tito.spec
10
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.0
|
||||
Version: 0.4.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for managing rpm based git projects
|
||||
|
||||
|
@ -76,6 +76,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 25 2011 Devan Goodwin <dgoodwin@rm-rf.ca> 0.4.1-1
|
||||
- Allow one build to go to multiple yum repo URLs. (dgoodwin@redhat.com)
|
||||
- Fix --no-cleanup for release module. (dgoodwin@redhat.com)
|
||||
- Add a BrewDownloadBuilder. (dgoodwin@redhat.com)
|
||||
- Use proper temp directories to build. (dgoodwin@redhat.com)
|
||||
- Fix permissions when rsync'ing yum repositories. (dgoodwin@redhat.com)
|
||||
- Switch to CLI fedpkg command instead of module. (dgoodwin@rm-rf.ca)
|
||||
|
||||
* Wed Nov 09 2011 Devan Goodwin <dgoodwin@rm-rf.ca> 0.4.0-1
|
||||
- Fix import error with new fedpkg version. (dgoodwin@rm-rf.ca)
|
||||
- Add a KojiGitReleaser. (dgoodwin@rm-rf.ca)
|
||||
|
|
Loading…
Add table
Reference in a new issue