- Drop Provides for SLE 15 SP4 and openSUSE Leap 15.4 and later

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-boto3?expand=0&rev=181
This commit is contained in:
Robert Schweikert 2024-03-04 13:59:21 +00:00 committed by Git OBS Bridge
parent 83aba7d96d
commit 16e8ccba1f
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 4 13:58:03 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
- Drop Provides for SLE 15 SP4 and openSUSE Leap 15.4 and later
-------------------------------------------------------------------
Wed Jan 31 21:45:28 UTC 2024 - Robert Schweikert <rjschwei@suse.com>

View File

@ -39,7 +39,6 @@ Requires: (python-jmespath >= 0.7.1 with python-jmespath < 2.0.0)
Requires: (python-s3transfer >= 0.10.0 with python-s3transfer < 0.11.0)
BuildArch: noarch
%if 0%{?sle_version} >= 150400
Provides: python3-boto3 = %{version}
Obsoletes: python3-boto3 < %{version}
%endif
%python_subpackages
@ -55,10 +54,10 @@ http://boto3.readthedocs.org/en/latest/
# Note to maintainers also familia with python-boto:
# The documentation generation requires access to AWS, thus it is not
# possible to generate the documentation in OBS
%prep
%setup -q -n boto3-%{version}