public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-b4] rawhide: Remove outdated attestation comment
@ 2026-09-23 7:37 Maxime Ripard
0 siblings, 0 replies; only message in thread
From: Maxime Ripard @ 2026-09-23 7:37 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-23 7:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 7:37 [rpms/python-b4] rawhide: Remove outdated attestation comment Maxime Ripard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox