From b92b1062cbf2156f2ad7f0e7acde891cd52522d8 Mon Sep 17 00:00:00 2001 From: Jiri Kucera Date: Fri, 6 Aug 2021 22:39:32 +0200 Subject: [PATCH] Adjust License tag Adjust License to the effective license Resolves: #1986584 --- volume_key.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/volume_key.spec b/volume_key.spec index f4c3b2a..9a37616 100644 --- a/volume_key.spec +++ b/volume_key.spec @@ -32,9 +32,8 @@ Summary: An utility for manipulating storage encryption keys and passphrases Name: volume_key Version: 0.3.12 -Release: 12%{?dist} -# lib/{SECerrs,SSLerrs}.h are both licensed under MPLv1.1, GPLv2 and LGPLv2 -License: GPLv2 and (MPLv1.1 or GPLv2 or LGPLv2) +Release: 13%{?dist} +License: GPLv2 URL: https://pagure.io/%{name}/ Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -171,6 +170,10 @@ exit 1; \ %endif %changelog +* Fri Aug 06 2021 Jiri Kucera - 0.3.12-13 +- Adjust License tag to the effective license + Resolves: #1986584 + * Fri Apr 16 2021 Mohan Boddu - 0.3.12-12 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937