public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/llvm] rawhide: Verify man page signature for non-snapshots
@ 2026-09-09 12:10 Konrad Kleine
0 siblings, 0 replies; only message in thread
From: Konrad Kleine @ 2026-09-09 12:10 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/llvm
Branch : rawhide
Commit : 54413d68f1260a3babfd1e52826638f720a24c45
Author : Konrad Kleine <kkleine@redhat.com>
Date : 2026-09-09T12:10:28+00:00
Stats : +7/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/llvm/c/54413d68f1260a3babfd1e52826638f720a24c45?branch=rawhide
Log:
Verify man page signature for non-snapshots
[skip changelog]
---
diff --git a/.gitignore b/.gitignore
index 6d389a9..57252ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
/version.spec.inc
/.gdbinit
/llvm_man_pages-*.tar.xz
+/llvm_man_pages-*.tar.xz.sig
diff --git a/llvm.spec b/llvm.spec
index 669805e..117c86c 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -488,6 +488,7 @@ Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{maj_ve
Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:-%{rc_ver}}/%{src_tarball_dir}.tar.xz.sig
%if %{build_docs} == 0
Source42: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:-%{rc_ver}}/%{src_manpage_tarball_dir}.tar.xz
+Source43: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:-%{rc_ver}}/%{src_manpage_tarball_dir}.tar.xz.sig
%endif
%endif
Source6: release-keys.asc
@@ -1420,6 +1421,10 @@ Mesa OpenCL support with RustiCL.
%if %{without snapshot_build}
# llvm
%{gpgverify} --keyring='%{SOURCE6}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
+
+%if %{build_docs} == 0
+%{gpgverify} --keyring='%{SOURCE6}' --signature='%{SOURCE43}' --data='%{SOURCE42}'
+%endif
%endif
%if %{with bundle_compat_lib}
diff --git a/sources b/sources
index 3ad36f9..03cf7fb 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,4 @@
SHA512 (llvm_man_pages-23.1.0.tar.xz) = 9e76f77b9745a2b9aafb3914d750e9ec3feeab58036513e53d1520d77c586401a91a1905b9b134a64ded9d3206ffdcb4b23503625418cb1707a4ec055739ca9e
SHA512 (llvm-project-23.1.0.src.tar.xz.sig) = 3b1ffaf6fbc6ed08c1d0523b565fb63cbde1a76344bb3ed1a53722482927c03e2652859ef44de962ce90bdb7c5711db63f8d98559bc86cb58294a1cfc62e4b4f
SHA512 (llvm-project-23.1.0.src.tar.xz) = f87a6084a4b4ddbf155949bb0a9d95592e665683d03db59c65002520634db57bb0b9e90011cbdf1dfc72bf2c649cebc5c546a1de4811c3bfc0b89620b1669061
+SHA512 (llvm_man_pages-23.1.0.tar.xz.sig) = 5121c1a0aafb9b370d094f9e0f20cfde21815f0c67bc4a7d5a621b30f2a791c470479858c55ab54e45f0c6bb80a3c2a6112b432f96c508549a2ce9c50b97d3d3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-09 12:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-09 12:10 [rpms/llvm] rawhide: Verify man page signature for non-snapshots Konrad Kleine
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox