public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-packager] epel10: Add a RISC-V Koji config file
@ 2026-06-25 13:19 Kashyap Chamarthy
0 siblings, 0 replies; only message in thread
From: Kashyap Chamarthy @ 2026-06-25 13:19 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedora-packager
Branch : epel10
Commit : 0485438d22a28c775b23068910e75174c9ee0b64
Author : Kashyap Chamarthy <kchamart@redhat.com>
Date : 2025-03-27T12:37:11+01:00
Stats : +19/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-packager/c/0485438d22a28c775b23068910e75174c9ee0b64?branch=epel10
Log:
Add a RISC-V Koji config file
I named it "riscv" (instead of "risc-v", or "riscv64") because the Koji
URLs begins with it: https://riscv-koji.fedoraproject.org/koji.
Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com>
---
diff --git a/fedora-packager.spec b/fedora-packager.spec
index 94ae68d..eca5462 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -19,6 +19,7 @@ Source13: fedoraproject_org
Source14: stg_fedoraproject_org
Source15: fedoraproject_ipa_ca.crt
Source16: stg_fedoraproject_ipa_ca.crt
+Source17: riscv.conf
BuildRequires: python3-devel
@@ -89,6 +90,7 @@ install -D %{SOURCE3} %{buildroot}%{_bindir}/rpmbuild-md5
install -D %{SOURCE4} %{buildroot}%{_bindir}/s390-koji
install -D %{SOURCE4} %{buildroot}%{_bindir}/stg-koji
install -D %{SOURCE5} %{buildroot}%{_bindir}/fkinit
+install -D %{SOURCE17} %{buildroot}%{_bindir}/riscv-koji
install -m0644 -Dt %{buildroot}%{_sysconfdir}/koji.conf.d/ \
%{SOURCE10} %{SOURCE11} %{SOURCE12}
@@ -102,6 +104,7 @@ install -m0644 -Dt %{buildroot}%{_sysconfdir}/pki/ipa/ \
%{_bindir}/pkgname
%{_bindir}/rpmbuild-md5
%{_bindir}/s390-koji
+%{_bindir}/riscv-koji
%{_bindir}/stg-koji
%config(noreplace) %{_sysconfdir}/koji.conf.d/*
diff --git a/riscv.conf b/riscv.conf
new file mode 100644
index 0000000..42c66db
--- /dev/null
+++ b/riscv.conf
@@ -0,0 +1,16 @@
+[riscv]
+
+;configuration for koji cli tool
+
+;url of XMLRPC server
+server = https://riscv-koji.fedoraproject.org/kojihub
+
+;url of web interface
+weburl = https://riscv-koji.fedoraproject.org/koji
+
+;url of package download site
+topurl = https://riscv-kojipkgs.fedoraproject.org/
+
+authtype = kerberos
+
+use_fast_upload = yes
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-25 13:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25 13:19 [rpms/fedora-packager] epel10: Add a RISC-V Koji config file Kashyap Chamarthy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox