From ec6405b44c28902b9fc0f03effd8218468b28701 Mon Sep 17 00:00:00 2001 From: Björn Esser Date: Sep 26 2020 22:53:38 +0000 Subject: Fix alphabetical order of files for fipshmac --- diff --git a/AusweisApp2.spec b/AusweisApp2.spec index a6df3b2..fb81356 100644 --- a/AusweisApp2.spec +++ b/AusweisApp2.spec @@ -7,9 +7,9 @@ %{__arch_install_post} \ %{__os_install_post} \ fipshmac %{buildroot}%{_bindir}/%{name} \\\ + %{buildroot}%{_libexecdir}/%{name} \\\ %{buildroot}%{_datadir}/%{name}/config.json \\\ - %{buildroot}%{_datadir}/%{name}/openssl.cnf \\\ - %{buildroot}%{_libexecdir}/%{name} \ + %{buildroot}%{_datadir}/%{name}/openssl.cnf \ %{nil} # Always do out-of-source builds with CMake.