move subpackages to SPDX format
Resolves: RHEL-36508
This commit is contained in:
parent
63ddd8a4f8
commit
34f73567e7
@ -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 <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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user