diff --git a/rust-coreos-installer.spec b/rust-coreos-installer.spec index 7fbb3af..34bf7a7 100644 --- a/rust-coreos-installer.spec +++ b/rust-coreos-installer.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Installer for Fedora CoreOS and RHEL CoreOS # Upstream license specification: Apache-2.0 @@ -30,14 +30,13 @@ 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 +License: ASL 2.0 and MIT and zlib # Since `rust-coreos-installer` creates a `coreos-installer` # subpackage with a newer version number, which supersedes the @@ -95,6 +94,9 @@ Requires: %{crate}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %endif %changelog +* Fri Jul 24 2020 Igor Raits - 0.3.0-2 +- Rebuild + * Mon Jul 13 2020 Benjamin Gilbert - 0.3.0-1 - New release