From fdac0d7ee2301f9a2b8e9cd4229014cb6d1cb80a Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Fri, 9 Feb 2024 14:33:29 +0100 Subject: [PATCH] cryptsetup.spec: drop libargon2 in favour of openssl implementation. --- misc/fedora/cryptsetup.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/fedora/cryptsetup.spec b/misc/fedora/cryptsetup.spec index 44cde6e42..0f7feb6a3 100644 --- a/misc/fedora/cryptsetup.spec +++ b/misc/fedora/cryptsetup.spec @@ -8,7 +8,7 @@ License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-late URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, BuildRequires: openssl-devel, popt-devel, device-mapper-devel -BuildRequires: libuuid-devel, gcc, json-c-devel, libargon2-devel +BuildRequires: libuuid-devel, gcc, json-c-devel BuildRequires: libpwquality-devel, libblkid-devel BuildRequires: make libssh-devel BuildRequires: asciidoctor @@ -70,7 +70,7 @@ disk integrity protection using dm-integrity kernel module. rm -f man/*.8 ./autogen.sh -%configure --enable-fips --enable-pwquality --enable-libargon2 --enable-asciidoc +%configure --enable-fips --enable-pwquality --enable-asciidoc %make_build %install