public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uwsgi] rawhide: Enable EPEL11
@ 2026-09-01 17:56 Ralf Ertzinger
  0 siblings, 0 replies; only message in thread
From: Ralf Ertzinger @ 2026-09-01 17:56 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/uwsgi
Branch : rawhide
Commit : a640b02538691b93640686961e1577aae028e2d4
Author : Ralf Ertzinger <ralf@skytale.net>
Date   : 2026-09-01T19:56:18+02:00
Stats  : +63/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/uwsgi/c/a640b02538691b93640686961e1577aae028e2d4?branch=rawhide

Log:
Enable EPEL11

---
diff --git a/uwsgi.spec b/uwsgi.spec
index 8e7be3c..aa9566d 100644
--- a/uwsgi.spec
+++ b/uwsgi.spec
@@ -234,7 +234,65 @@
 %global python3_alternate1_version 3.12
 %global python3_alternate1_version_nodots 312
 %endif
-#EL9 endif
+#EL10 endif
+%endif
+
+%if 0%{?rhel} == 11
+# EPEL11 does not have gcc-go
+%bcond_with go
+%bcond_without python3
+# EPEL11 does not have python-greenlet-devel any more
+%bcond_with python3_greenlet
+%bcond_without ruby19
+%bcond_without tuntap
+# EPEL11 doesn't have zeromq yet
+%bcond_with zeromq
+%bcond_without perl
+# EPEL11 doesn't have perl-Coro yet
+%bcond_with perlcoro
+# EPEL11 doesn't have glusterfs yet
+%bcond_with glusterfs
+%bcond_without php
+%bcond_without pq
+%bcond_without ruby_rack
+# EPEL11 doesn't have gloox yet
+%bcond_with gloox
+# EPEL11 doesn't have GeoIP yet
+%bcond_with geoip
+# javapackages-tools retired (apache-ivy orphanage)
+%bcond_with java
+# Fedora httpd includes mod_proxy_uwsgi
+# https://bugzilla.redhat.com/show_bug.cgi?id=1574335
+%bcond_with mod_proxy_uwsgi
+#mono
+# EPEL11 doesn't have mono yet
+%ifarch %{mono_arches}
+%bcond_with mono
+%else
+%bcond_with mono
+%endif
+# mongodblibs
+# mongo-cxx-driver-legacy broken in rawhide rhbz#1675407
+%bcond_with mongodblibs
+# v8-314 retired
+%bcond_with v8
+#mongodblibs dependency
+%if %{without mongodblibs}
+%bcond_with gridfs
+%else
+%bcond_without gridfs
+%endif
+
+# EL11 has multiple python3 versions
+%bcond_without python3_alternate1
+%if %{with python3_alternate1}
+%global python3_alternate1_pkgname python3.15
+%global __python3_alternate1 python3.15
+%global python3_alternate1_sitelib %(RPM_BUILD_ROOT= %{__python3_alternate1} -Ic "import sysconfig; print(sysconfig.get_path('purelib', vars={'platbase': '%{_prefix}', 'base': '%{_prefix}'}))")}
+%global python3_alternate1_version 3.15
+%global python3_alternate1_version_nodots 315
+%endif
+#EL11 endif
 %endif
 
 %global manual_py_compile 1
@@ -274,7 +332,7 @@
 
 Name:           uwsgi
 Version:        2.0.31
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        Fast, self-healing, application container server
 # uwsgi is licensed under GPLv2 with a linking exception
 # docs are licensed under MIT
@@ -2100,6 +2158,9 @@ install -m0644 -D %{SOURCE8} %{buildroot}%{_sysusersdir}/uwsgi.conf
 
 
 %changelog
+* Mon Aug 24 2026 Ralf Ertzinger <ralf@skytale.net> - 2.0.31-16
+- Enable EPEL11
+
 * Fri Jul 24 2026 Python Maint <python-maint@redhat.com> - 2.0.31-15
 - Rebuilt for Python 3.15.0b4 ABI change
 

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

only message in thread, other threads:[~2026-09-01 17:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-01 17:56 [rpms/uwsgi] rawhide: Enable EPEL11 Ralf Ertzinger

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