From 34f73567e7b697d28dd64131d33b1cf40dfd1c05 Mon Sep 17 00:00:00 2001 From: Zuzana Miklankova Date: Wed, 15 May 2024 16:02:45 +0200 Subject: [PATCH] move subpackages to SPDX format Resolves: RHEL-36508 --- ongres-scram.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ongres-scram.spec b/ongres-scram.spec index c1c49c1..ee553c4 100644 --- a/ongres-scram.spec +++ b/ongres-scram.spec @@ -3,7 +3,7 @@ Name: ongres-%upstream_name Version: %(echo %upstream_version | sed 's/-/~/g') -Release: 12%{?dist} +Release: 13%{?dist} Summary: Salted Challenge Response Authentication Mechanism (SCRAM) - Java Implementation License: MIT AND BSD-2-Clause URL: https://github.com/ongres/%upstream_name @@ -22,7 +22,7 @@ mechanisms. It is described as part of RFC 5802 and RFC7677. %package client Summary: Client for %{name} -License: BSD +License: BSD-2-Clause %description client This package contains the client for %{name} @@ -35,7 +35,7 @@ This package contains javadoc for %{name} %package parent Summary: Parent POM of %{name} -License: BSD +License: BSD-2-Clause %description parent This package contains the %{name} parent POM. @@ -71,6 +71,9 @@ sed -i 's/.*SuppressFBWarnings.*//' common/src/main/java/com/ongres/scram/common %license LICENSE %changelog +* Wed May 15 2024 Zuzana Miklankova - 2.1-13 +- change subpackages licences to SPDX format + * Thu Jan 25 2024 Fedora Release Engineering - 2.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild