Hello community,

here is the log from the commit of package calamares for openSUSE:Factory 
checked in at 2019-02-08 12:11:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calamares (Old)
 and      /work/SRC/openSUSE:Factory/.calamares.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calamares"

Fri Feb  8 12:11:18 2019 rev:6 rq:672107 version:3.1.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/calamares/calamares.changes      2018-07-17 
09:42:51.029190484 +0200
+++ /work/SRC/openSUSE:Factory/.calamares.new.28833/calamares.changes   
2019-02-08 12:11:22.545514865 +0100
@@ -1,0 +2,9 @@
+Wed Feb  6 07:59:44 UTC 2019 - opensuse.lietuviu.ka...@gmail.com
+
+- Add patch 3.1.4-unpackfs.conf_Leap15.patch to reflect changed 
+  path to LiveOS read-only filesystem in KIWI-ng (KIWI 9)
+  (bnc#1124451).
+- BuildRequires libboost_python3-devel for Leap 15.0 and newer
+  instead of boost-devel (bnc#1124423, upstream issue 817).
+
+-------------------------------------------------------------------
@@ -4 +13 @@
-- Fix building for openSUSE Leap 42.3 by swithching to GCC7.
+- Fix building for openSUSE Leap 42.3 by switching to GCC7.

New:
----
  3.1.4-unpackfs.conf_Leap15.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ calamares.spec ++++++
--- /var/tmp/diff_new_pack.xSZmsg/_old  2019-02-08 12:11:23.257514597 +0100
+++ /var/tmp/diff_new_pack.xSZmsg/_new  2019-02-08 12:11:23.257514597 +0100
@@ -33,14 +33,22 @@
 Patch2:         2.4-bootloader.conf.patch
 Patch3:         2.4-services.conf.patch
 Patch4:         3.0-settings.conf.patch
+%if 0%{?sle_version} >= 150000
+Patch5:         3.1.4-unpackfs.conf_Leap15.patch
+%else
 Patch5:         3.1.4-unpackfs.conf.patch
+%endif
 Patch6:         3.1.2-configuring_autologin_in_sysconfig.patch
 Patch7:         2.4-removeuser.conf.patch
 Patch8:         3.1.1-welcome.conf.patch
 Patch9:         3.1-show.qml.patch
 Provides:       %{name}-libs%{_sover} = %{version}
 Obsoletes:      %{name}-libs%{_sover} < %{version}
+%if %{?suse_version} >= 1500
+BuildRequires:  libboost_python3-devel
+%else
 BuildRequires:  boost-devel >= 1.59.0
+%endif
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  desktop-file-utils
 BuildRequires:  extra-cmake-modules >= 0.0.13

++++++ 3.1.4-unpackfs.conf_Leap15.patch ++++++
Adjust some default settings (default shipped .conf files) for openSUSE and 
openSUSE based appliances.

diff --git a/src/modules/unpackfs/unpackfs.conf 
b/src/modules/unpackfs/unpackfs.conf
index 68de113..eb6169f 100644
--- a/src/modules/unpackfs/unpackfs.conf
+++ b/src/modules/unpackfs/unpackfs.conf
@@ -33,6 +33,6 @@
 
 # You can list filesystem source paths relative to the Calamares run
 # directory, if you use -d (this is only useful for testing, though).
-    -   source: ./example.sqfs
-        sourcefs: squashfs
-        destination: ""
+    -   source: "/run/rootfsbase"
+        sourcefs: "ext4"
+        destination: "/"

Reply via email to