Fixup license
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
8468bb9051
commit
119e590549
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 0.2.1
|
Version: 0.2.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
||||||
|
|
||||||
# Upstream license specification: Apache-2.0
|
# Upstream license specification: Apache-2.0
|
||||||
@ -30,6 +30,14 @@ machines (or, occasionally, to virtual machines).
|
|||||||
|
|
||||||
%package -n %{crate}
|
%package -n %{crate}
|
||||||
Summary: %{summary}
|
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`
|
# Since `rust-coreos-installer` creates a `coreos-installer`
|
||||||
# subpackage with a newer version number, which supersedes the
|
# 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
|
%package -n %{crate}-systemd
|
||||||
Summary: Systemd service files for %{crate}
|
Summary: Systemd service files for %{crate}
|
||||||
Requires: %{crate} = %{version}-%{release}
|
Requires: %{crate}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
|
|
||||||
%description -n %{crate}-systemd
|
%description -n %{crate}-systemd
|
||||||
Systemd service files for %{crate}
|
%{summary}.
|
||||||
|
|
||||||
%files -n %{crate}-systemd
|
%files -n %{crate}-systemd
|
||||||
%{_libexecdir}/*
|
%{_libexecdir}/*
|
||||||
@ -84,6 +92,9 @@ Systemd service files for %{crate}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 30 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.1-2
|
||||||
|
- Fixup license
|
||||||
|
|
||||||
* Fri May 29 2020 Benjamin Gilbert <bgilbert@redhat.com> - 0.2.1-1
|
* Fri May 29 2020 Benjamin Gilbert <bgilbert@redhat.com> - 0.2.1-1
|
||||||
- New release
|
- New release
|
||||||
- Make coreos-installer-{service,generator} world-readable
|
- Make coreos-installer-{service,generator} world-readable
|
||||||
|
Loading…
Reference in New Issue
Block a user