python-podman-4.4.1-1.el8
- update to https://github.com/containers/podman-py/releases/tag/v4.4.1 - Related: #2176055 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
99b61c3e8c
commit
109c939e8c
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
SOURCES/podman-4.3.0.tar.gz
|
||||
/podman-4.3.0.tar.gz
|
||||
/*.tar.*
|
||||
|
@ -1,6 +0,0 @@
|
||||
# recipients: jnovy, lsm5, santiago
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules: []
|
@ -1,10 +1,10 @@
|
||||
Name: python-podman
|
||||
Version: 4.3.0
|
||||
Release: 2%{?dist}
|
||||
Version: 4.4.1
|
||||
Release: 1%{?dist}
|
||||
Summary: RESTful API for Podman
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/containers/podman-py
|
||||
Source0: %{url}/releases/download/v%{version}/podman-%{version}.tar.gz
|
||||
Source0: https://github.com/containers/podman-py/archive/refs/tags/v%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -13,18 +13,13 @@ BuildArch: noarch
|
||||
%package -n python%{python3_pkgversion}-podman
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: python%{python3_pkgversion}-rpm-macros
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 9
|
||||
BuildRequires: python%{python3_pkgversion}-toml
|
||||
Requires: python%{python3_pkgversion}-toml
|
||||
%else
|
||||
BuildRequires: python%{python3_pkgversion}-pytoml
|
||||
Requires: python%{python3_pkgversion}-pytoml
|
||||
%endif
|
||||
BuildRequires: python%{python3_pkgversion}-pyxdg
|
||||
BuildRequires: python%{python3_pkgversion}-requests
|
||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
BuildRequires: git-core
|
||||
BuildRequires: python%{python3_pkgversion}-sphinx
|
||||
Requires: python%{python3_pkgversion}-pytoml
|
||||
Requires: python%{python3_pkgversion}-pyxdg
|
||||
Requires: python%{python3_pkgversion}-requests
|
||||
Provides: podman-py = %{version}-%{release}
|
||||
@ -35,7 +30,7 @@ Summary: %{summary}
|
||||
%{name} is a library of bindings to use the RESTful API for Podman.
|
||||
|
||||
%prep
|
||||
%autosetup -Sgit_am -n podman-%{version}
|
||||
%autosetup -Sgit_am -n podman-py-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -50,6 +45,10 @@ Summary: %{summary}
|
||||
%{python3_sitelib}/podman-*/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 09 2023 Jindrich Novy <jnovy@redhat.com> - 4.4.1-1
|
||||
- update to https://github.com/containers/podman-py/releases/tag/v4.4.1
|
||||
- Related: #2176055
|
||||
|
||||
* Mon Nov 07 2022 Jindrich Novy <jnovy@redhat.com> - 4.3.0-2
|
||||
- upload new source tarball
|
||||
- Related: #2123641
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (podman-4.3.0.tar.gz) = 74197bda12c654c2354241afd8dff3048d5d22749cce1fa788386ba5b6014d99c88d40a5284efacdb63b22e9cf1c4831117b3131e15a69f75b5e11a20f8881b2
|
||||
SHA512 (v4.4.1.tar.gz) = 12fea4ba3d6e80e024e55b17e38769cb0458fbb089295fec2d23f42dab45f2363a8b2976242dab0dde16a9a824c8a202fd8b828a4a9dee3330684cddf972f2b5
|
||||
|
Loading…
Reference in New Issue
Block a user