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>
|
Mon Oct 22 08:44:39 UTC 2018 - Vítězslav Čížek <vcizek@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package thttpd
|
# 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
|
# 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
|
||||||
@ -28,7 +28,7 @@ Release: 0
|
|||||||
Summary: Small and simple webserver
|
Summary: Small and simple webserver
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Productivity/Networking/Web/Servers
|
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
|
Source: http://www.acme.com/software/thttpd/%{name}-%{version}.tar.gz
|
||||||
Source1: %{name}-initd.script
|
Source1: %{name}-initd.script
|
||||||
Source2: %{name}.service
|
Source2: %{name}.service
|
||||||
@ -60,8 +60,8 @@ Conflicts: apache2-example-pages
|
|||||||
Conflicts: apache2-utils
|
Conflicts: apache2-utils
|
||||||
Provides: http_daemon
|
Provides: http_daemon
|
||||||
%if %{with_systemd}
|
%if %{with_systemd}
|
||||||
BuildRequires: systemd
|
BuildRequires: pkgconfig(systemd)
|
||||||
%{?systemd_requires}
|
%{?systemd_ordering}
|
||||||
%else
|
%else
|
||||||
Requires(post): %fillup_prereq
|
Requires(post): %fillup_prereq
|
||||||
Requires(post): %insserv_prereq
|
Requires(post): %insserv_prereq
|
||||||
|
Loading…
Reference in New Issue
Block a user