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.6.21-1].
Created by command: /usr/bin/tito tag
This commit is contained in:
parent
d541c5a241
commit
4638a05b76
4 changed files with 13 additions and 4 deletions
|
@ -1 +1 @@
|
|||
0.6.20-1 ./
|
||||
0.6.21-1 ./
|
||||
|
|
2
setup.py
2
setup.py
|
@ -26,7 +26,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|||
|
||||
setup(
|
||||
name="tito",
|
||||
version='0.6.20',
|
||||
version='0.6.21',
|
||||
description='A tool for managing rpm based git projects.',
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
|
|
@ -19,4 +19,4 @@
|
|||
Infrastructure for building Spacewalk and Satellite packages from git tags.
|
||||
"""
|
||||
|
||||
__version__ = '0.6.20'
|
||||
__version__ = '0.6.21'
|
||||
|
|
11
tito.spec
11
tito.spec
|
@ -16,7 +16,7 @@
|
|||
%{!?our_sitelib: %define our_sitelib %(%{ourpythonbin} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: tito
|
||||
Version: 0.6.20
|
||||
Version: 0.6.21
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for managing rpm based git projects
|
||||
|
||||
|
@ -118,6 +118,15 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 21 2022 Jakub Kadlcik <frostyx@email.cz> 0.6.21-1
|
||||
- Properly catch TitoException (frostyx@email.cz)
|
||||
- Add documentation for the MockBuilder (frostyx@email.cz)
|
||||
- Allow to define mock chroot in tito.props (frostyx@email.cz)
|
||||
- Fix recursion error in MockBuilder (frostyx@email.cz)
|
||||
- DistGitReleasers: don't nuke external sources with fetch_sources (praiskup@redhat.com)
|
||||
- Add installation instructions from PyPI (frostyx@email.cz)
|
||||
- Add long_description to setup.py (frostyx@email.cz)
|
||||
|
||||
* Wed Feb 23 2022 Jakub Kadlcik <frostyx@email.cz> 0.6.20-1
|
||||
- Sync repo (in addition to tag) during mead build (nmoumoul@redhat.com)
|
||||
- Add 'Building RHEL packages with Tito' as external doc (frostyx@email.cz)
|
||||
|
|
Loading…
Add table
Reference in a new issue