aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Kozina <okozina@redhat.com>2024-02-09 14:33:29 +0100
committerMilan Broz <gmazyland@gmail.com>2024-02-12 10:43:47 +0000
commitfdac0d7ee2301f9a2b8e9cd4229014cb6d1cb80a (patch)
tree4914f3ee45d937fe417d6eae983c8dd543bdf828
parentb417154e71b571607513a768b3cb8e4587f00ba8 (diff)
downloadcryptsetup-fdac0d7ee2301f9a2b8e9cd4229014cb6d1cb80a.tar.gz
cryptsetup.spec: drop libargon2 in favour of openssl implementation.
-rw-r--r--misc/fedora/cryptsetup.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fedora/cryptsetup.spec b/misc/fedora/cryptsetup.spec
index 44cde6e4..0f7feb6a 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