Update to version 0.2.7; Fixes RHBZ#2029275

This commit is contained in:
Fabio Valentini 2021-12-09 14:54:30 +01:00
parent 9de893d766
commit 37235acd0d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF
3 changed files with 18 additions and 16 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/yubibomb-0.2.4.crate /yubibomb-0.2.4.crate
/yubibomb-0.2.5.crate /yubibomb-0.2.5.crate
/yubibomb-0.2.6.crate /yubibomb-0.2.6.crate
/yubibomb-0.2.7.crate

View File

@ -1,10 +1,10 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global crate yubibomb %global crate yubibomb
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.6 Version: 0.2.7
Release: %autorelease Release: %autorelease
Summary: Rust command line tool that prints out a 6-digit random number Summary: Rust command line tool that prints out a 6-digit random number
@ -14,9 +14,6 @@ URL: https://crates.io/crates/yubibomb
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -28,20 +25,24 @@ Now you can!.}
%description %{_description} %description %{_description}
%if ! %{__cargo_skip_build}
%package -n %{crate} %package -n %{crate}
Summary: %{summary} Summary: %{summary}
# * GPLv3 # GPLv3.0: rust-yubibomb 0.2.7
# * MIT or ASL 2.0 # MIT or ASL 2.0: rust-cfg-if 1.0.0
# MIT or ASL 2.0: rust-getrandom 0.2.3
# MIT or ASL 2.0: rust-libc 0.2.109
# MIT or ASL 2.0: rust-ppv-lite86 0.2.15
# MIT or ASL 2.0: rust-rand 0.8.4
# MIT or ASL 2.0: rust-rand_chacha 0.3.1
# MIT or ASL 2.0: rust-rand_core 0.6.3
License: GPLv3 and (MIT or ASL 2.0) License: GPLv3 and (MIT or ASL 2.0)
%description -n %{crate} %{_description} %description -n %{crate} %{_description}
%files -n %{crate} %files -n %{crate}
%license LICENSE %license LICENSE
%doc README.md CHANGELOG.md %doc CHANGELOG.md README.md
%{_bindir}/yubibomb %{_bindir}/yubibomb
%endif
%package devel %package devel
Summary: %{summary} Summary: %{summary}
@ -49,12 +50,12 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
%doc README.md CHANGELOG.md %doc CHANGELOG.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -63,8 +64,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

View File

@ -1 +1 @@
SHA512 (yubibomb-0.2.6.crate) = acf04f8900b087c785b451c55484afa0032202a2a9cb61e8c319eda1e94b2010fe9510830e4841fa4a124237d6d186a9d423a978f4df9ff447b44589a8aa3e0f SHA512 (yubibomb-0.2.7.crate) = dd69d28842e68897c9552d271b6d45c30ae0571b3268b9d34a9fd34e1c7953d2399115a38c93d043f3e482998ac3152303ecb15dbf819d5b778cca238cf07cd2