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.23-1].
Created by command: /usr/bin/tito tag
This commit is contained in:
parent
835309b6f4
commit
9973d7e92f
4 changed files with 11 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
0.6.22-1 ./
|
0.6.23-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.22',
|
version='0.6.23',
|
||||||
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.22'
|
__version__ = '0.6.23'
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: tito
|
Name: tito
|
||||||
Version: 0.6.22
|
Version: 0.6.23
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A tool for managing rpm based git projects
|
Summary: A tool for managing rpm based git projects
|
||||||
|
|
||||||
|
@ -118,6 +118,13 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 13 2023 Jakub Kadlcik <frostyx@email.cz> 0.6.23-1
|
||||||
|
- Replace `submodule--helper list` with `git config --get-regexp`
|
||||||
|
- do not overwrite packit.yaml and its variants (msuchy@redhat.com)
|
||||||
|
- packit: fixing the Fedora build failures (praiskup@redhat.com)
|
||||||
|
- Don't upload patches to the lookaside cache (frostyx@email.cz)
|
||||||
|
- use spdx license (msuchy@redhat.com)
|
||||||
|
|
||||||
* Mon Nov 14 2022 Jakub Kadlcik <frostyx@email.cz> 0.6.22-1
|
* Mon Nov 14 2022 Jakub Kadlcik <frostyx@email.cz> 0.6.22-1
|
||||||
- Fix python2 urlretrieve import (frostyx@email.cz)
|
- Fix python2 urlretrieve import (frostyx@email.cz)
|
||||||
- Fixed submodule archives concatenation (jerzy.drozdz@jdsieci.pl)
|
- Fixed submodule archives concatenation (jerzy.drozdz@jdsieci.pl)
|
||||||
|
|
Loading…
Add table
Reference in a new issue