Accepting request 772325 from server:http

OBS-URL: https://build.opensuse.org/request/show/772325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thttpd?expand=0&rev=41
This commit is contained in:
Dominique Leuenberger 2020-02-09 19:49:12 +00:00 committed by Git OBS Bridge
commit dda3410d3e
2 changed files with 10 additions and 4 deletions

View File

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

View File

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