Compare commits
No commits in common. "stream-container-tools-rhel8-rhel-8.10.0" and "c8-beta-stream-rhel8" have entirely different histories.
stream-con
...
c8-beta-st
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/*.tar.*
|
SOURCES/v4.9.0.tar.gz
|
||||||
|
1
.python-podman.metadata
Normal file
1
.python-podman.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
fa3ef3d53d68ad9eafa48607fa3e1c5fefe6af16 SOURCES/v4.9.0.tar.gz
|
@ -1,19 +1,10 @@
|
|||||||
%global import_path github.com/containers/podman-py
|
|
||||||
%global branch release-4.9
|
|
||||||
%global commit0 07e1b45ca48db63ae4a3106ee630d120bdd89866
|
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
||||||
|
|
||||||
Name: python-podman
|
Name: python-podman
|
||||||
Version: 4.9.0
|
Version: 4.9.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: RESTful API for Podman
|
Summary: RESTful API for Podman
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/containers/podman-py
|
URL: https://github.com/containers/podman-py
|
||||||
%if 0%{?branch:1}
|
Source0: https://github.com/containers/podman-py/archive/refs/tags/v%{version}.tar.gz
|
||||||
Source0: https://%{import_path}/tarball/%{commit0}/%{branch}-%{shortcommit0}.tar.gz
|
|
||||||
%else
|
|
||||||
Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz
|
|
||||||
%endif
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -31,7 +22,6 @@ BuildRequires: python%{python3_pkgversion}-sphinx
|
|||||||
Requires: python%{python3_pkgversion}-pytoml
|
Requires: python%{python3_pkgversion}-pytoml
|
||||||
Requires: python%{python3_pkgversion}-pyxdg
|
Requires: python%{python3_pkgversion}-pyxdg
|
||||||
Requires: python%{python3_pkgversion}-requests
|
Requires: python%{python3_pkgversion}-requests
|
||||||
Requires: python%{python3_pkgversion}-urllib3
|
|
||||||
Provides: podman-py = %{version}-%{release}
|
Provides: podman-py = %{version}-%{release}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
%{?python_provide:%python_provide python%{python3_pkgversion}-podman}
|
%{?python_provide:%python_provide python%{python3_pkgversion}-podman}
|
||||||
@ -40,11 +30,7 @@ Summary: %{summary}
|
|||||||
%{name} is a library of bindings to use the RESTful API for Podman.
|
%{name} is a library of bindings to use the RESTful API for Podman.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?branch:1}
|
%autosetup -Sgit_am -n podman-py-%{version}
|
||||||
%autosetup -Sgit -n containers-podman-py-%{shortcommit0}
|
|
||||||
%else
|
|
||||||
%autosetup -Sgit -n podman-py-%{commit0}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -59,14 +45,6 @@ Summary: %{summary}
|
|||||||
%{python3_sitelib}/podman-*/*
|
%{python3_sitelib}/podman-*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 29 2024 Jindrich Novy <jnovy@redhat.com> - 4.9.0-3
|
|
||||||
- sync with release-4.9 branch
|
|
||||||
- Resolves: RHEL-31069
|
|
||||||
|
|
||||||
* Tue Jul 09 2024 Jindrich Novy <jnovy@redhat.com> - 4.9.0-2
|
|
||||||
- depend directly on urllib3
|
|
||||||
- Resolves: RHEL-43567
|
|
||||||
|
|
||||||
* Tue Jan 23 2024 Jindrich Novy <jnovy@redhat.com> - 4.9.0-1
|
* Tue Jan 23 2024 Jindrich Novy <jnovy@redhat.com> - 4.9.0-1
|
||||||
- update to https://github.com/containers/podman-py/releases/tag/v4.9.0
|
- update to https://github.com/containers/podman-py/releases/tag/v4.9.0
|
||||||
- Related: Jira:RHEL-2110
|
- Related: Jira:RHEL-2110
|
Loading…
Reference in New Issue
Block a user