|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate der
|
|
|
|
|
|
|
|
|
|
Name: rust-der
|
|
|
|
|
Version: 0.7.8
|
|
|
|
|
Version: 0.7.9
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Pure Rust embedded-friendly implementation of DER for ASN.1
|
|
|
|
|
|
|
|
|
@ -183,7 +183,7 @@ use the "zeroize" 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
|
|
|
|
|