|
|
|
@ -8,14 +8,14 @@
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate zeroize
|
|
|
|
|
|
|
|
|
|
Name: rust-zeroize
|
|
|
|
|
Version: 1.6.0
|
|
|
|
|
Version: 1.7.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Securely clear secrets from memory
|
|
|
|
|
|
|
|
|
@ -23,7 +23,7 @@ License: Apache-2.0 OR MIT
|
|
|
|
|
URL: https://crates.io/crates/zeroize
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Securely clear secrets from memory with a simple trait built on stable
|
|
|
|
@ -134,7 +134,7 @@ use the "zeroize_derive" feature of the "%{crate}" crate.
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
@ -152,9 +152,15 @@ use the "zeroize_derive" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Nov 19 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.6.0-1
|
|
|
|
|
* Sat Nov 25 2023 Fabio Valentini <decathorpe@gmail.com> - 1.7.0-1
|
|
|
|
|
- Update to version 1.7.0; Fixes RHBZ#2250104
|
|
|
|
|
|
|
|
|
|
* Sun Nov 19 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.6.1-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Thu Nov 16 2023 Fabio Valentini <decathorpe@gmail.com> - 1.6.1-1
|
|
|
|
|
- Update to version 1.6.1; Fixes RHBZ#2249898
|
|
|
|
|
|
|
|
|
|
* Thu Mar 30 2023 Fabio Valentini <decathorpe@gmail.com> - 1.6.0-1
|
|
|
|
|
- Update to version 1.6.0; Fixes RHBZ#2181927
|
|
|
|
|
|
|
|
|
|