From 969c5340f45e17684f752f7d0e891b2e7a71041c Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Tue, 27 Apr 2021 20:44:16 +0200 Subject: [PATCH] Changes crypto-policies from recommends to requires Resolves: rhbz#1947863 Signed-off-by: Sahana Prasad --- libssh.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libssh.spec b/libssh.spec index a5f7612..d3ff007 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,6 +1,6 @@ Name: libssh Version: 0.9.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A library implementing the SSH protocol License: LGPLv2+ URL: http://www.libssh.org @@ -28,8 +28,7 @@ BuildRequires: openssh-server BuildRequires: nmap-ncat Requires: %{name}-config = %{version}-%{release} - -Recommends: crypto-policies +Requires: crypto-policies %ifarch aarch64 ppc64 ppc64le s390x x86_64 Provides: libssh_threads.so.4()(64bit) @@ -127,6 +126,10 @@ popd %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config %changelog +* Tue Apr 27 2021 Sahana Prasad - 0.9.5-4 +- Change crypto-policies from recommends to requires + Resolves: rhbz#1947863 + * Fri Apr 16 2021 Mohan Boddu - 0.9.5-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937