Accepting request 1153998 from devel:kubic:ignition

OBS-URL: https://build.opensuse.org/request/show/1153998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ignition?expand=0&rev=43
This commit is contained in:
Dominique Leuenberger 2024-03-03 19:18:53 +00:00 committed by Git OBS Bridge
commit 4734931bed
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 1 12:53:50 UTC 2024 - Fabian Vogt <fvogt@suse.com>
- module-setup.sh: Use $dracutsysrootdir
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 24 13:20:31 UTC 2023 - iforster@suse.com Fri Nov 24 13:20:31 UTC 2023 - iforster@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package ignition # spec file for package ignition
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 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

View File

@ -4,7 +4,7 @@
check() { check() {
# Omit if building for this already configured system # Omit if building for this already configured system
if [[ $hostonly ]] && [ -e /etc/machine-id ]; then if [[ $hostonly ]] && [ -e "${dracutsysrootdir}/etc/machine-id" ]; then
return 255 return 255
fi fi
return 0 return 0