Skip to content

Commit

Permalink
Fix importlib-resources requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Odilhao committed Oct 2, 2024
1 parent 18ee915 commit f5c2ae0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/python-pulp-rpm/python-pulp-rpm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Name: python-%{pypi_name}
Version: 3.27.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: RPM plugin for the Pulp Project

License: GPLv2+
Expand Down Expand Up @@ -45,7 +45,7 @@ Requires: python%{python3_pkgversion}-pulpcore < 3.70
Requires: python%{python3_pkgversion}-solv >= 0.7.21
Conflicts: python%{python3_pkgversion}-solv >= 0.8
Requires: python%{python3_pkgversion}-importlib-resources >= 6.4.0
Conflicts: python%{python3_pkgversion}-importlib-resources < 6.5
Requires: python%{python3_pkgversion}-importlib-resources < 6.5

Provides: pulpcore-plugin(rpm) = %{version}
Obsoletes: python3-%{pypi_name} < %{version}-%{release}
Expand Down Expand Up @@ -85,6 +85,9 @@ set -ex


%changelog
* Wed Oct 02 2024 Odilon Sousa <[email protected]> - 3.27.1-2
- Fix importlib-resources requirement

* Fri Sep 20 2024 Foreman Packaging Automation <[email protected]> - 3.27.1-1
- Update to 3.27.1

Expand Down

0 comments on commit f5c2ae0

Please sign in to comment.