import custodia-0.6.0-3.module+el8.1.0+4098+f286395e

This commit is contained in:
CentOS Sources 2020-01-21 17:22:01 -05:00 committed by Stepan Oksanichenko
parent 4fe7e64221
commit f40864b72e

View File

@ -1,6 +1,6 @@
Name: custodia Name: custodia
Version: 0.6.0 Version: 0.6.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: A service to manage, retrieve and store secrets for other processes Summary: A service to manage, retrieve and store secrets for other processes
License: GPLv3+ License: GPLv3+
@ -55,8 +55,12 @@ Summary: Sub-package with python3 custodia modules
%{?python_provide:%python_provide python3-%{name}} %{?python_provide:%python_provide python3-%{name}}
Requires: python%{python3_pkgversion}-jwcrypto >= 0.4.2 Requires: python%{python3_pkgversion}-jwcrypto >= 0.4.2
Requires: python%{python3_pkgversion}-requests Requires: python%{python3_pkgversion}-requests
Requires: python%{python3_pkgversion}-setuptools
Requires: python%{python3_pkgversion}-systemd Requires: python%{python3_pkgversion}-systemd
%if 0%{?rhel} && 0%{?rhel} >= 8
Requires: platform-python-setuptools
%else
Requires: python%{python3_pkgversion}-setuptools
%endif
Conflicts: python%{python3_pkgversion}-custodia-extra < %{version} Conflicts: python%{python3_pkgversion}-custodia-extra < %{version}
Obsoletes: python%{python3_pkgversion}-custodia-extra < %{version} Obsoletes: python%{python3_pkgversion}-custodia-extra < %{version}
@ -164,6 +168,10 @@ exit 0
%changelog %changelog
* Fri Nov 16 2018 Lumír Balhar <lbalhar@redhat.com> - 0.6.0-3
- Require platform-python-setuptools instead of python3-setuptools
- Resolves: rhbz#1650508
* Fri Jun 29 2018 Christian Heimes <cheimes@redhat.com> - 0.6.0-2 * Fri Jun 29 2018 Christian Heimes <cheimes@redhat.com> - 0.6.0-2
- Don't turn deprecation warnings into fatal errors - Don't turn deprecation warnings into fatal errors