Skip to content

Commit

Permalink
Automatic commit of package [tito] release [0.6.24-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag
  • Loading branch information
FrostyX committed Jul 7, 2023
1 parent 369c6ba commit 2a15b8c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/tito
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.23-1 ./
0.6.24-1 ./
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name="tito",
version='0.6.23',
version='0.6.24',
description='A tool for managing rpm based git projects.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/tito/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
Infrastructure for building Spacewalk and Satellite packages from git tags.
"""

__version__ = '0.6.23'
__version__ = '0.6.24'
7 changes: 6 additions & 1 deletion tito.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%endif

Name: tito
Version: 0.6.23
Version: 0.6.24
Release: 1%{?dist}
Summary: A tool for managing rpm based git projects

Expand Down Expand Up @@ -118,6 +118,11 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple


%changelog
* Sat Jul 08 2023 Jakub Kadlcik <[email protected]> 0.6.24-1
- Will now copy both source files and patch files declared in the spec
- Fix UpstreamBuilder deprecation warning (#461) ([email protected])
- Fix the setup.py license according to tito.spec (#433) ([email protected])

* Tue Jun 13 2023 Jakub Kadlcik <[email protected]> 0.6.23-1
- Replace `submodule--helper list` with `git config --get-regexp`
- do not overwrite packit.yaml and its variants ([email protected])
Expand Down

0 comments on commit 2a15b8c

Please sign in to comment.