public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-rustls-native-certs] epel9: Update to version 0.8.4; Fixes RHBZ#2483751
@ 2026-06-04 17:16 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-04 17:16 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-rustls-native-certs
Branch : epel9
Commit : 9aeb5c85d32bf47502ae9b768125ed280b2a224d
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-06-04T18:29:55+02:00
Stats : +19/-14 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-rustls-native-certs/c/9aeb5c85d32bf47502ae9b768125ed280b2a224d?branch=epel9
Log:
Update to version 0.8.4; Fixes RHBZ#2483751
---
diff --git a/.gitignore b/.gitignore
index e263adc..c66eb92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
/rustls-native-certs-0.8.1.crate
/rustls-native-certs-0.8.2.crate
/rustls-native-certs-0.8.3.crate
+/rustls-native-certs-0.8.4.crate
diff --git a/rust-rustls-native-certs.spec b/rust-rustls-native-certs.spec
index ea61914..c8bfcf5 100644
--- a/rust-rustls-native-certs.spec
+++ b/rust-rustls-native-certs.spec
@@ -5,7 +5,7 @@
%global crate rustls-native-certs
Name: rust-rustls-native-certs
-Version: 0.8.3
+Version: 0.8.4
Release: %autorelease
Summary: Allows rustls to use the platform native certificate store
@@ -37,9 +37,7 @@ use the "%{crate}" crate.
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-ISC
%license %{crate_instdir}/LICENSE-MIT
-%doc %{crate_instdir}/CONTRIBUTING.md
%doc %{crate_instdir}/README.md
-%doc %{crate_instdir}/RELEASING.md
%{crate_instdir}/
%package -n %{name}+default-devel
@@ -56,8 +54,6 @@ use the "default" feature of the "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version} -p1
-# Remove shebang from unused, non-executable test script
-sed -r -i '1{/^#!/d}' integration-tests/macos.sh
%cargo_prep
%generate_buildrequires
@@ -71,7 +67,8 @@ sed -r -i '1{/^#!/d}' integration-tests/macos.sh
%if %{with check}
%check
-%cargo_test
+# * skip tests that require data files not included in published crates
+%cargo_test -- --doc
%endif
%changelog
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 3684329..55ea9c7 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -3,8 +3,9 @@
# certificate store”; we want to avoid repeating the crate name.
summary = "Allows rustls to use the platform native certificate store"
-[scripts]
-prep.pre = [
- "# Remove shebang from unused, non-executable test script",
- "sed -r -i '1{/^#!/d}' integration-tests/macos.sh"
+[tests]
+run = ["doc"]
+comments = [
+ "skip tests that require data files not included in published crates",
]
+
diff --git a/rustls-native-certs-fix-metadata-auto.diff b/rustls-native-certs-fix-metadata-auto.diff
index faec8bb..189b859 100644
--- a/rustls-native-certs-fix-metadata-auto.diff
+++ b/rustls-native-certs-fix-metadata-auto.diff
@@ -1,6 +1,6 @@
---- rustls-native-certs-0.8.3/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ rustls-native-certs-0.8.3/Cargo.toml 2026-03-25T06:52:01.700500+00:00
-@@ -82,8 +82,3 @@
+--- rustls-native-certs-0.8.4/Cargo.toml 2006-07-24T01:21:28+00:00
++++ rustls-native-certs-0.8.4/Cargo.toml 2026-06-04T16:28:33.298466+00:00
+@@ -81,13 +81,8 @@
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies.openssl-probe]
version = "0.2"
@@ -9,3 +9,9 @@
-
-[target."cfg(windows)".dependencies.schannel]
-version = "0.1"
+-
+ [lints.rust.unexpected_cfgs]
+ level = "warn"
+ priority = 0
+ check-cfg = ["cfg(rustls_native_certs_docsrs)"]
++
diff --git a/sources b/sources
index 3f92e45..858f2a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rustls-native-certs-0.8.3.crate) = ffca026a5365a97e7a254faac2ceab188bd1cf51876a32e99b16bdf5902363c6416e8e28247f53864609d0f492646fead7b19328e376d0b8b2073e6fb3bc60a8
+SHA512 (rustls-native-certs-0.8.4.crate) = 6a0633bb7c8e937a0c161d8d4bde955a7af141c6e7df42d00199236eb8baf1b69af9624de570769a16c60fb94604cec4ade9020992ac38a8d3da1662d56107c6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-04 17:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-04 17:16 [rpms/rust-rustls-native-certs] epel9: Update to version 0.8.4; Fixes RHBZ#2483751 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox