From a60a22210bccac8629c3ab1d2340eb82cdde998e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Thu, 4 Dec 2025 15:54:06 +0000 Subject: [PATCH] Drop sgx-mpa dep from sgx-pccs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While pccs can be run node-local, a typical deployment would have pccs on the LAN to cache certs across many hosts. As such a dep on sgx-mpa is inappropriate, and tdx-qgs already has a weak dep for this. Related: https://issues.redhat.com/browse/RHEL-121612 Signed-off-by: Daniel P. Berrangé --- linux-sgx.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/linux-sgx.spec b/linux-sgx.spec index 26539fa..89c038d 100644 --- a/linux-sgx.spec +++ b/linux-sgx.spec @@ -516,7 +516,6 @@ This package contains the Architectural Enclave Service Manager %package -n sgx-pccs Summary: SGX Provisioning Certificate Caching Service Requires: nodejs -Requires: sgx-mpa = %{version}-%{release} %description -n sgx-pccs SGX Provisioning Certificate Caching Service