Update to version 0.4.1; Fixes RHBZ#1991155

epel9
Fabio Valentini 3 years ago
parent ddff32b1bb
commit ded3438e3c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/bugreport-0.4.0.crate /bugreport-0.4.0.crate
/bugreport-0.4.1.crate

@ -5,7 +5,7 @@
%global crate bugreport %global crate bugreport
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.0 Version: 0.4.1
Release: %autorelease Release: %autorelease
Summary: Collect system and environment information for bug reports Summary: Collect system and environment information for bug reports
@ -37,7 +37,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc examples example-report.md README.md examples/readme.rs %doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (bugreport-0.4.0.crate) = e46bbdfff4567b1916a99149d1062aa2e658686eb3d0252d206310a5e87f18cd068ad615bc05e832d518f11a54b1f2e1a6308ab2c3459414ca0422ab3c644627 SHA512 (bugreport-0.4.1.crate) = ad54c8f52169594ae010093b818255cf16b44741db6802ffb9eb4c1fe699a59183f3505f553f8345aecfe3afd518c4272625adee0e880990a38b0bd9a9db6eed

Loading…
Cancel
Save