From 6be2ae3bc34013b2b8bf2652cf7e5b01cebf66a3 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Thu, 3 Oct 2019 23:40:24 +0300 Subject: [PATCH] Revert beecrypt->openssl: --with-usecrypto=XXX DOES NOTHING in RPM5! Beecrypt is still used! Revert "Switch to OpenSSL instead of beecrypt: experimental switch to test how it will work; OpenSSL will probably be needed to use GOST checksumming algorithms" This reverts commit 065c29d87c19e00470d46efd1fe612c044652780. --- rpm.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm.spec b/rpm.spec index f2e3078..5fcd86d 100644 --- a/rpm.spec +++ b/rpm.spec @@ -65,7 +65,7 @@ Summary: The RPM package management system Name: rpm Epoch: 1 Version: %{libver}.%{minorver} -Release: 101.git%{short_commit} +Release: 102.git%{short_commit} License: LGPLv2.1+ Group: System/Configuration/Packaging Url: http://rpm5.org/ @@ -666,7 +666,7 @@ tar -zxf %{SOURCE3} -C cpu-os-macros --with-file=external \ --with-path-magic=%{_datadir}/misc/magic.mgc \ --with-beecrypt=external \ - --with-usecrypto=openssl \ + --with-usecrypto=beecrypt \ --with-keyutils=external \ --with-neon=external \ --with-acl \