Import rpm: ff312ca6feb42aafe4e465a5d6b228a4eff2515b

This commit is contained in:
James Antill 2023-02-20 01:56:11 -05:00
commit da71fe2c54
4 changed files with 57 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
SOURCES/python-podman-d0a45fe.tar.gz

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# python-podman-api
The python-podman-api package

52
python-podman-api.spec Normal file
View File

@ -0,0 +1,52 @@
%global modname podman
%global distname podman-api
%global eggname podman_api
# https://github.com/containers/python-podman
%global git0 https://github.com/containers/python-%{modname}
%global commit0 d0a45fea27f3c1b1c481b05e1531adc168f1881e
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: python-%{distname}
Version: 1.2.0
Release: 0.2.git%{shortcommit0}%{?dist}
Summary: Podman API
License: LGPLv2
URL: %{git0}
Source0: %{git0}/archive/%{commit0}/python-%{modname}-%{shortcommit0}.tar.gz
BuildArch: noarch
BuildRequires: python-rpm-macros
BuildRequires: python3-dateutil
BuildRequires: python3-setuptools
Requires: python3-psutil
Provides: python3-%{distname} = %{version}-%{release}
%description
%{summary}
%prep
%setup -q -n python-%{modname}-%{commit0}
%build
%py3_build
%install
%py3_install
%check
%files
%license LICENSE
%{python3_sitelib}/%{modname}/*
%{python3_sitelib}/%{modname}-*.egg-info/*
%changelog
* Thu Dec 12 2019 Jindrich Novy <jnovy@redhat.com> - 1.2.0-0.2.gitd0a45fe
- revert update to 1.6.0 due to new python3-pbr dependency which
is not in RHEL
- Related: RHELPLAN-25139
* Wed May 15 2019 Lokesh Mandvekar <lsm5@@redhat.com> - 1.2.0-0.1.gitd0a45fe
- Initial package

1
sources Normal file
View File

@ -0,0 +1 @@
SHA1 (python-podman-d0a45fe.tar.gz) = 3833087a50480db1308cbb0f612802a5a974cdb0