diff --git a/AusweisApp2.spec b/AusweisApp2.spec index ef0c660..cace017 100644 --- a/AusweisApp2.spec +++ b/AusweisApp2.spec @@ -198,7 +198,8 @@ system_default = system_default_sect [system_default_sect] EOF cat %{_datadir}/crypto-policies/DEFAULT/opensslcnf.txt | \ -grep 'CipherString' | sed -e 's!:-!:kRSAPSK&!' -e 's!:-SHA384!!' \ +grep 'CipherString' | \ +sed -e 's!:-!:kRSAPSK&!' -e 's!:-kRSAPSK!!' -e 's!:-SHA384!!' \ >> %{buildroot}%{_datadir}/%{name}/openssl.cnf cat %{_datadir}/crypto-policies/DEFAULT/opensslcnf.txt | \ grep -v 'CipherString' \