Update to version 0.7.1; Fixes RHBZ#2245931

epel9 imports/e9/rust-sct-0.7.1-1.el9
Fabio Valentini 1 year ago
parent 7379de537d
commit 9710404695
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/sct-0.6.0.crate
/sct-0.7.0.crate
/sct-0.7.1.crate

@ -1,23 +1,19 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate sct
Name: rust-sct
Version: 0.7.0
Version: 0.7.1
Release: %autorelease
Summary: Certificate transparency SCT verification library
# Upstream license specification: Apache-2.0/ISC/MIT
License: Apache-2.0 OR ISC OR MIT
URL: https://crates.io/crates/sct
Source: %{crates_source}
# ring is not available on ppc64le and s390x
ExcludeArch: ppc64le s390x
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Certificate transparency SCT verification library.}
@ -54,7 +50,7 @@ use the "default" 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

@ -1 +1 @@
SHA512 (sct-0.7.0.crate) = 175d2a912e3f35dcb110991a066d7d9b0d47a0febe4e92ab7d92a27c886a7eb9abf203c9080b3e2cbda9bedbc816bd138476363c2a0c7367d3abc7e6bce83046
SHA512 (sct-0.7.1.crate) = 6030295b3b11411f5a7e518db1066282bf11a279c27414c5e959cd430e9fcbb7358e5d69bcc68c8bf696d4c1d9579ed7218b7f9dfbb61de2271c4c3d3316fb7e

Loading…
Cancel
Save