Accepting request 621112 from server:http
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/621112 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uwsgi?expand=0&rev=28
This commit is contained in:
commit
778baa036d
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 31 00:45:55 UTC 2018 - jfunk@funktronics.ca
|
||||
|
||||
- Don't create a /run directory for Apache on startup. It fails if Apache is
|
||||
not installed and sockets are defined per-application anyway (bnc#1082002)
|
||||
- Fix broken build dependency on Leap 15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 24 10:48:33 UTC 2018 - michael@stroeder.com
|
||||
|
||||
- Require Apache 2.4.33 for Leap 15 and Tumbleweed
|
||||
because otherwise mod_proxy_uwsgi is not available (bsc#1090695)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 18 13:32:20 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -1,11 +1,8 @@
|
||||
[Unit]
|
||||
Description=Application Container Server for Networked/Clustered Web Applications
|
||||
Requires=var-run.mount
|
||||
After=var-run.mount
|
||||
Documentation=https://uwsgi-docs.readthedocs.io/en/latest/
|
||||
|
||||
[Service]
|
||||
ExecStartPre=/usr/bin/install -d -o wwwrun -g www -m 0755 /run/uwsgi
|
||||
ExecStart=/usr/sbin/uwsgi --autoload --ini /etc/uwsgi/uwsgi.ini
|
||||
Restart=always
|
||||
Type=notify
|
||||
|
@ -47,7 +47,11 @@ Patch3: uwsgi-1.9.11-systemd_logger-old_systemd.patch
|
||||
%define apxs %{_sbindir}/apxs2
|
||||
%endif
|
||||
%define apache_libexecdir %(%{apxs} -q LIBEXECDIR)
|
||||
%if 0%{suse_version} < 1500
|
||||
BuildRequires: apache2-devel
|
||||
%else
|
||||
BuildRequires: apache2-devel >= 2.4.33
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1500
|
||||
BuildRequires: argon2-devel
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user