public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Konrad Kleine <kkleine@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/llvm] rawhide: Verify man page signature for non-snapshots
Date: Wed, 09 Sep 2026 12:10:42 GMT	[thread overview]
Message-ID: <178895584239.1.10967774036454755940.rpms-llvm-54413d68f126@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-09-09 12:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178895584239.1.10967774036454755940.rpms-llvm-54413d68f126@fedoraproject.org \
    --to=kkleine@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox