|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate sysinfo
|
|
|
|
%global crate sysinfo
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.15.3
|
|
|
|
Version: 0.15.4
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Library to get system information such as processes, processors, disks, components and networks
|
|
|
|
Summary: Library to get system information such as processes, processors, disks, components and networks
|
|
|
|
|
|
|
|
|
|
|
@ -15,6 +15,7 @@ URL: https://crates.io/crates/sysinfo
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * No Windows deps
|
|
|
|
# * No Windows deps
|
|
|
|
|
|
|
|
# * No Mac OS deps
|
|
|
|
Patch0: sysinfo-fix-metadata.diff
|
|
|
|
Patch0: sysinfo-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -100,6 +101,10 @@ which use "debug" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jan 04 2021 Fabio Valentini <decathorpe@gmail.com> - 0.15.4-1
|
|
|
|
|
|
|
|
- Update to version 0.15.4.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1911919
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Dec 27 11:19:13 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.15.3-1
|
|
|
|
* Sun Dec 27 11:19:13 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.15.3-1
|
|
|
|
- Update to 0.15.3 (Fixes: RHBZ#1855975)
|
|
|
|
- Update to 0.15.3 (Fixes: RHBZ#1855975)
|
|
|
|
|
|
|
|
|
|
|
|