From 119e5905494eb0407d33935e281798a9944a8629 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 30 May 2020 19:09:37 +0200 Subject: [PATCH] Fixup license Signed-off-by: Igor Raits --- rust-coreos-installer.spec | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/rust-coreos-installer.spec b/rust-coreos-installer.spec index 0a721d7..22eb2fe 100644 --- a/rust-coreos-installer.spec +++ b/rust-coreos-installer.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Installer for Fedora CoreOS and RHEL CoreOS # Upstream license specification: Apache-2.0 @@ -30,6 +30,14 @@ machines (or, occasionally, to virtual machines). %package -n %{crate} Summary: %{summary} +# (MIT or ASL 2.0) and BSD +# ASL 2.0 +# ASL 2.0 or Boost +# MIT +# MIT or ASL 2.0 +# Unlicense or MIT +# zlib +License: ASL 2.0 and MIT and zlib and BSD # Since `rust-coreos-installer` creates a `coreos-installer` # subpackage with a newer version number, which supersedes the @@ -68,10 +76,10 @@ install -D -m 0755 -t %{buildroot}%{_systemdgeneratordir} systemd/coreos-install %package -n %{crate}-systemd Summary: Systemd service files for %{crate} -Requires: %{crate} = %{version}-%{release} +Requires: %{crate}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %description -n %{crate}-systemd -Systemd service files for %{crate} +%{summary}. %files -n %{crate}-systemd %{_libexecdir}/* @@ -84,6 +92,9 @@ Systemd service files for %{crate} %endif %changelog +* Sat May 30 2020 Igor Raits - 0.2.1-2 +- Fixup license + * Fri May 29 2020 Benjamin Gilbert - 0.2.1-1 - New release - Make coreos-installer-{service,generator} world-readable