public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/koji] epel10: Fix sbindir shebangs on epel10.
@ 2026-07-12 23:57 Kevin Fenzi
  0 siblings, 0 replies; only message in thread
From: Kevin Fenzi @ 2026-07-12 23:57 UTC (permalink / raw)
  To: git-commits

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.
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-12 23:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-12 23:57 [rpms/koji] epel10: Fix sbindir shebangs on epel10 Kevin Fenzi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox