diff options
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 1 | ||||
-rw-r--r-- | perl-install/install/share/symlinks | 1 |
3 files changed, 4 insertions, 0 deletions
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 <!-- misc tools needed by some udev rules --> /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 |