Accepting request 1128310 from home:favogt:combustion
- Update to version 1.3: * Add udev rule for VMware guestinfo * Read VMware guestinfo value as base64 encoded gzipped script * Support VMware guestinfo OBS-URL: https://build.opensuse.org/request/show/1128310 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/combustion?expand=0&rev=50
This commit is contained in:
parent
9fa5f10dcf
commit
1dd8d93ac2
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/combustion.git</param>
|
||||
<param name="changesrevision">9771c4b4bca1af398037aa063dbee6f4b608f826</param></service></servicedata>
|
||||
<param name="changesrevision">b809a95b4b5eb8ca2277250fc47ee6e715f4a8c8</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:190d4910df722ce8d6525721147ac7e2b74e0bb97d374c51aa120adf871aaa51
|
||||
size 46090
|
3
combustion-1.3.obscpio
Normal file
3
combustion-1.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cae8f5c93cf2a0979c35c5f6a561cbbc118aed35ea0b91128840c23793804166
|
||||
size 47626
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 10:46:52 UTC 2023 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Update to version 1.3:
|
||||
* Add udev rule for VMware guestinfo
|
||||
* Read VMware guestinfo value as base64 encoded gzipped script
|
||||
* Support VMware guestinfo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 18 06:14:38 UTC 2023 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: combustion
|
||||
version: 1.2+git9
|
||||
mtime: 1697609635
|
||||
commit: 9771c4b4bca1af398037aa063dbee6f4b608f826
|
||||
version: 1.3
|
||||
mtime: 1700736320
|
||||
commit: b809a95b4b5eb8ca2277250fc47ee6e715f4a8c8
|
||||
|
@ -17,15 +17,19 @@
|
||||
|
||||
|
||||
Name: combustion
|
||||
Version: 1.2+git9
|
||||
Version: 1.3
|
||||
Release: 0
|
||||
Summary: System for initial configuration of appliances
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Management
|
||||
URL: https://github.com/openSUSE/combustion
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
# This doesn't work with old ignition,conflict with the old firstboot mechanism.
|
||||
# This doesn't work with old ignition, conflict with the old firstboot mechanism.
|
||||
Conflicts: ignition-dracut-grub2
|
||||
Requires: awk
|
||||
# For VMware guestinfo
|
||||
Suggests: open-vm-tools
|
||||
Requires: (gzip if open-vm-tools)
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user