From 2aa6a3645531044c75619dcf52c07dad853ebf8e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 3 Apr 2026 13:06:46 +0300 Subject: [PATCH] tmpfiles.d: add fedora-classic-cert-pem.conf to workaround/fix Steam --- etc/tmpfiles.d/fedora-classic-cert-pem.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 etc/tmpfiles.d/fedora-classic-cert-pem.conf diff --git a/etc/tmpfiles.d/fedora-classic-cert-pem.conf b/etc/tmpfiles.d/fedora-classic-cert-pem.conf new file mode 100644 index 00000000..8046b9f7 --- /dev/null +++ b/etc/tmpfiles.d/fedora-classic-cert-pem.conf @@ -0,0 +1,4 @@ +# Create symlink /etc/pki/tls/cert.pem pointing to /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem +# Fedora 44 deprecated that, but some packages (Steam) have trouble if the file doesn't exist +L /etc/pki/tls/cert.pem - - - - /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem +