Compare commits

...

7 Commits

Author SHA1 Message Date
Fabio Valentini 2259969ea4
Update to version 0.8.1; Fixes RHBZ#2327847
3 months ago
Fabio Valentini 11b489b6c8
Update to version 0.8.0; Fixes RHBZ#2306094
5 months ago
Fedora Release Engineering 0b5acc20ac Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fabio Valentini ca581aff78
Update to version 0.7.1; Fixes RHBZ#2295563
8 months ago
Fabio Valentini 5d97aafebe
Update to version 0.7.0; Fixes RHBZ#2252660
10 months ago
Fedora Release Engineering 652749f83c Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fedora Release Engineering 095a0957dd Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

4
.gitignore vendored

@ -4,3 +4,7 @@
/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,25 +1,22 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 27
# * missing dev-dependency: x509-parser # * missing dev-dependencies: x509-parser ^0.16
%bcond_with check %bcond check 0
%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.6.3 Version: 0.8.1
Release: %autorelease Release: %autorelease
Summary: Allow rustls to use the platform native certificate store Summary: Allows 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 foreign dependencies # Automatically generated patch to strip dependencies and normalize metadata
Patch: rustls-native-certs-fix-metadata-auto.diff Patch: rustls-native-certs-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%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
@ -59,26 +56,22 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -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

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

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

@ -1,11 +1,11 @@
--- rustls-native-certs-0.6.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- rustls-native-certs-0.8.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rustls-native-certs-0.6.3/Cargo.toml 2023-07-15T14:12:24.879360+00:00 +++ rustls-native-certs-0.8.1/Cargo.toml 2024-11-26T20:32:52.198356+00:00
@@ -51,8 +51,3 @@ @@ -81,8 +81,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 = "2.0.0" -version = "3"
- -
-[target."cfg(windows)".dependencies.schannel] -[target."cfg(windows)".dependencies.schannel]
-version = "0.1.15" -version = "0.1"

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

Loading…
Cancel
Save