move subpackages to SPDX format

Resolves: RHEL-36508
This commit is contained in:
Zuzana Miklankova 2024-05-15 16:02:45 +02:00
parent 63ddd8a4f8
commit 34f73567e7
No known key found for this signature in database
GPG Key ID: 46A18EF4D17103A0

View File

@ -3,7 +3,7 @@
Name: ongres-%upstream_name Name: ongres-%upstream_name
Version: %(echo %upstream_version | sed 's/-/~/g') Version: %(echo %upstream_version | sed 's/-/~/g')
Release: 12%{?dist} Release: 13%{?dist}
Summary: Salted Challenge Response Authentication Mechanism (SCRAM) - Java Implementation Summary: Salted Challenge Response Authentication Mechanism (SCRAM) - Java Implementation
License: MIT AND BSD-2-Clause License: MIT AND BSD-2-Clause
URL: https://github.com/ongres/%upstream_name URL: https://github.com/ongres/%upstream_name
@ -22,7 +22,7 @@ mechanisms. It is described as part of RFC 5802 and RFC7677.
%package client %package client
Summary: Client for %{name} Summary: Client for %{name}
License: BSD License: BSD-2-Clause
%description client %description client
This package contains the client for %{name} This package contains the client for %{name}
@ -35,7 +35,7 @@ This package contains javadoc for %{name}
%package parent %package parent
Summary: Parent POM of %{name} Summary: Parent POM of %{name}
License: BSD License: BSD-2-Clause
%description parent %description parent
This package contains the %{name} parent POM. 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 %license LICENSE
%changelog %changelog
* Wed May 15 2024 Zuzana Miklankova <zmiklank@redhat.com> - 2.1-13
- change subpackages licences to SPDX format
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-12 * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild