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.27-1].
Created by command: /usr/bin/tito tag
This commit is contained in:
parent
e2f27ae336
commit
555cf4be25
4 changed files with 9 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
0.6.26-1 ./
|
0.6.27-1 ./
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -26,7 +26,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="tito",
|
name="tito",
|
||||||
version='0.6.26',
|
version='0.6.27',
|
||||||
description='A tool for managing rpm based git projects.',
|
description='A tool for managing rpm based git projects.',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|
|
@ -19,4 +19,4 @@
|
||||||
Infrastructure for building Spacewalk and Satellite packages from git tags.
|
Infrastructure for building Spacewalk and Satellite packages from git tags.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '0.6.26'
|
__version__ = '0.6.27'
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: tito
|
Name: tito
|
||||||
Version: 0.6.26
|
Version: 0.6.27
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A tool for managing rpm based git projects
|
Summary: A tool for managing rpm based git projects
|
||||||
|
|
||||||
|
@ -133,6 +133,11 @@ git config --global user.name "Your Name"
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 11 2024 Jakub Kadlčík <frostyx@email.cz>
|
||||||
|
- Defer submodule detection to git
|
||||||
|
- Many improvements to tests and they now run during package build
|
||||||
|
- New config option `buildconfig.test_version_suffix`
|
||||||
|
|
||||||
* Tue Mar 05 2024 Jakub Kadlcik <frostyx@email.cz> 0.6.26-1
|
* Tue Mar 05 2024 Jakub Kadlcik <frostyx@email.cz> 0.6.26-1
|
||||||
- Fix issue with missing version numbers in the changelog (frostyx@email.cz)
|
- Fix issue with missing version numbers in the changelog (frostyx@email.cz)
|
||||||
- Tito wrapper for easier development (praiskup@redhat.com)
|
- Tito wrapper for easier development (praiskup@redhat.com)
|
||||||
|
|
Loading…
Add table
Reference in a new issue