Migrated to SPDX license

This commit is contained in:
Richard W.M. Jones 2023-06-05 16:02:00 +01:00
parent 5283ce36d8
commit a020f9a10e

View File

@ -31,8 +31,8 @@
Summary: Tool for creating supermin appliances Summary: Tool for creating supermin appliances
Name: supermin Name: supermin
Version: 5.3.3 Version: 5.3.3
Release: 7%{?dist} Release: 8%{?dist}
License: GPLv2+ License: GPL-2.0-or-later
ExclusiveArch: %{kernel_arches} ExclusiveArch: %{kernel_arches}
%if 0%{?rhel} %if 0%{?rhel}
@ -199,6 +199,9 @@ make check || {
%changelog %changelog
* Mon Jun 05 2023 Richard W.M. Jones <rjones@redhat.com> - 5.3.3-8
- Migrated to SPDX license
* Wed May 31 2023 Richard W.M. Jones <rjones@redhat.com> - 5.3.3-7 * Wed May 31 2023 Richard W.M. Jones <rjones@redhat.com> - 5.3.3-7
- Further fix for dnf5 (RHBZ#2211386) - Further fix for dnf5 (RHBZ#2211386)