Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pagure for openSUSE:Factory checked in at 2025-11-26 17:16:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pagure (Old) and /work/SRC/openSUSE:Factory/.pagure.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pagure" Wed Nov 26 17:16:15 2025 rev:28 rq:1320079 version:5.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/pagure/pagure.changes 2024-08-22 18:13:37.694552266 +0200 +++ /work/SRC/openSUSE:Factory/.pagure.new.14147/pagure.changes 2025-11-26 17:16:20.588484055 +0100 @@ -1,0 +2,5 @@ +Thu Nov 20 15:49:11 UTC 2025 - Wolfgang Frisch <[email protected]> + +- web-apache-httpd: enable mod_wsgi during installation, but not on upgrade. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pagure.spec ++++++ --- /var/tmp/diff_new_pack.utwDxe/_old 2025-11-26 17:16:21.404518480 +0100 +++ /var/tmp/diff_new_pack.utwDxe/_new 2025-11-26 17:16:21.408518649 +0100 @@ -1,7 +1,7 @@ # # spec file for package pagure # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2021 Neal Gompa <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -551,6 +551,11 @@ %post mirror %systemd_post pagure_mirror.service +%post web-apache-httpd +if [ $1 -eq 1 ]; then + a2enmod wsgi >/dev/null || : +fi + %preun %systemd_preun pagure_worker.service %systemd_preun pagure_authorized_keys_worker.service
