Hello community,

here is the log from the commit of package openSUSE-MicroOS for 
openSUSE:Factory checked in at 2020-12-17 17:05:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-MicroOS (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.5145 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-MicroOS"

Thu Dec 17 17:05:58 2020 rev:36 rq:856677 version:16.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openSUSE-MicroOS/openSUSE-MicroOS.changes        
2020-12-10 15:59:22.702924512 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.5145/openSUSE-MicroOS.changes  
    2020-12-17 17:09:18.721971278 +0100
@@ -1,0 +2,16 @@
+Thu Dec 17 12:21:37 UTC 2020 - Fabian Vogt <fv...@suse.com>
+
+- Fixes for building with kiwi outside of OBS:
+  * Include ca-certificates-mozilla during bootstrap
+  * Add several packages to bootstrap to force zypper to pick the
+    right alternative
+  * Drop use of namedCollection, it's redundant anyway
+  * Drop udev from bootstrap, not needed
+
+-------------------------------------------------------------------
+Fri Dec 11 15:45:58 UTC 2020 - Richard Brown <rbr...@suse.com>
+
+- Restore DHCLIENT_SET_HOSTNAME=yes from Apr 2019 as we no longer
+  have cloud-init taking care of the hostname 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openSUSE-MicroOS.kiwi ++++++
--- /var/tmp/diff_new_pack.w9oLme/_old  2020-12-17 17:09:19.293971846 +0100
+++ /var/tmp/diff_new_pack.w9oLme/_new  2020-12-17 17:09:19.293971846 +0100
@@ -554,17 +554,12 @@
     </repository>
     <packages type="image">
         <package name="live-add-yast-repos"/>
-
-        <namedCollection name="basesystem"/>
+        <!-- Apparently zypper (?) doesn't like having multiple patterns with 
the same name,
+             so avoid using namedCollection at least for basesystem -->
         <package name="patterns-microos-basesystem"/>
-
-        <namedCollection name="bootloader"/>
         <package name="patterns-base-bootloader"/>
-
-        <package name="kernel-default"/>
-
-        <namedCollection name="microos_defaults"/>
         <package name="patterns-microos-defaults"/>
+        <package name="kernel-default"/>
     </packages>
     <packages type="image" 
profiles="kvm-and-xen,kvm-and-xen_x86_64,kvm-and-xen_aarch64,VMware,MS-HyperV,VirtualBox,Pine64,RaspberryPi,RaspberryPi2,Vagrant_x86_64,Vagrant_aarch64">
         <!-- Needed for initial configuration, except on OpenStack-Cloud, 
where cloud-init is used -->
@@ -647,10 +642,17 @@
         <package name="kernel-firmware-all"/> <!-- Fix choice between 
kernel-firmware and kernel-firmware-all -->
     </packages>
     <packages type="bootstrap">
-        <package name="udev"/>
+        <!-- Avoid that zypper picks the busybox-foo variant for those, that 
would fail later -->
+        <package name="coreutils"/>
+        <package name="gzip"/>
+        <package name="gawk"/>
+        <!-- Avoid libressl -->
+        <package name="openssl"/>
+
         <package name="filesystem"/>
         <package name="glibc-locale-base"/>
-        <package name="ca-certificates"/>
+        <!-- So that https repos work for image package downloads -->
+        <package name="ca-certificates-mozilla"/>
         <!-- TODO: Use the proper flavors once available -->
         <package name="MicroOS-release-dvd"/>
     </packages>

++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.w9oLme/_old  2020-12-17 17:09:19.381971933 +0100
+++ /var/tmp/diff_new_pack.w9oLme/_new  2020-12-17 17:09:19.381971933 +0100
@@ -54,6 +54,11 @@
 suseImportBuildKey
 
 #======================================
+# Set hostname by DHCP
+#--------------------------------------
+baseUpdateSysConfig /etc/sysconfig/network/dhcp DHCLIENT_SET_HOSTNAME yes
+
+#======================================
 # Enable DHCP on eth0
 #--------------------------------------
 cat >/etc/sysconfig/network/ifcfg-eth0 <<EOF
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to