From a14be01d08d9c9d89cbe812e52cc9ff9d4ac5454 Mon Sep 17 00:00:00 2001 From: Björn Esser Date: Oct 03 2020 10:54:02 +0000 Subject: Disable fipscheck in shell wrapper asit does not work in Fedora 33+ --- diff --git a/AusweisApp2.spec b/AusweisApp2.spec index 1c8271d..d572798 100644 --- a/AusweisApp2.spec +++ b/AusweisApp2.spec @@ -24,7 +24,7 @@ fipshmac %{buildroot}%{_bindir}/%{name} \\\ Name: AusweisApp2 Version: 1.20.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: %{pkg_sum} # Init forge packaging helpers. @@ -83,7 +83,7 @@ Requires: %{name}-data = %{version}-%{release} Requires: (%{name}-doc = %{version}-%{release} if %{name}-doc) # Needed for running fipscheck on application startup. -Requires: fipscheck +# Requires: fipscheck %description The AusweisApp2 is a software to identify yourself online @@ -143,12 +143,12 @@ install -pm 0644 %{SOURCE1} LICENSE.en.txt # Create the shell wrapper. cat << EOF > fedora_%{name}_wrapper.sh #!/bin/sh -/usr/bin/fipscheck \\ - %{_bindir}/%{name} \\ - %{_libexecdir}/%{name} \\ - %{_datadir}/%{name}/config.json \\ - %{_datadir}/%{name}/openssl.cnf \\ -|| exit \$?; +# /usr/bin/fipscheck \\ +# %{_bindir}/%{name} \\ +# %{_libexecdir}/%{name} \\ +# %{_datadir}/%{name}/config.json \\ +# %{_datadir}/%{name}/openssl.cnf \\ +# || exit \$?; OPENSSL_CONF=%{_datadir}/%{name}/openssl.cnf \\ %{_libexecdir}/%{name} "\$@"; EOF @@ -264,6 +264,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %changelog +* Sat Oct 3 12:51:03 CEST 2020 Björn Esser - 1.20.2-9 +- Disable fipscheck in shell wrapper as it does not work in Fedora 33+ + * Sat Sep 26 2020 Björn Esser - 1.20.2-8 - Make shell wrapper exit with the exit code of fipscheck on failure