Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package apache2-mod_wsgi for
openSUSE:Factory checked in at 2025-11-26 18:50:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_wsgi (Old)
and /work/SRC/openSUSE:Factory/.apache2-mod_wsgi.new.14147 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache2-mod_wsgi"
Wed Nov 26 18:50:01 2025 rev:39 rq:1320129 version:5.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2-mod_wsgi/apache2-mod_wsgi.changes
2025-03-26 21:24:58.870394453 +0100
+++
/work/SRC/openSUSE:Factory/.apache2-mod_wsgi.new.14147/apache2-mod_wsgi.changes
2025-11-26 18:50:04.534380330 +0100
@@ -1,0 +2,9 @@
+Thu Nov 20 15:26:15 UTC 2025 - Wolfgang Frisch <[email protected]>
+
+- Don't enable the module by default. Instead, include instructions in the
+ description, consistent with other comparable modules, such as
+ apache2-mod_fcgid, apache2-mod_jk and apache2-mod_mono. If a reverse
+ dependency of this module requires it, that package may execute
+ `a2enmod wsgi`.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache2-mod_wsgi.spec ++++++
--- /var/tmp/diff_new_pack.eD24Ry/_old 2025-11-26 18:50:05.434418462 +0100
+++ /var/tmp/diff_new_pack.eD24Ry/_new 2025-11-26 18:50:05.434418462 +0100
@@ -1,7 +1,7 @@
#
# spec file for package apache2-mod_wsgi
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -57,6 +57,8 @@
for hosting WSGI applications within Apache has a lower overhead than using
existing WSGI adapters for mod_python or CGI.
+To load the module into Apache, run the command "a2enmod wsgi" as root.
+
%prep
%autosetup -n %{modname}-%{version}
@@ -85,13 +87,6 @@
fi
%endif
-%if 0%{?suse_version}
-%posttrans
-if ! %{_sbindir}/a2enmod -q wsgi; then
- %{_sbindir}/a2enmod wsgi
-fi
-%endif
-
%files
%defattr(-,root,root)
%doc LICENSE README.rst docs/release-notes