Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions python-requests-aws.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name: python-%{pkgname}
Version: 0.1.5
Release: 3.ROCKIT5%{?dist}
Release: 3.ROCKIT6%{?dist}
Summary: %{sum}

License: BSD licence
Expand All @@ -19,9 +19,11 @@ BuildArch: noarch
Summary: %{sum}
Requires: python%{python3_pkgversion}-requests
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
%if 0%{?redos}
BuildRequires: python%{python3_pkgversion}-setuptools <= 72.0.0
%if 0%{?redos} == 7
Provides: python3.8dist(%{pkgname})
%elif 0%{?redos} == 8
Provides: python3.11dist(%{pkgname})
%endif

%description -n python%{python3_pkgversion}-%{pkgname}
Expand All @@ -48,6 +50,9 @@ find %buildroot/ -name '*.egg-info' -exec rm -rf -- '{}' '+'
%{python3_sitelib}/*

%changelog
* Tue Jun 23 2026 Linar Nasyyrov <lnasyyrov@k2.cloud> - 0.1.5-3.ROCKIT6
- Add RedOS 8.0 support

* Fri Feb 06 2026 Evgenii Pozdniakov <epozdniakov@k2.cloud> - 0.1.5-3.ROCKIT5
- Remove el7 support

Expand Down