public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kevin Fenzi <kevin@scrye.com>
To: git-commits@fedoraproject.org
Subject: [rpms/koji] epel10: Fix sbindir shebangs on epel10.
Date: Sun, 12 Jul 2026 23:57:22 GMT [thread overview]
Message-ID: <178390064265.1.12095761106478882540.rpms-koji-a4c0275869cb@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/koji
Branch : epel10
Commit : a4c0275869cbb3365f861e7fad69bef3cc087c7a
Author : Kevin Fenzi <kevin@scrye.com>
Date : 2026-07-12T16:56:43-07:00
Stats : +9/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/koji/c/a4c0275869cbb3365f861e7fad69bef3cc087c7a?branch=epel10
Log:
Fix sbindir shebangs on epel10.
---
diff --git a/koji.spec b/koji.spec
index 8d0abe2..ee2adc3 100644
--- a/koji.spec
+++ b/koji.spec
@@ -9,7 +9,7 @@
Name: koji
Version: 1.36.1
-Release: 1%{?dist}
+Release: 2%{?dist}
# the included arch lib from yum's rpmUtils is GPLv2+
License: LGPL-2.1-only AND GPL-2.0-or-later
Summary: Build system tools
@@ -242,6 +242,11 @@ for D in kojihub builder plugins util www vm schemas ; do
popd
done
+%if 0%{?rhel} >= 10
+# fix shebang's in /usr/sbin on epel since sbin merge hasn't happened
+# there yet and pyproject_install only runs it on bindir
+%py3_shebang_fix %{buildroot}%{_sbindir}/*
+%endif
%pyproject_install
# handle extra byte compilation
@@ -382,6 +387,9 @@ PYTHONPATH=.:plugins/hub/.:plugins/builder/.:plugins/cli/.:cli/.:www/lib
%systemd_postun kojira.service
%changelog
+* Sun Jul 12 2026 Kevin Fenzi <kevin@scrye.com> - 1.36.1-2
+- Fix sbindir shebangs on epel10.
+
* Thu Jul 09 2026 Kevin Fenzi <kevin@scrye.com> - 1.36.1-1
- Update to 1.36.1.
reply other threads:[~2026-07-12 23:57 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=178390064265.1.12095761106478882540.rpms-koji-a4c0275869cb@fedoraproject.org \
--to=kevin@scrye.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