commit opensuse-tumbleweed-image for openSUSE:Factory

2020-11-05 Thread root
Hello community,

here is the log from the commit of package opensuse-tumbleweed-image for 
openSUSE:Factory checked in at 2020-11-05 21:54:16

Comparing /work/SRC/openSUSE:Factory/opensuse-tumbleweed-image (Old)
 and  /work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.11331 (New)


Package is "opensuse-tumbleweed-image"

Thu Nov  5 21:54:16 2020 rev:13 rq:845731 version:1.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/opensuse-tumbleweed-image/opensuse-tumbleweed-image.changes
  2020-07-16 12:08:38.278369322 +0200
+++ 
/work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.11331/opensuse-tumbleweed-image.changes
   2020-11-05 21:55:02.148168546 +0100
@@ -1,0 +2,6 @@
+Fri Oct 23 16:20:11 UTC 2020 - Ludwig Nussel 
+
+- add systemd flavor that uses networkd and resolved. Useful and quick
+  booting for use in machined
+
+---



Other differences:
--
++ config.kiwi ++
--- /var/tmp/diff_new_pack.6wWlMW/_old  2020-11-05 21:55:02.592167548 +0100
+++ /var/tmp/diff_new_pack.6wWlMW/_new  2020-11-05 21:55:02.592167548 +0100
@@ -13,6 +13,7 @@
   
 
 
+
   
   
 
@@ -47,9 +48,22 @@
 false
 true
   
+  
+
+1.0.0
+zypper
+false
+true
+  
   
 
   
+  
+
+
+
+
+  
   
 
 

++ _multibuild ++
--- /var/tmp/diff_new_pack.6wWlMW/_old  2020-11-05 21:55:02.644167431 +0100
+++ /var/tmp/diff_new_pack.6wWlMW/_new  2020-11-05 21:55:02.644167431 +0100
@@ -1,4 +1,5 @@
 
   docker
   lxc
+  networkd
 

++ config.sh ++
--- /var/tmp/diff_new_pack.6wWlMW/_old  2020-11-05 21:55:02.668167377 +0100
+++ /var/tmp/diff_new_pack.6wWlMW/_new  2020-11-05 21:55:02.672167368 +0100
@@ -36,4 +36,12 @@
 # Remove zypp uuid (bsc#1098535)
 rm -f /var/lib/zypp/AnonymousUniqueId
 
+if [[ "$kiwi_profiles" == *"networkd"* ]]; then
+   systemctl enable systemd-networkd
+   systemctl enable systemd-resolved
+   # FIXME: kiwi deletes /etc/resolv.conf so we have to use tmpfiles here.
+   # Should come via some preset package anyways I guess.
+   echo "L /etc/resolv.conf - - - - /run/systemd/resolve/stub-resolv.conf" 
> /etc/tmpfiles.d/stub-resolv.conf
+fi
+
 exit 0




commit opensuse-tumbleweed-image for openSUSE:Factory

2020-07-16 Thread root
Hello community,

here is the log from the commit of package opensuse-tumbleweed-image for 
openSUSE:Factory checked in at 2020-07-16 12:08:31

Comparing /work/SRC/openSUSE:Factory/opensuse-tumbleweed-image (Old)
 and  /work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.3592 (New)


Package is "opensuse-tumbleweed-image"

Thu Jul 16 12:08:31 2020 rev:12 rq:820842 version:1.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/opensuse-tumbleweed-image/opensuse-tumbleweed-image.changes
  2020-04-18 00:31:59.390246059 +0200
+++ 
/work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.3592/opensuse-tumbleweed-image.changes
2020-07-16 12:08:38.278369322 +0200
@@ -1,0 +2,5 @@
+Mon Jul 13 12:43:03 UTC 2020 - Ludwig Nussel 
+
+- include iproute2 in lxc build
+
+---



Other differences:
--
++ config.kiwi ++
--- /var/tmp/diff_new_pack.Bw5YsT/_old  2020-07-16 12:08:38.750369800 +0200
+++ /var/tmp/diff_new_pack.Bw5YsT/_new  2020-07-16 12:08:38.754369804 +0200
@@ -54,6 +54,7 @@
 
 
 
+
   
   
 




commit opensuse-tumbleweed-image for openSUSE:Factory

2020-04-17 Thread root
Hello community,

here is the log from the commit of package opensuse-tumbleweed-image for 
openSUSE:Factory checked in at 2020-04-18 00:29:37

Comparing /work/SRC/openSUSE:Factory/opensuse-tumbleweed-image (Old)
 and  /work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.2738 (New)


Package is "opensuse-tumbleweed-image"

Sat Apr 18 00:29:37 2020 rev:11 rq:794931 version:1.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/opensuse-tumbleweed-image/opensuse-tumbleweed-image.changes
  2020-04-05 20:52:34.197126635 +0200
+++ 
/work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.2738/opensuse-tumbleweed-image.changes
2020-04-18 00:31:59.390246059 +0200
@@ -1,0 +2,11 @@
+Fri Apr 17 14:28:44 UTC 2020 - Fabian Vogt 
+
+- Add systemd-sysvinit to the lxc flavor for /sbin/init (boo#1169002)
+
+---
+Tue Apr 14 13:47:44 UTC 2020 - Fabian Vogt 
+
+- Avoid using  as it recreates
+  AnonymousUniqueId (gh#OSInside/kiwi#1396)
+
+---



Other differences:
--
++ config.kiwi ++
--- /var/tmp/diff_new_pack.LR4Qhv/_old  2020-04-18 00:32:00.086247500 +0200
+++ /var/tmp/diff_new_pack.LR4Qhv/_new  2020-04-18 00:32:00.086247500 +0200
@@ -52,6 +52,7 @@
   
   
 
+
 
   
   
@@ -63,14 +64,11 @@
 
 
 
+
 
 
 
 
 
   
-  
-
-
-  
 

++ config.sh ++
--- /var/tmp/diff_new_pack.LR4Qhv/_old  2020-04-18 00:32:00.154247640 +0200
+++ /var/tmp/diff_new_pack.LR4Qhv/_new  2020-04-18 00:32:00.158247649 +0200
@@ -15,6 +15,7 @@
 # Add repos from control.xml
 #--
 add-yast-repos
+zypper --non-interactive rm -u live-add-yast-repos
 
 #==
 # Disable recommends




commit opensuse-tumbleweed-image for openSUSE:Factory

2020-04-05 Thread root
Hello community,

here is the log from the commit of package opensuse-tumbleweed-image for 
openSUSE:Factory checked in at 2020-04-05 20:52:32

Comparing /work/SRC/openSUSE:Factory/opensuse-tumbleweed-image (Old)
 and  /work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.3248 (New)


Package is "opensuse-tumbleweed-image"

Sun Apr  5 20:52:32 2020 rev:10 rq:790887 version:1.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/opensuse-tumbleweed-image/opensuse-tumbleweed-image.changes
  2020-02-04 19:52:00.981274814 +0100
+++ 
/work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.3248/opensuse-tumbleweed-image.changes
2020-04-05 20:52:34.197126635 +0200
@@ -1,0 +2,9 @@
+Thu Apr  2 12:16:44 UTC 2020 - Fabian Vogt 
+
+- Install everything except for systemd/wicked in the bootstrap section
+- Remove unneeded settings
+- Drop explicit krb5 dep
+- Add a proper LICENSE file, drop the header from config.sh
+- Let kiwi uninstall live-add-yast-repos
+
+---

New:

  LICENSE



Other differences:
--
++ config.kiwi ++
--- /var/tmp/diff_new_pack.yOhoiv/_old  2020-04-05 20:52:34.625127045 +0200
+++ /var/tmp/diff_new_pack.yOhoiv/_new  2020-04-05 20:52:34.625127045 +0200
@@ -38,7 +38,6 @@
 
 1.0.4
 zypper
-false
 true
   
   
@@ -51,17 +50,6 @@
   
 
   
-  
-
-
-
-
-
-
-
-
-
-  
   
 
 
@@ -69,9 +57,20 @@
   
 
 
+
+
+
 
 
+
+
+
 
+
 
   
+  
+
+
+  
 

++ LICENSE ++
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
++ config.sh ++
--- /var/tmp/diff_new_pack.yOhoiv/_old  2020-04-05 20:52:34.681127099 +0200
+++ /var/tmp/diff_new_pack.yOhoiv/_new  2020-04-05 20:52:34.685127103 +0200
@@ -1,16 +1,4 @@
 #!/bin/bash
-
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
-#
-# All modifications and additions to the file contributed by third parties
-# remain the property of their copyright owners, unless otherwise agreed
-# upon. The license for this file, and modifications and additions to the
-# file, is the same license as for the pristine package itself (unless the
-# license for the pristine package is not an Open Source License, in which
-# case the license is the MIT License). An "Open Source License" is a
-# license that conforms to the Open Source Definition (Version 1.9)
-# published by the Open Source Initiative.
-
 test -f /.kconfig && . /.kconfig
 test -f /.profile && . /.profile
 
@@ -27,7 +15,6 @@
 # Add repos from control.xml
 #--
 add-yast-repos
-zypper --non-interactive rm -u live-add-yast-repos
 
 #==
 # Disable recommends




commit opensuse-tumbleweed-image for openSUSE:Factory

2020-02-04 Thread root
Hello community,

here is the log from the commit of package opensuse-tumbleweed-image for 
openSUSE:Factory checked in at 2020-02-04 19:51:41

Comparing /work/SRC/openSUSE:Factory/opensuse-tumbleweed-image (Old)
 and  /work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.26092 (New)


Package is "opensuse-tumbleweed-image"

Tue Feb  4 19:51:41 2020 rev:9 rq:769965 version:1.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/opensuse-tumbleweed-image/opensuse-tumbleweed-image.changes
  2019-08-15 12:30:12.030447868 +0200
+++ 
/work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.26092/opensuse-tumbleweed-image.changes
   2020-02-04 19:52:00.981274814 +0100
@@ -1,0 +2,9 @@
+Tue Feb  4 11:08:29 UTC 2020 - Fabian Vogt 
+
+- Drop call of suseSetupProduct in config.sh, it needs find which
+  isn't installed anymore. Setting up baseproduct is done by the
+  release package's %post script already.
+- Replace find call in config.sh with glob expansion
+- Use set -x
+
+---



Other differences:
--
++ config.sh ++
--- /var/tmp/diff_new_pack.1MYZwN/_old  2020-02-04 19:52:01.797275290 +0100
+++ /var/tmp/diff_new_pack.1MYZwN/_new  2020-02-04 19:52:01.797275290 +0100
@@ -14,16 +14,11 @@
 test -f /.kconfig && . /.kconfig
 test -f /.profile && . /.profile
 
-set -euo pipefail
+set -euxo pipefail
 
 echo "Configure image: [$kiwi_iname]..."
 
 #==
-# Setup baseproduct link
-#--
-suseSetupProduct
-
-#==
 # Import repositories' keys
 #--
 suseImportBuildKey
@@ -47,7 +42,8 @@
 #==
 # Remove locale files
 #--
-find /usr/share/locale -name '*.mo' -delete
+shopt -s globstar
+rm -f /usr/share/locale/**/*.mo
 
 # Remove zypp uuid (bsc#1098535)
 rm -f /var/lib/zypp/AnonymousUniqueId




commit opensuse-tumbleweed-image for openSUSE:Factory

2019-08-15 Thread root
Hello community,

here is the log from the commit of package opensuse-tumbleweed-image for 
openSUSE:Factory checked in at 2019-08-15 12:30:06

Comparing /work/SRC/openSUSE:Factory/opensuse-tumbleweed-image (Old)
 and  /work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.9556 (New)


Package is "opensuse-tumbleweed-image"

Thu Aug 15 12:30:06 2019 rev:8 rq:723495 version:1.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/opensuse-tumbleweed-image/opensuse-tumbleweed-image.changes
  2019-08-05 10:43:06.311286941 +0200
+++ 
/work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.9556/opensuse-tumbleweed-image.changes
2019-08-15 12:30:12.030447868 +0200
@@ -1,0 +2,5 @@
+Thu Aug  8 08:45:26 UTC 2019 - Fabian Vogt 
+
+- Remove wrong comment
+
+---



Other differences:
--
++ config.kiwi ++
--- /var/tmp/diff_new_pack.rVSR2d/_old  2019-08-15 12:30:13.494446510 +0200
+++ /var/tmp/diff_new_pack.rVSR2d/_new  2019-08-15 12:30:13.510446495 +0200
@@ -66,7 +66,6 @@
 
 
   
-  
   
 
 




commit opensuse-tumbleweed-image for openSUSE:Factory

2019-08-05 Thread root
Hello community,

here is the log from the commit of package opensuse-tumbleweed-image for 
openSUSE:Factory checked in at 2019-08-05 10:43:00

Comparing /work/SRC/openSUSE:Factory/opensuse-tumbleweed-image (Old)
 and  /work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.4126 (New)


Package is "opensuse-tumbleweed-image"

Mon Aug  5 10:43:00 2019 rev:7 rq:720973 version:1.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/opensuse-tumbleweed-image/opensuse-tumbleweed-image.changes
  2019-03-05 12:20:46.000924782 +0100
+++ 
/work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.4126/opensuse-tumbleweed-image.changes
2019-08-05 10:43:06.311286941 +0200
@@ -1,0 +2,5 @@
+Thu Jul 25 12:47:27 UTC 2019 - Fabian Vogt 
+
+- Don't install shadow, mention zypper and bash explicitly
+
+---



Other differences:
--
++ config.kiwi ++
--- /var/tmp/diff_new_pack.49KKmi/_old  2019-08-05 10:43:06.727286893 +0200
+++ /var/tmp/diff_new_pack.49KKmi/_new  2019-08-05 10:43:06.727286893 +0200
@@ -66,12 +66,13 @@
 
 
   
+  
   
 
+
 
 
-
 
-
+
   
 




commit opensuse-tumbleweed-image for openSUSE:Factory

2019-03-05 Thread root
Hello community,

here is the log from the commit of package opensuse-tumbleweed-image for 
openSUSE:Factory checked in at 2019-03-05 12:20:43

Comparing /work/SRC/openSUSE:Factory/opensuse-tumbleweed-image (Old)
 and  /work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.28833 (New)


Package is "opensuse-tumbleweed-image"

Tue Mar  5 12:20:43 2019 rev:6 rq:681231 version:1.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/opensuse-tumbleweed-image/opensuse-tumbleweed-image.changes
  2019-03-01 16:48:44.909769093 +0100
+++ 
/work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.28833/opensuse-tumbleweed-image.changes
   2019-03-05 12:20:46.000924782 +0100
@@ -1,0 +2,5 @@
+Mon Mar  4 08:37:53 UTC 2019 - Fabian Vogt 
+
+- Switch from kubic-locale-archive to glibc-locale-base
+
+---



Other differences:
--
++ config.kiwi ++
--- /var/tmp/diff_new_pack.obErHy/_old  2019-03-05 12:20:46.588924603 +0100
+++ /var/tmp/diff_new_pack.obErHy/_new  2019-03-05 12:20:46.588924603 +0100
@@ -58,7 +58,7 @@
 
 
 
-
+
 
 
   




commit opensuse-tumbleweed-image for openSUSE:Factory

2019-03-01 Thread root
Hello community,

here is the log from the commit of package opensuse-tumbleweed-image for 
openSUSE:Factory checked in at 2019-03-01 16:48:43

Comparing /work/SRC/openSUSE:Factory/opensuse-tumbleweed-image (Old)
 and  /work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.28833 (New)


Package is "opensuse-tumbleweed-image"

Fri Mar  1 16:48:43 2019 rev:5 rq:680168 version:1.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/opensuse-tumbleweed-image/opensuse-tumbleweed-image.changes
  2019-02-25 17:56:47.258317855 +0100
+++ 
/work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.28833/opensuse-tumbleweed-image.changes
   2019-03-01 16:48:44.909769093 +0100
@@ -1,0 +2,6 @@
+Thu Feb 28 15:49:30 UTC 2019 - Fabian Vogt 
+
+- Add comment for obsrepositories back, as requested.
+  Let's see how long it stays this time.
+
+---



Other differences:
--
++ config.kiwi ++
--- /var/tmp/diff_new_pack.vNT8xP/_old  2019-03-01 16:48:46.081768651 +0100
+++ /var/tmp/diff_new_pack.vNT8xP/_new  2019-03-01 16:48:46.093768646 +0100
@@ -1,6 +1,8 @@
 
 
 
+
+
 
 
   




commit opensuse-tumbleweed-image for openSUSE:Factory

2019-02-25 Thread root
Hello community,

here is the log from the commit of package opensuse-tumbleweed-image for 
openSUSE:Factory checked in at 2019-02-25 17:56:36

Comparing /work/SRC/openSUSE:Factory/opensuse-tumbleweed-image (Old)
 and  /work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.28833 (New)


Package is "opensuse-tumbleweed-image"

Mon Feb 25 17:56:36 2019 rev:4 rq:678646 version:1.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/opensuse-tumbleweed-image/opensuse-tumbleweed-image.changes
  2019-01-26 22:22:13.698864767 +0100
+++ 
/work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.28833/opensuse-tumbleweed-image.changes
   2019-02-25 17:56:47.258317855 +0100
@@ -1,0 +2,5 @@
+Mon Feb 25 07:54:36 UTC 2019 - Fabian Vogt 
+
+- Use correct org.opencontainers.image prefix
+
+---



Other differences:
--
++ config.kiwi ++
--- /var/tmp/diff_new_pack.ZlVksX/_old  2019-02-25 17:56:47.746317486 +0100
+++ /var/tmp/diff_new_pack.ZlVksX/_new  2019-02-25 17:56:47.746317486 +0100
@@ -21,12 +21,12 @@
 maintainer="Fabian Vogt fv...@suse.com">
 
   
-
-
-
-
-
-https://www.opensuse.org/"/>
+
+
+
+
+
+https://www.opensuse.org/"/>
 
 
   




commit opensuse-tumbleweed-image for openSUSE:Factory

2019-01-26 Thread root
Hello community,

here is the log from the commit of package opensuse-tumbleweed-image for 
openSUSE:Factory checked in at 2019-01-26 22:22:11

Comparing /work/SRC/openSUSE:Factory/opensuse-tumbleweed-image (Old)
 and  /work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.28833 (New)


Package is "opensuse-tumbleweed-image"

Sat Jan 26 22:22:11 2019 rev:3 rq:668569 version:1.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/opensuse-tumbleweed-image/opensuse-tumbleweed-image.changes
  2018-12-04 20:58:17.732589194 +0100
+++ 
/work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.28833/opensuse-tumbleweed-image.changes
   2019-01-26 22:22:13.698864767 +0100
@@ -1,0 +2,7 @@
+Thu Jan 10 15:47:40 UTC 2019 - Fabian Vogt 
+
+- Add labels and a history entry as defined in the wiki by using
+  OBS services (fate#326856, bsc#1118103, boo#1119378)
+- Remove comments for obsrepositories in derived containers - now implemented 
differently
+
+---

New:

  _service



Other differences:
--
++ config.kiwi ++
--- /var/tmp/diff_new_pack.oy0StT/_old  2019-01-26 22:22:14.150864402 +0100
+++ /var/tmp/diff_new_pack.oy0StT/_new  2019-01-26 22:22:14.150864402 +0100
@@ -1,10 +1,8 @@
 
 
 
-
-
 
-
+
   
 Fabian Vogt
 fv...@suse.com
@@ -16,11 +14,25 @@
   
   
 
-  
   
+additionaltags="%OS_VERSION_ID%,%OS_VERSION_ID%.%RELEASE%"
+maintainer="Fabian Vogt fv...@suse.com">
+
+  
+
+
+
+
+
+https://www.opensuse.org/"/>
+
+
+  
+
+openSUSE 
Tumbleweed %OS_VERSION_ID% Base Container
+  
 
 1.0.4
 zypper

++ _service ++







commit opensuse-tumbleweed-image for openSUSE:Factory

2018-12-04 Thread root
Hello community,

here is the log from the commit of package opensuse-tumbleweed-image for 
openSUSE:Factory checked in at 2018-12-04 20:58:04

Comparing /work/SRC/openSUSE:Factory/opensuse-tumbleweed-image (Old)
 and  /work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.19453 (New)


Package is "opensuse-tumbleweed-image"

Tue Dec  4 20:58:04 2018 rev:2 rq:653803 version:1.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/opensuse-tumbleweed-image/opensuse-tumbleweed-image.changes
  2018-10-25 09:11:56.098304434 +0200
+++ 
/work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.19453/opensuse-tumbleweed-image.changes
   2018-12-04 20:58:17.732589194 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 08:52:11 UTC 2018 - Adrian Schröter 
+
+- define repositories to use for installing packages within OBS
+
+---



Other differences:
--
++ config.kiwi ++
--- /var/tmp/diff_new_pack.KIq1Ri/_old  2018-12-04 20:58:18.268588603 +0100
+++ /var/tmp/diff_new_pack.KIq1Ri/_new  2018-12-04 20:58:18.272588599 +0100
@@ -1,6 +1,8 @@
 
 
 
+
+