From 3ca40116cf642395cf072bb494f14a489c612971 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 17 Jun 2021 16:54:01 -0400 Subject: [PATCH] Specbump for openssl 3.0 Signed-off-by: Mohan Boddu --- cryptsetup.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cryptsetup.spec b/cryptsetup.spec index 11d664d..c4b9646 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup Version: 2.3.6 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: openssl-devel, popt-devel, device-mapper-devel @@ -116,6 +116,10 @@ rm -rf %{buildroot}%{_libdir}/*.la %ghost %attr(700, -, -) %dir /run/cryptsetup %changelog +* Thu Jun 17 2021 Mohan Boddu - 2.3.6-2 +- Specbump for openssl 3.0 + Related: rhbz#1971065 + * Wed Jun 16 2021 Ondrej Kozina - 2.3.6-1 - Update to cryptsetup 2.3.6. - Resolves: #1961291 #1970932