From f0122d22c9f0a415d6ded4da0b74b84e5ea020d4 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 23 May 2024 11:17:11 -0400 Subject: [PATCH] Fix the dependency of the service subpackage With the switch to other Python interpreters to build the code the service cannot explicitly depend on the code being built with the Python 3.6 interpreter. --- csp-billing-adapter.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csp-billing-adapter.spec b/csp-billing-adapter.spec index 662d745..f9524ee 100644 --- a/csp-billing-adapter.spec +++ b/csp-billing-adapter.spec @@ -65,7 +65,7 @@ to report billing information to the CSP API. %package service Summary: The unit file for csp billing adapter Group: System/Management -Requires: python3-csp-billing-adapter = %{version} +Requires: %{python_module csp-billing-adapter} = %{version} # pkg-config is needed to find correct systemd unit dir BuildRequires: pkg-config BuildRequires: pkgconfig(systemd)