Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

4
.gitignore vendored

@ -4,7 +4,3 @@
/rustls-native-certs-0.5.0.crate /rustls-native-certs-0.5.0.crate
/rustls-native-certs-0.6.2.crate /rustls-native-certs-0.6.2.crate
/rustls-native-certs-0.6.3.crate /rustls-native-certs-0.6.3.crate
/rustls-native-certs-0.7.0.crate
/rustls-native-certs-0.7.1.crate
/rustls-native-certs-0.8.0.crate
/rustls-native-certs-0.8.1.crate

@ -1,22 +1,25 @@
# Generated by rust2rpm 27 # Generated by rust2rpm 24
# * missing dev-dependencies: x509-parser ^0.16 # * missing dev-dependency: x509-parser
%bcond check 0 %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rustls-native-certs %global crate rustls-native-certs
# compile and run tests only on supported architectures
%global supported_arches x86_64 %{ix86} aarch64 %{arm}
Name: rust-rustls-native-certs Name: rust-rustls-native-certs
Version: 0.8.1 Version: 0.6.3
Release: %autorelease Release: %autorelease
Summary: Allows rustls to use the platform native certificate store Summary: Allow rustls to use the platform native certificate store
License: Apache-2.0 OR ISC OR MIT License: Apache-2.0 OR ISC OR MIT
URL: https://crates.io/crates/rustls-native-certs URL: https://crates.io/crates/rustls-native-certs
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata # Automatically generated patch to strip foreign dependencies
Patch: rustls-native-certs-fix-metadata-auto.diff Patch: rustls-native-certs-fix-metadata-auto.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Rustls-native-certs allows rustls to use the platform native certificate Rustls-native-certs allows rustls to use the platform native certificate
@ -56,22 +59,26 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires %cargo_generate_buildrequires
%build %build
%ifarch %{supported_arches}
%cargo_build %cargo_build
%endif
%install %install
%cargo_install %cargo_install
%if %{with check} %if %{with check}
%ifarch %{supported_arches}
%check %check
%cargo_test %cargo_test
%endif %endif
%endif
%changelog %changelog
%autochangelog %autochangelog

@ -0,0 +1,6 @@
[DEFAULT]
supported-arches =
x86_64
%{ix86}
aarch64
%{arm}

@ -1,4 +0,0 @@
[tests]
run = ["none"]
comments = ["missing dev-dependencies: x509-parser ^0.16"]

@ -1,11 +1,11 @@
--- rustls-native-certs-0.8.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- rustls-native-certs-0.6.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rustls-native-certs-0.8.1/Cargo.toml 2024-11-26T20:32:52.198356+00:00 +++ rustls-native-certs-0.6.3/Cargo.toml 2023-07-15T14:12:24.879360+00:00
@@ -81,8 +81,3 @@ @@ -51,8 +51,3 @@
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies.openssl-probe] [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
version = "0.1.2" version = "0.1.2"
-[target.'cfg(target_os = "macos")'.dependencies.security-framework] -[target."cfg(target_os = \"macos\")".dependencies.security-framework]
-version = "3" -version = "2.0.0"
- -
-[target."cfg(windows)".dependencies.schannel] -[target."cfg(windows)".dependencies.schannel]
-version = "0.1" -version = "0.1.15"

@ -1 +1 @@
SHA512 (rustls-native-certs-0.8.1.crate) = 52cfb6d34394b155afe8528e6031da161e060ea529a57fdc27a574c2fb48b517a8832eab0f60a7e1a9fbea5459e356450ecc7d24ecd461b847ca58c8d82492e4 SHA512 (rustls-native-certs-0.6.3.crate) = 53a3a4b96f05dd06c575b2eb62eb7b6d026bda539c87c0e2a4bc84fd332c6401a825135fecdda39c489b0c910ffbe4d42c93844fbdd8da4fc2badad400b27264

Loading…
Cancel
Save