From f465ca9bf65f68131fbcd4af76cf56f9740b2163 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Thu, 29 Dec 2022 17:11:50 +0000 Subject: installer: add openssl config file needed when running cryptsetup (mga#31315) --- perl-install/install/NEWS | 2 ++ perl-install/install/share/list.xml | 1 + perl-install/install/share/symlinks | 1 + 3 files changed, 4 insertions(+) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index d1f0ebdf5..42fd2cb69 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- Add openssl config file needed when running cryptsetup (mga#31315) + Version 18.52 - 3 December 2022 - support https URLs for online media diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 7c2ca2198..61a340315 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -309,6 +309,7 @@ /etc/pki/tls/certs/ca-bundle.crt /etc/pki/tls/cert.pem /etc/pki/tls/openssl.cnf + /etc/crypto-policies/back-ends/opensslcnf.config /usr/lib/systemd/systemd-udevd diff --git a/perl-install/install/share/symlinks b/perl-install/install/share/symlinks index dad5e65b0..d2957e63a 100644 --- a/perl-install/install/share/symlinks +++ b/perl-install/install/share/symlinks @@ -1,3 +1,4 @@ +/etc/crypto-policies /etc/mke2fs.conf /etc/protocols /etc/services -- cgit v1.2.1