Convert License tag to SPDX format
Related: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2
This commit is contained in:
parent
f0d35c1fdb
commit
89d7ee19a0
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
Name: disruptor
|
Name: disruptor
|
||||||
Version: 3.4.4
|
Version: 3.4.4
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Concurrent Programming Framework
|
Summary: Concurrent Programming Framework
|
||||||
License: ASL 2.0
|
License: Apache-2.0
|
||||||
URL: https://lmax-exchange.github.io/disruptor/
|
URL: https://lmax-exchange.github.io/disruptor/
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{java_arches} noarch
|
ExclusiveArch: %{java_arches} noarch
|
||||||
@ -83,6 +83,9 @@ rm -r src/test/java/com/lmax/disruptor/dsl/DisruptorTest.java
|
|||||||
%license LICENCE.txt
|
%license LICENCE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.4.4-7
|
||||||
|
- Convert License tag to SPDX format
|
||||||
|
|
||||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.4-6
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.4-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user