Accepting request 866597 from devel:kubic:ignition

OBS-URL: https://build.opensuse.org/request/show/866597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/combustion?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2021-01-25 17:25:02 +00:00 committed by Git OBS Bridge
commit b7fef5da97
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 20 09:50:53 UTC 2021 - Fabian Vogt <fvogt@suse.com>
- module-setup.sh: Install grep as well
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 22 07:26:03 UTC 2020 - Fabian Vogt <fvogt@suse.com> Thu Oct 22 07:26:03 UTC 2020 - Fabian Vogt <fvogt@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package combustion # spec file for package combustion
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 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

@ -8,7 +8,7 @@ install() {
inst_simple "${moddir}/combustion.rules" "/etc/udev/rules.d/70-combustion.rules" inst_simple "${moddir}/combustion.rules" "/etc/udev/rules.d/70-combustion.rules"
mkdir -p "${initdir}/${systemdsystemunitdir}/initrd.target.requires/" mkdir -p "${initdir}/${systemdsystemunitdir}/initrd.target.requires/"
ln_r "../combustion.service" "${systemdsystemunitdir}/initrd.target.requires/combustion.service" ln_r "../combustion.service" "${systemdsystemunitdir}/initrd.target.requires/combustion.service"
inst_multiple awk chroot findmnt rmdir inst_multiple awk chroot findmnt grep rmdir
inst_simple "${moddir}/combustion" "/usr/bin/combustion" inst_simple "${moddir}/combustion" "/usr/bin/combustion"
# Wait up to 10s (30s on aarch64) for the config drive # Wait up to 10s (30s on aarch64) for the config drive