Update to version 1.6.1; Fixes RHBZ#2249898

epel10
Fabio Valentini 1 year ago
parent bdb33be34b
commit 338b73de64
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,11 +1,11 @@
# 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.6.1
Release: %autorelease
Summary: Securely clear secrets from memory
@ -13,7 +13,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
@ -124,7 +124,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

@ -0,0 +1,3 @@
[package]
summary = "Securely clear secrets from memory"

@ -1 +1 @@
SHA512 (zeroize-1.6.0.crate) = 9ebc81c10516440476b5c198dd4ff0d284a0a37cee11a2cdfb5a1995f95b72d05beb827483b16e8b764f720fbcf30a5e5d8b1517cfbbf572bcb27c2efb18393b
SHA512 (zeroize-1.6.1.crate) = 48a3162aef94210db3e8b27bbcee4404cdce593603d1c9ff24c0da83757ef6355665537c221b7d09c82edb014396169497d313af5d67e4997f3285bdd133afd8

Loading…
Cancel
Save