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:
James Oakley 2019-12-20 14:23:30 +00:00 committed by Git OBS Bridge
parent 0cc4fb8d07
commit d153f99930
2 changed files with 9 additions and 3 deletions

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# 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
License: Apache-2.0 AND GPL-2.0-only WITH GCC-exception-2.0
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
Source1: opensuse.ini.in
Source2: uwsgi.service
@ -102,8 +102,8 @@ BuildRequires: python3-devel
BuildRequires: ruby19-devel
%endif
BuildRequires: sqlite3-devel
BuildRequires: systemd-devel
BuildRequires: tcpd-devel
BuildRequires: pkgconfig(libsystemd)
%ifarch %{ix86} x86_64 %{arm} aarch64
%if 0%{?suse_version} < 1310
BuildRequires: v8-devel