|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 3;
|
|
|
|
|
release_number = 1;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
@ -31,7 +31,7 @@ Epoch: 3
|
|
|
|
|
# If that's what you're reading, Version must be 0, and will be updated by Packit for
|
|
|
|
|
# copr and koji builds.
|
|
|
|
|
# If you're reading this on dist-git, the version is automatically filled in by Packit.
|
|
|
|
|
Version: 5.2.0
|
|
|
|
|
Version: 5.3.0
|
|
|
|
|
License: Apache-2.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: RESTful API for Podman
|
|
|
|
@ -111,6 +111,11 @@ export PBR_VERSION="0.0.0"
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Tue Nov 26 2024 Jindrich Novy <jnovy@redhat.com> - 3:5.3.0-1
|
|
|
|
|
- python-podman-5.3.0-1.el10
|
|
|
|
|
- update to https://github.com/containers/podman-py/releases/tag/v5.3.0
|
|
|
|
|
- Resolves: RHEL-69004
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3:5.2.0-3
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
|
|