Accepting request 783177 from server:http
OBS-URL: https://build.opensuse.org/request/show/783177 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uwsgi?expand=0&rev=35
This commit is contained in:
commit
ae149cebd0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 14:24:36 UTC 2020 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- disable geoip plugin [bsc#1156199]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 19 14:54:12 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
Thu Dec 19 14:54:12 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
22
uwsgi.spec
22
uwsgi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package uwsgi
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -65,7 +65,6 @@ BuildRequires: glusterfs-devel
|
|||||||
#BuildRequires: go
|
#BuildRequires: go
|
||||||
BuildRequires: java-devel
|
BuildRequires: java-devel
|
||||||
#BuildRequires: krb5-devel
|
#BuildRequires: krb5-devel
|
||||||
BuildRequires: libGeoIP-devel
|
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
@ -206,18 +205,6 @@ This package contains an emperor plugin allowing for configuration of
|
|||||||
applications (vassals) via ZeroMQ.
|
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
|
%package gevent
|
||||||
Summary: Gevent Plugin for uWSGI
|
Summary: Gevent Plugin for uWSGI
|
||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
@ -493,6 +480,9 @@ excluded_plugins="$excluded_plugins libtcc"
|
|||||||
# matheval is deprecated
|
# matheval is deprecated
|
||||||
excluded_plugins="$excluded_plugins matheval"
|
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
|
# V8 is not yet available on all platforms and is broken in the v8 versions in
|
||||||
# 13.1+
|
# 13.1+
|
||||||
%ifarch %{ix86} x86_64 %{arm} aarch64 ppc ppc64 ppc64le
|
%ifarch %{ix86} x86_64 %{arm} aarch64 ppc ppc64 ppc64le
|
||||||
@ -683,10 +673,6 @@ ln -sf /usr/sbin/service %{buildroot}%{_sbindir}/rcuwsgi
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/uwsgi/emperor_zeromq_plugin.so
|
%{_libdir}/uwsgi/emperor_zeromq_plugin.so
|
||||||
|
|
||||||
%files geoip
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/uwsgi/geoip_plugin.so
|
|
||||||
|
|
||||||
%files gevent
|
%files gevent
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/uwsgi/gevent_plugin.so
|
%{_libdir}/uwsgi/gevent_plugin.so
|
||||||
|
Loading…
Reference in New Issue
Block a user