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.2.0-1].
This commit is contained in:
parent
1256e9b2ce
commit
fa9e550ca1
3 changed files with 42 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
0.1.1-2 /
|
0.2.0-1 /
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="tito",
|
name="tito",
|
||||||
version='1.1',
|
version='0.2.0',
|
||||||
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',
|
||||||
|
|
42
tito.spec
42
tito.spec
|
@ -1,8 +1,8 @@
|
||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: tito
|
Name: tito
|
||||||
Version: 0.1.1
|
Version: 0.2.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A tool for managing rpm based git projects
|
Summary: A tool for managing rpm based git projects
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
|
@ -50,6 +50,44 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 02 2010 Devan Goodwin <dgoodwin@rm-rf.ca> 0.2.0-1
|
||||||
|
- Restrict building to a minimum version of tito. (msuchy@redhat.com)
|
||||||
|
- Added option to pass custom options to rpmbuild. (dgoodwin@rm-rf.ca)
|
||||||
|
- Add tito-dev script to run directly from source. (dgoodwin@rm-rf.ca)
|
||||||
|
- Better output after tagging. (dgoodwin@rm-rf.ca)
|
||||||
|
- Display rpms build on successful completion. (dgoodwin@rm-rf.ca)
|
||||||
|
- Added tito tag --undo. (dgoodwin@rm-rf.ca)
|
||||||
|
- Bump versions in setup.py during tagging if possible. (dgoodwin@rm-rf.ca)
|
||||||
|
- Added lib_dir setting for custom taggers/builders. (dgoodwin@rm-rf.ca)
|
||||||
|
- Add option to auto-install rpms after build. (dgoodwin@rm-rf.ca)
|
||||||
|
- Remove check for changelog with today's date. (dgoodwin@rm-rf.ca)
|
||||||
|
- Allow user to specify an changelog string for new packages.
|
||||||
|
(jesusr@redhat.com)
|
||||||
|
- Use latest commit instead of HEAD for --test. (jesusr@redhat.com)
|
||||||
|
- Allow tito to understand pkg names with macros. (jesusr@redhat.com)
|
||||||
|
- Use short sha1 when generating filenames. (jesusr@redhat.com)
|
||||||
|
- Commit packages dir during tito init. (jesusr@redhat.com)
|
||||||
|
- More detailed error message if spec has errors. (mmccune@redhat.com)
|
||||||
|
|
||||||
|
* Wed Jun 02 2010 Devan Goodwin <dgoodwin@rm-rf.ca>
|
||||||
|
- Restrict building to a minimal version of tito. (msuchy@redhat.com)
|
||||||
|
- Added option to pass custom options to rpmbuild. (dgoodwin@rm-rf.ca)
|
||||||
|
- Add tito-dev script to run directly from source. (dgoodwin@rm-rf.ca)
|
||||||
|
- Better output after tagging. (dgoodwin@rm-rf.ca)
|
||||||
|
- Display rpms build on successful completion. (dgoodwin@rm-rf.ca)
|
||||||
|
- Added tito tag --undo. (dgoodwin@rm-rf.ca)
|
||||||
|
- Bump versions in setup.py during tagging if possible. (dgoodwin@rm-rf.ca)
|
||||||
|
- Added lib_dir setting for custom builders/taggers. (dgoodwin@rm-rf.ca)
|
||||||
|
- Add option to auto-install rpms after build. (dgoodwin@rm-rf.ca)
|
||||||
|
- Remove check for changelog with today's date. (dgoodwin@rm-rf.ca)
|
||||||
|
- Allow user to specify an changelog string for new packages.
|
||||||
|
(jesusr@redhat.com)
|
||||||
|
- Use latest commit instead of HEAD for --test. (jesusr@redhat.com)
|
||||||
|
- Allow tito to understand pkg names with macros. (jesusr@redhat.com)
|
||||||
|
- Use short sha1 when generating filenames. (jesusr@redhat.com)
|
||||||
|
- Commit packages dir during tito init. (jesusr@redhat.com)
|
||||||
|
- More detailed error message if spec is bad. (mmccune@redhat.com)
|
||||||
|
|
||||||
* Thu Oct 01 2009 Devan Goodwin <dgoodwin@rm-rf.ca> 0.1.1-2
|
* Thu Oct 01 2009 Devan Goodwin <dgoodwin@rm-rf.ca> 0.1.1-2
|
||||||
- Add AUTHORS and COPYING to doc.
|
- Add AUTHORS and COPYING to doc.
|
||||||
- Add BuildRequires on python-setuptools.
|
- Add BuildRequires on python-setuptools.
|
||||||
|
|
Loading…
Add table
Reference in a new issue