public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Maxime Ripard <mripard@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-b4] rawhide: Remove outdated attestation comment
Date: Wed, 23 Sep 2026 07:37:39 GMT	[thread overview]
Message-ID: <179014905995.1.5377583042199530798.rpms-python-b4-26afffb19988@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-b4
            Branch : rawhide
            Commit : 26afffb19988b3ac31f9d6c283e4ac642b6c14d1
            Author : Maxime Ripard <mripard@redhat.com>
            Date   : 2026-09-23T07:37:26+00:00
            Stats  : +1/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-b4/c/26afffb19988b3ac31f9d6c283e4ac642b6c14d1?branch=rawhide

            Log:
            Remove outdated attestation comment

The '# These are optional, needed for attestation features' comment has
been removed in b4's commit 8bdbe754bd59 ("Use hashed
requirements.txt"), introduced with release v0.14.0. It was also never a
part of requirements.in.

Thus, the sed call to remove that line from requirements.in is
unnecessary and we can remove it.

Signed-off-by: Maxime Ripard <mripard@redhat.com>

---
diff --git a/python-b4.spec b/python-b4.spec
index 0d9ecc5..ba4c659 100644
--- a/python-b4.spec
+++ b/python-b4.spec
@@ -46,8 +46,7 @@ xz -dc '%{SOURCE0}' | %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1
 
 # Disable attestation (only applicable to EPEL)
 %if %{without attest}
-sed -Ei -e '/^# These are optional, needed for attestation/d' \
-    -e "/^ *'?(dnspython|dkimpy|patatt)/d" requirements.in
+sed -Ei -e "/^ *'?(dnspython|dkimpy|patatt)/d" requirements.in
 %endif
 
 

                 reply	other threads:[~2026-09-23  7:37 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=179014905995.1.5377583042199530798.rpms-python-b4-26afffb19988@fedoraproject.org \
    --to=mripard@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