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.26-1].
Created by command: /usr/bin/tito tag --use-version=0.6.26
This commit is contained in:
parent
e8de2e8e95
commit
fb1e00e074
4 changed files with 8 additions and 4 deletions
|
@ -1 +1 @@
|
|||
0.6.25-1 ./
|
||||
0.6.26-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.25',
|
||||
version='0.6.26',
|
||||
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.25'
|
||||
__version__ = '0.6.26'
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
%endif
|
||||
|
||||
Name: tito
|
||||
Version: 0.6.25.post1
|
||||
Version: 0.6.26
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for managing rpm based git projects
|
||||
|
||||
|
@ -119,6 +119,10 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple
|
|||
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
- Tito wrapper for easier development (praiskup@redhat.com)
|
||||
|
||||
* Sun Jan 28 2024 Jakub Kadlcik <frostyx@email.cz>
|
||||
- Use rpm.ds instead of deprecated hdr.dsFromHeader (frostyx@email.cz)
|
||||
- Support branch aliases in releasers (frostyx@email.cz)
|
||||
|
|
Loading…
Add table
Reference in a new issue