Hello community, here is the log from the commit of package uwsgi for openSUSE:Factory checked in at 2020-03-10 10:39:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uwsgi (Old) and /work/SRC/openSUSE:Factory/.uwsgi.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uwsgi" Tue Mar 10 10:39:16 2020 rev:35 rq:783177 version:2.0.18 Changes: -------- --- /work/SRC/openSUSE:Factory/uwsgi/uwsgi.changes 2019-12-21 12:34:39.759456859 +0100 +++ /work/SRC/openSUSE:Factory/.uwsgi.new.26092/uwsgi.changes 2020-03-10 10:39:17.741560066 +0100 @@ -1,0 +2,5 @@ +Mon Mar 9 14:24:36 UTC 2020 - [email protected] + +- disable geoip plugin [bsc#1156199] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uwsgi.spec ++++++ --- /var/tmp/diff_new_pack.4hH3Qd/_old 2020-03-10 10:39:18.625560541 +0100 +++ /var/tmp/diff_new_pack.4hH3Qd/_new 2020-03-10 10:39:18.625560541 +0100 @@ -1,7 +1,7 @@ # # spec file for package uwsgi # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -65,7 +65,6 @@ #BuildRequires: go BuildRequires: java-devel #BuildRequires: krb5-devel -BuildRequires: libGeoIP-devel BuildRequires: libattr-devel BuildRequires: libcap-devel BuildRequires: libcurl-devel @@ -206,18 +205,6 @@ applications (vassals) via ZeroMQ. -%package geoip -Summary: GeoIP Plugin for uWSGI -Group: Productivity/Networking/Web/Servers -Requires: %{name} = %{version} -Requires: %{name}-python = %{version} - -%description geoip -uWSGI is a self-healing application container server coded in pure C. - -This package contains support for GeoIP routing. - - %package gevent Summary: Gevent Plugin for uWSGI Group: Productivity/Networking/Web/Servers @@ -493,6 +480,9 @@ # matheval is deprecated excluded_plugins="$excluded_plugins matheval" +# bsc#1156199 - python-txtorcon: GeoIP support is discontinued +excluded_plugins="$excluded_plugins geoip" + # V8 is not yet available on all platforms and is broken in the v8 versions in # 13.1+ %ifarch %{ix86} x86_64 %{arm} aarch64 ppc ppc64 ppc64le @@ -683,10 +673,6 @@ %defattr(-,root,root,-) %{_libdir}/uwsgi/emperor_zeromq_plugin.so -%files geoip -%defattr(-,root,root,-) -%{_libdir}/uwsgi/geoip_plugin.so - %files gevent %defattr(-,root,root,-) %{_libdir}/uwsgi/gevent_plugin.so
