Accepting request 769730 from home:dimstar:Factory
Shortcut through -mini OBS-URL: https://build.opensuse.org/request/show/769730 OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=43
This commit is contained in:
parent
aaa8c68bda
commit
9509cb72ff
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 16:40:08 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
|
||||
shortcut through the -mini flavors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 22 08:44:39 UTC 2018 - Vítězslav Čížek <vcizek@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package thttpd
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@ -28,7 +28,7 @@ Release: 0
|
||||
Summary: Small and simple webserver
|
||||
License: BSD-3-Clause
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
Url: http://www.acme.com/software/thttpd/
|
||||
URL: http://www.acme.com/software/thttpd/
|
||||
Source: http://www.acme.com/software/thttpd/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}-initd.script
|
||||
Source2: %{name}.service
|
||||
@ -60,8 +60,8 @@ Conflicts: apache2-example-pages
|
||||
Conflicts: apache2-utils
|
||||
Provides: http_daemon
|
||||
%if %{with_systemd}
|
||||
BuildRequires: systemd
|
||||
%{?systemd_requires}
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
%{?systemd_ordering}
|
||||
%else
|
||||
Requires(post): %fillup_prereq
|
||||
Requires(post): %insserv_prereq
|
||||
|
Loading…
Reference in New Issue
Block a user