Import rpm: 6a477b18bb956e9912bf8ebf36fd98208d06addd
This commit is contained in:
parent
2a568efa3a
commit
7229f1312b
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/podman-4.0.0.tar.gz
|
||||
SOURCES/podman-4.3.0.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: python-podman
|
||||
Version: 4.0.0
|
||||
Release: 1%{?dist}
|
||||
Version: 4.3.0
|
||||
Release: 2%{?dist}
|
||||
Summary: RESTful API for Podman
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/containers/podman-py
|
||||
@ -24,6 +24,7 @@ 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}-pyxdg
|
||||
Requires: python%{python3_pkgversion}-requests
|
||||
Provides: podman-py = %{version}-%{release}
|
||||
@ -49,6 +50,18 @@ Summary: %{summary}
|
||||
%{python3_sitelib}/podman-*/*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 07 2022 Jindrich Novy <jnovy@redhat.com> - 4.3.0-2
|
||||
- upload new source tarball
|
||||
- Related: #2123641
|
||||
|
||||
* Fri Oct 21 2022 Jindrich Novy <jnovy@redhat.com> - 4.3.0-1
|
||||
- update to https://github.com/containers/podman-py/releases/tag/v4.3.0
|
||||
- Related: #2123641
|
||||
|
||||
* Thu Aug 11 2022 Jindrich Novy <jnovy@redhat.com> - 4.2.0-1
|
||||
- update to https://github.com/containers/podman-py/releases/tag/v4.2.0
|
||||
- Related: #2061390
|
||||
|
||||
* Mon Feb 28 2022 Lokesh Mandvekar <lsm5@redhat.com> - 4.0.0-1
|
||||
- bump to v4.0.0
|
||||
- Related: #2001445
|
||||
|
Loading…
Reference in New Issue
Block a user