From 6b3027138f6b109f73e92311cd78f6d93ae4f28d Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Thu, 1 Jun 2023 13:42:04 -0400 Subject: [PATCH] Update license to SPDX --- ignition.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/ignition.spec b/ignition.spec index f97dd93..566ee0d 100644 --- a/ignition.spec +++ b/ignition.spec @@ -22,11 +22,11 @@ Version: 2.15.0 %global dracutlibdir %{_prefix}/lib/dracut Name: ignition -Release: 3%{?dist} +Release: 4%{?dist} Summary: First boot installer and configuration tool # Upstream license specification: Apache-2.0 -License: ASL 2.0 +License: Apache-2.0 URL: %{gourl} Source0: %{gosource} Source1: https://github.com/fedora-iot/ignition-edge/archive/%{ignedgecommit}/ignition-edge-%{ignedgeshortcommit}.tar.gz @@ -169,7 +169,7 @@ the configuration. %package validate Summary: Validation tool for Ignition configs -License: ASL 2.0 +License: Apache-2.0 %description validate Ignition is a utility used to manipulate systems during the initramfs. @@ -187,7 +187,7 @@ This package contains a tool for validating Ignition configurations. %package validate-redistributable Summary: Statically linked validation tool for Ignition configs -License: ASL 2.0 +License: Apache-2.0 BuildArch: noarch # In case someone has this subpackage installed, obsolete the old name @@ -206,7 +206,7 @@ engineering and uploaded to the Ignition GitHub releases page. %package edge Summary: Enablement glue for Ignition on IoT/Edge systems -License: ASL 2.0 +License: Apache-2.0 %description edge This package contains dracut modules, services and binaries needed to enable @@ -333,6 +333,9 @@ install -p -m 0755 ./ignition %{buildroot}/%{dracutlibdir}/modules.d/30ignition %{_libexecdir}/coreos-check-ssh-keys %changelog +* Thu Jun 1 2023 Steven Presti - 2.15.0-4 +- Switch License tags to SPDX + * Thu Feb 23 2023 Benjamin Gilbert - 2.15.0-3 - Remove ignition-edge files from base package