Accepting request 758275 from home:dimstar:Factory
Allow systemd-mini OBS-URL: https://build.opensuse.org/request/show/758275 OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=85
This commit is contained in:
parent
0cc4fb8d07
commit
d153f99930
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 19 14:54:12 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- BuildRequire pkgconfig(libsystemd) instead of systemd-devel:
|
||||||
|
Allow OBS to shortcut through the -mini flavors.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 30 04:48:25 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
|
Tue Apr 30 04:48:25 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package uwsgi
|
# spec file for package uwsgi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 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
|
||||||
@ -22,7 +22,7 @@ Release: 0
|
|||||||
Summary: Application Container Server for Networked/Clustered Web Applications
|
Summary: Application Container Server for Networked/Clustered Web Applications
|
||||||
License: Apache-2.0 AND GPL-2.0-only WITH GCC-exception-2.0
|
License: Apache-2.0 AND GPL-2.0-only WITH GCC-exception-2.0
|
||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
Url: https://uwsgi-docs.readthedocs.io/en/latest/
|
URL: https://uwsgi-docs.readthedocs.io/en/latest/
|
||||||
Source: https://projects.unbit.it/downloads/uwsgi-%{version}.tar.gz
|
Source: https://projects.unbit.it/downloads/uwsgi-%{version}.tar.gz
|
||||||
Source1: opensuse.ini.in
|
Source1: opensuse.ini.in
|
||||||
Source2: uwsgi.service
|
Source2: uwsgi.service
|
||||||
@ -102,8 +102,8 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: ruby19-devel
|
BuildRequires: ruby19-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: sqlite3-devel
|
BuildRequires: sqlite3-devel
|
||||||
BuildRequires: systemd-devel
|
|
||||||
BuildRequires: tcpd-devel
|
BuildRequires: tcpd-devel
|
||||||
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
%ifarch %{ix86} x86_64 %{arm} aarch64
|
%ifarch %{ix86} x86_64 %{arm} aarch64
|
||||||
%if 0%{?suse_version} < 1310
|
%if 0%{?suse_version} < 1310
|
||||||
BuildRequires: v8-devel
|
BuildRequires: v8-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user