forked from pool/combustion
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
2b74ee4830 | |||
18b7f0f848 |
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/combustion.git</param>
|
||||
<param name="changesrevision">4ad9eeaf43bf6eaf8268176e92ad3e4e1cc9fd91</param></service></servicedata>
|
||||
<param name="changesrevision">ef1f0a48d97d7f2eacf8333288cd7adb5b83d92e</param></service></servicedata>
|
BIN
combustion-1.4+git8.obscpio
(Stored with Git LFS)
BIN
combustion-1.4+git8.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
combustion-1.5.obscpio
(Stored with Git LFS)
Normal file
BIN
combustion-1.5.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 21 12:52:43 UTC 2025 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Update to version 1.5:
|
||||
* Add support for nested /etc subvolumes
|
||||
* Log combustion-prepare.service to journal+console
|
||||
* CI: Verify combustion runs only on the first boot
|
||||
* CI: Add some missing SYSTEMD_IGNORE_CHROOT=1 to poweroff calls
|
||||
* CI: Add a test with Minimal-VM
|
||||
* Silence stderr of grep in /proc/*/mountinfo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 12:12:40 UTC 2024 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: combustion
|
||||
version: 1.4+git8
|
||||
mtime: 1724242107
|
||||
commit: 4ad9eeaf43bf6eaf8268176e92ad3e4e1cc9fd91
|
||||
version: 1.5
|
||||
mtime: 1742561462
|
||||
commit: ef1f0a48d97d7f2eacf8333288cd7adb5b83d92e
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package combustion
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: combustion
|
||||
Version: 1.4+git8
|
||||
Version: 1.5
|
||||
Release: 0
|
||||
Summary: System for initial configuration of appliances
|
||||
License: GPL-2.0-or-later
|
||||
|
Reference in New Issue
Block a user