diff --git a/_servicedata b/_servicedata
index 628410e..6b5a0c7 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/openSUSE/combustion.git
- 9771c4b4bca1af398037aa063dbee6f4b608f826
\ No newline at end of file
+ b809a95b4b5eb8ca2277250fc47ee6e715f4a8c8
\ No newline at end of file
diff --git a/combustion-1.2+git9.obscpio b/combustion-1.2+git9.obscpio
deleted file mode 100644
index 0d5b505..0000000
--- a/combustion-1.2+git9.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:190d4910df722ce8d6525721147ac7e2b74e0bb97d374c51aa120adf871aaa51
-size 46090
diff --git a/combustion-1.3.obscpio b/combustion-1.3.obscpio
new file mode 100644
index 0000000..0a6a6e6
--- /dev/null
+++ b/combustion-1.3.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cae8f5c93cf2a0979c35c5f6a561cbbc118aed35ea0b91128840c23793804166
+size 47626
diff --git a/combustion.changes b/combustion.changes
index ba49919..ee5501d 100644
--- a/combustion.changes
+++ b/combustion.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Thu Nov 23 10:46:52 UTC 2023 - Fabian Vogt
+
+- 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
diff --git a/combustion.obsinfo b/combustion.obsinfo
index 2bbe87c..5aa2a4a 100644
--- a/combustion.obsinfo
+++ b/combustion.obsinfo
@@ -1,4 +1,4 @@
name: combustion
-version: 1.2+git9
-mtime: 1697609635
-commit: 9771c4b4bca1af398037aa063dbee6f4b608f826
+version: 1.3
+mtime: 1700736320
+commit: b809a95b4b5eb8ca2277250fc47ee6e715f4a8c8
diff --git a/combustion.spec b/combustion.spec
index 98356c1..d9367a2 100644
--- a/combustion.spec
+++ b/combustion.spec
@@ -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