Accepting request 832534 from home:kukuk:container

- cockpit-ws: don't require systemd (allows to build a very small
  cockpit-ws container)

OBS-URL: https://build.opensuse.org/request/show/832534
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit?expand=0&rev=43
This commit is contained in:
Ludwig Nussel 2020-09-07 07:51:41 +00:00 committed by Git OBS Bridge
parent 4d8609e66e
commit bb997c14a6
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 4 12:09:16 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
- cockpit-ws: don't require systemd (allows to build a very small
cockpit-ws container)
-------------------------------------------------------------------
Mon Aug 31 15:46:35 UTC 2020 - Ludwig Nussel <lnussel@suse.de>

View File

@ -472,12 +472,16 @@ Requires: group(wheel)
Conflicts: firewalld < 0.6.0-1
Recommends: sscg >= 2.3
Recommends: system-logos
%if !0%{?suse_version}
Requires: systemd >= 235
%endif
Suggests: sssd-dbus
Requires(pre): permissions
%if !0%{?suse_version}
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
%endif
%description ws
The Cockpit Web Service listens on the network, and authenticates users.