|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate sequoia-openpgp
|
|
|
|
%global crate sequoia-openpgp
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-sequoia-openpgp
|
|
|
|
Name: rust-sequoia-openpgp
|
|
|
|
Version: 1.15.0
|
|
|
|
Version: 1.16.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: OpenPGP data types and associated machinery
|
|
|
|
Summary: OpenPGP data types and associated machinery
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ Patch: sequoia-openpgp-fix-metadata-auto.diff
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
# * drop feature for Windows-specific crypto backend
|
|
|
|
# * drop feature for Windows-specific crypto backend
|
|
|
|
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
|
|
|
|
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
|
|
|
|
# * drop example-only rpassword dev-dependency (currently too old in EPEL 9)
|
|
|
|
# * bump rpassword dev-dependency from 6 to 7
|
|
|
|
Patch: sequoia-openpgp-fix-metadata.diff
|
|
|
|
Patch: sequoia-openpgp-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
@ -211,8 +211,6 @@ use the "openssl-sys" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
# remove examples which depend on rpassword
|
|
|
|
|
|
|
|
rm examples/{notarize.rs,sign.rs,sign-detached.rs}
|
|
|
|
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
|