Hello community,
here is the log from the commit of package kiwi-templates-JeOS for
openSUSE:Leap:15.2:Images checked in at 2020-06-29 12:30:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2:Images/kiwi-templates-JeOS (Old)
and /work/SRC/openSUSE:Leap:15.2:Images/.kiwi-templates-JeOS.new.3060
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-templates-JeOS"
Mon Jun 29 12:30:20 2020 rev:2 rq:817046 version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
New:
----
project.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ _link ++++++
--- /var/tmp/diff_new_pack.oKzNt4/_old 2020-06-29 12:30:21.727854987 +0200
+++ /var/tmp/diff_new_pack.oKzNt4/_new 2020-06-29 12:30:21.727854987 +0200
@@ -1,9 +1,5 @@
-<link project="openSUSE:Leap:15.2:Update" package="kiwi-templates-JeOS">
-<patches>
- <!-- <branch /> for a full copy, default case -->
- <!-- <apply name="patch" /> apply a patch on the source directory -->
- <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top
(spec file only) -->
- <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec
file only) -->
- <!-- <delete name="filename" /> delete a file -->
-</patches>
+<link project="openSUSE:Leap:15.2:Update" package="kiwi-templates-JeOS"
baserev="637e28064ea5747d54b6fe4fe29d8375">
+ <patches>
+ <apply name="project.diff"/>
+ </patches>
</link>
++++++ project.diff ++++++
--- JeOS.kiwi.orig
+++ JeOS.kiwi
@@ -123,7 +123,9 @@
bootpartition="false"
bootkernel="custom"
devicepersistency="by-uuid"
- />
+ >
+ <size unit="G">1</size>
+ </type>
</preferences>
<preferences profiles="MS-HyperV">
--- kiwi-templates-JeOS.changes.orig
+++ kiwi-templates-JeOS.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Jun 25 11:28:34 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Force disk size of OpenStack-Cloud to 1GiB to avoid ENOSPC
+ (bsc#1096738)
+
+-------------------------------------------------------------------
Tue Apr 14 14:17:39 UTC 2020 - Fabian Vogt <[email protected]>
- Also show WLAN interfaces in /etc/issue (bsc#1169070)