forked from cockpit/cockpit
Add 0005-cockpit-ws-user-remove-default-deps.patch (bsc#1229146)
This commit is contained in:
parent
b82fac98a6
commit
f835006e9a
11
0005-cockpit-ws-user-remove-default-deps.patch
Normal file
11
0005-cockpit-ws-user-remove-default-deps.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- pkg/src/systemd/cockpit-ws-user.service
|
||||
+++ pkg/src/systemd/cockpit-ws-user.service
|
||||
@@ -1,6 +1,8 @@
|
||||
[Unit]
|
||||
Description=Dynamic user for cockpit-ws
|
||||
Documentation=man:cockpit-ws(8)
|
||||
+# avoid dependency loop with basic.target/sockets.target shutdown
|
||||
+DefaultDependencies=no
|
||||
BindsTo=cockpit.service
|
||||
|
||||
[Service]
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 20 11:44:33 UTC 2024 - Alice Brooks <alice.brooks@suse.com>
|
||||
|
||||
- add 0005-cockpit-ws-user-remove-default-deps.patch (bsc#1229146)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 13:47:26 UTC 2024 - Luna D Dragon <luna.dragon@suse.com>
|
||||
|
||||
|
@ -72,6 +72,7 @@ Patch102: 0002-selinux-temporary-remove-setroubleshoot-section.patch
|
||||
Patch103: 0004-leap-gnu18-removal.patch
|
||||
Patch104: selinux_libdir.patch
|
||||
Patch105: fix-libexecdir.patch
|
||||
Patch106: 0005-cockpit-ws-user-remove-default-deps.patch
|
||||
|
||||
%define build_all 1
|
||||
%if 0%{?rhel} == 8 && 0%{?epel} == 0 && !0%{?build_all}
|
||||
@ -227,6 +228,7 @@ BuildRequires: python3-tox-current-env
|
||||
%patch -P 3 -p1
|
||||
%patch -P 4 -p1
|
||||
%patch -P 5 -p1
|
||||
%patch -P 106 -p1
|
||||
|
||||
# SLE Micro specific patches
|
||||
%if 0%{?is_smo}
|
||||
|
Loading…
Reference in New Issue
Block a user