Accepting request 970361 from devel:kubic:ignition

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/970361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ignition?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2022-04-17 21:49:49 +00:00 committed by Git OBS Bridge
commit 07f0a63f10
2 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,2 @@
[Service]
ExecStart=/usr/bin/sh -c 'if [ -e /sysroot/etc/selinux/.relabelled ]; then >> /sysroot/etc/selinux/.autorelabel; fi'
ExecStart=/bin/sh -c 'if [ -e /sysroot/etc/selinux/.relabelled ]; then >> /sysroot/etc/selinux/.autorelabel; fi'

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 8 13:47:56 UTC 2022 - Ignaz Forster <iforster@suse.com>
- Use /bin/sh instead of /usr/bin/sh (for backwards compatibility
with SLE Micro 5.1) [bsc#1196679]
-------------------------------------------------------------------
Tue Apr 5 14:57:20 UTC 2022 - Ignaz Forster <iforster@suse.com>