Drop setuptools requirement
* Card ID: CCT-357
This commit is contained in:
parent
d185bbcaa9
commit
95dd14f374
@ -4,7 +4,7 @@
|
||||
Name: insights-client
|
||||
Summary: Uploads Insights information to Red Hat on a periodic basis
|
||||
Version: 3.10.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Source0: https://github.com/RedHatInsights/insights-client/archive/refs/tags/v%{version}.tar.gz
|
||||
Epoch: 0
|
||||
License: GPL-2.0-or-later
|
||||
@ -24,7 +24,6 @@ Requires: python3-requests >= 2.6
|
||||
Requires: python3-PyYAML
|
||||
Requires: python3-magic
|
||||
Requires: python3-six
|
||||
Requires: python3dist(setuptools)
|
||||
Requires: coreutils
|
||||
Requires: ((selinux-policy >= 42.1.8-1) if selinux-policy)
|
||||
Requires: (python3-libselinux if selinux-policy)
|
||||
@ -174,6 +173,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 3 2025 Peter Koprda <pkoprda@redhat.com> - 0:3.10.2-3
|
||||
- Drop setuptools requirement (CCT-357)
|
||||
|
||||
* Mon Oct 27 2025 Matyas Horky <mhorky@redhat.com> - 0:3.10.2-2
|
||||
- Require selinux-policy >= 42.1.8 (CCT-1737)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user