Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2015-07-22 09:19:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.installation-images-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "installation-images-openSUSE"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
        2015-07-05 17:51:55.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2015-07-22 09:19:32.000000000 +0200
@@ -1,0 +2,49 @@
+Mon Jul 20 15:01:23 CEST 2015 - [email protected]
+
+- don't srip ssl libs (bsc#938738)
+- 14.190
+
+-------------------------------------------------------------------
+Mon Jul 20 14:11:21 CEST 2015 - [email protected]
+
+- adjust to OBS api change
+- 14.189
+
+-------------------------------------------------------------------
+Mon Jul 20 13:11:22 CEST 2015 - [email protected]
+
+- keep most of initrd in a squashfs image also on s390x (bsc#937012)
+- 14.188
+
+-------------------------------------------------------------------
+Mon Jul 20 13:08:23 CEST 2015 - [email protected]
+
+- re-enable ltrace for aarch64
+
+-------------------------------------------------------------------
+Fri Jul 17 15:56:23 CEST 2015 - [email protected]
+
+- Add Upgrade option for PowerPC
+- 14.187
+
+-------------------------------------------------------------------
+Thu Jul  9 15:47:10 CEST 2015 - [email protected]
+
+- ensure /dev/{u}random are where they are needed
+- don't require ltrace on aarch64
+- 14.186
+
+-------------------------------------------------------------------
+Tue Jul  7 15:11:22 CEST 2015 - [email protected]
+
+- make net-tools-deprecated optional
+- 14.185
+
+-------------------------------------------------------------------
+Tue Jul  7 14:20:14 CEST 2015 - [email protected]
+
+- move snapper extension into regular root image (bsc#937243)
+- add net-tools-deprecated (bsc#937121)
+- 14.184
+
+-------------------------------------------------------------------

Old:
----
  installation-images-14.183.tar.xz

New:
----
  installation-images-14.190.tar.xz

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

Other differences:
------------------
++++++ installation-images-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.ZXylOv/_old  2015-07-22 09:19:33.000000000 +0200
+++ /var/tmp/diff_new_pack.ZXylOv/_new  2015-07-22 09:19:33.000000000 +0200
@@ -55,6 +55,7 @@
 %ifarch ia64 %ix86 x86_64
 BuildRequires:  libsmbios2
 %endif
+BuildRequires:  net-tools-deprecated
 BuildRequires:  snapper
 BuildRequires:  Mesa
 BuildRequires:  Mesa-libEGL1
@@ -374,7 +375,7 @@
 Summary:        Installation Image Files for %theme
 License:        GPL-2.0+
 Group:          Metapackages
-Version:        14.183
+Version:        14.190
 Release:        0
 Provides:       installation-images = %version-%release
 Source:         installation-images-%{version}.tar.xz

++++++ installation-images-14.183.tar.xz -> installation-images-14.190.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.183/Makefile 
new/installation-images-14.190/Makefile
--- old/installation-images-14.183/Makefile     2015-06-30 07:13:44.000000000 
+0200
+++ new/installation-images-14.190/Makefile     2015-07-20 14:58:02.000000000 
+0200
@@ -9,8 +9,8 @@
 BRANCH  := $(shell [ -d .git ] && git branch | perl -ne 'print $$_ if 
s/^\*\s*//')
 PREFIX  := installation-images-$(VERSION)
 
-COMMON_TARGETS      := rescue root root+rescue bind snapper gdb mini-iso-rmlist
-COMMON_INSTSYS_PARTS := config rpmlist root common rescue bind snapper gdb
+COMMON_TARGETS      := rescue root root+rescue bind gdb mini-iso-rmlist
+COMMON_INSTSYS_PARTS := config rpmlist root common rescue bind gdb
 
 ifneq ($(filter i386, $(ARCH)),)
 ALL_TARGETS   := initrd-themes initrd initrd+modules+gefrickel boot 
boot-themes $(COMMON_TARGETS) zenroot
@@ -31,7 +31,7 @@
 endif
 
 ifneq ($(filter s390 s390x, $(ARCH)),)
-ALL_TARGETS   := initrd-themes initrd initrd+modules $(COMMON_TARGETS)
+ALL_TARGETS   := initrd-themes initrd initrd+modules+gefrickel 
$(COMMON_TARGETS)
 INSTSYS_PARTS := $(COMMON_INSTSYS_PARTS)
 BOOT_PARTS    := initrd
 endif
@@ -60,7 +60,7 @@
 export ARCH THEMES DESTDIR INSTSYS_PARTS BOOT_PARTS WITH_FLOPPY
 
 .PHONY: all dirs base fbase biostest initrd \
-       boot boot-efi root rescue root+rescue gdb bind snapper clean \
+       boot boot-efi root rescue root+rescue gdb bind clean \
        boot-themes initrd-themes root-themes zenroot install \
        install-initrd mini-iso-rmlist debuginfo cd1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.183/VERSION 
new/installation-images-14.190/VERSION
--- old/installation-images-14.183/VERSION      2015-06-30 07:13:44.000000000 
+0200
+++ new/installation-images-14.190/VERSION      2015-07-20 14:58:02.000000000 
+0200
@@ -1 +1 @@
-14.183
+14.190
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.183/bin/strip_dir 
new/installation-images-14.190/bin/strip_dir
--- old/installation-images-14.183/bin/strip_dir        2015-06-30 
07:13:44.000000000 +0200
+++ new/installation-images-14.190/bin/strip_dir        2015-07-20 
14:58:02.000000000 +0200
@@ -16,6 +16,7 @@
     next if $f =~ /modules/ && $f !~ /X11R6\/lib\/modules/;    # skip modules
     next if $f =~ /\.uc$/;                                     # skip some 
X.org modules
     next if $f =~ m#usr/lib/debug/#;                           # skip debuginfo
+    next if $f =~ m#/lib(ssl|crypto)\.so\.[\.\d]*$#;           # skip ssl libs
     $f0 = $f;
     $f =~ s/'/'\\''/g;
     $_ = `file '$f'`;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.183/changelog 
new/installation-images-14.190/changelog
--- old/installation-images-14.183/changelog    2015-06-30 07:13:44.000000000 
+0200
+++ new/installation-images-14.190/changelog    2015-07-20 14:58:02.000000000 
+0200
@@ -1,3 +1,26 @@
+2015-07-20:    14.190
+       - don't srip ssl libs (bsc #938738)
+
+2015-07-20:    14.189
+       - adjust to OBS api change
+
+2015-07-20:    14.188
+       - keep most of initrd in a squashfs image also on s390x (bsc #937012)
+
+2015-07-17:    14.187
+       - Add Upgrade option for PowerPC
+
+2015-07-09:    14.186
+       - ensure /dev/{u}random are where they are needed
+       - don't require ltrace on aarch64
+
+2015-07-07:    14.185
+       - make net-tools-deprecated optional
+
+2015-07-07:    14.184
+       - move snapper extension into regular root image (bsc #937243)
+       - add net-tools-deprecated (bsc #937121)
+
 2015-06-29:    14.183
        - also create /dev/random and /dev/urandom in the initrd
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.183/data/base/base.file_list 
new/installation-images-14.190/data/base/base.file_list
--- old/installation-images-14.183/data/base/base.file_list     2015-06-30 
07:13:44.000000000 +0200
+++ new/installation-images-14.190/data/base/base.file_list     2015-07-20 
14:58:02.000000000 +0200
@@ -8,13 +8,19 @@
 c 666 0 0 /dev/null
 C 1 5 /dev/zero
 c 666 0 0 /dev/zero
-C 4 4 /dev/tty1
+C 1 8 /dev/random
+c 666 0 0 /dev/random
+C 1 9 /dev/urandom
+c 666 0 0 /dev/urandom
+C 4 1 /dev/tty1
 c 660 0 5 /dev/tty1
-C 4 4 /dev/tty3
+C 4 3 /dev/tty3
 c 660 0 5 /dev/tty3
 C 4 4 /dev/tty4
 c 660 0 5 /dev/tty4
-C 4 4 /dev/tty9
+C 4 8 /dev/tty8
+c 660 0 5 /dev/tty8
+C 4 9 /dev/tty9
 c 660 0 5 /dev/tty9
 C 5 1 /dev/console
 c 600 0 5 /dev/console
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.183/data/boot/grub-powerpc.cfg 
new/installation-images-14.190/data/boot/grub-powerpc.cfg
--- old/installation-images-14.183/data/boot/grub-powerpc.cfg   2015-06-30 
07:13:44.000000000 +0200
+++ new/installation-images-14.190/data/boot/grub-powerpc.cfg   2015-07-20 
14:58:02.000000000 +0200
@@ -29,6 +29,12 @@
   initrd /boot/ARCH/initrd
 }
 
+menuentry 'Upgrade' $arch --class opensuse --class gnu-linux --class gnu {
+  echo 'Loading kernel ...'
+  linux /boot/ARCH/linux upgrade=1
+  echo 'Loading initial ramdisk ...'
+  initrd /boot/ARCH/initrd
+}
 menuentry 'Check Installation Media' $arch --class opensuse --class gnu-linux 
--class gnu {
   echo 'Loading kernel ...'
   linux /boot/ARCH/linux mediacheck=1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.183/data/initrd/initrd.file_list 
new/installation-images-14.190/data/initrd/initrd.file_list
--- old/installation-images-14.183/data/initrd/initrd.file_list 2015-06-30 
07:13:44.000000000 +0200
+++ new/installation-images-14.190/data/initrd/initrd.file_list 2015-07-20 
14:58:02.000000000 +0200
@@ -19,42 +19,7 @@
 c 1777 0 0 tmp
 
 # some basic devices
-C 1 3 /dev/null
-c 666 0 0 /dev/null
-C 1 5 /dev/zero
-c 666 0 0 /dev/zero
-C 1 8 /dev/random
-c 666 0 0 /dev/random
-C 1 9 /dev/urandom
-c 666 0 0 /dev/urandom
-C 4 1 /dev/tty1
-c 660 0 5 /dev/tty1
-C 4 3 /dev/tty3
-c 660 0 5 /dev/tty3
-C 4 4 /dev/tty4
-c 660 0 5 /dev/tty4
-C 4 8 /dev/tty8
-c 660 0 5 /dev/tty8
-C 4 9 /dev/tty9
-c 660 0 5 /dev/tty9
-C 5 1 /dev/console
-c 600 0 5 /dev/console
-b 7 0 /dev/loop0
-c 660 0 6 /dev/loop0
-b 7 1 /dev/loop1
-c 660 0 6 /dev/loop1
-b 7 2 /dev/loop2
-c 660 0 6 /dev/loop2
-b 7 3 /dev/loop3
-c 660 0 6 /dev/loop3
-b 7 4 /dev/loop4
-c 660 0 6 /dev/loop4
-b 7 5 /dev/loop5
-c 660 0 6 /dev/loop5
-b 7 6 /dev/loop6
-c 660 0 6 /dev/loop6
-b 7 7 /dev/loop7
-c 660 0 6 /dev/loop7
+e cp -a /dev/* dev
 
 
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -109,6 +74,8 @@
 krb5:
 lsscsi:
 mdadm:
+net-tools:
+?net-tools-deprecated:
 nfsidmap:
 sed:
 ?wicked:
@@ -247,11 +214,6 @@
   /lib*/libncursesw.so.*
   /lib*/libtinfo.so.*
 
-net-tools:
-  /bin
-  /sbin/ifconfig
-  /sbin/route
-
 iproute2:
   /bin/ip 
   /sbin/ip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.183/data/rescue/rescue.file_list 
new/installation-images-14.190/data/rescue/rescue.file_list
--- old/installation-images-14.183/data/rescue/rescue.file_list 2015-06-30 
07:13:44.000000000 +0200
+++ new/installation-images-14.190/data/rescue/rescue.file_list 2015-07-20 
14:58:02.000000000 +0200
@@ -127,6 +127,7 @@
 mozilla-nspr:
 ncurses-utils:
 net-tools:
+?net-tools-deprecated:
 netcat-openbsd:
 nfsidmap:
 nscd:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.183/data/root/root.file_list 
new/installation-images-14.190/data/root/root.file_list
--- old/installation-images-14.183/data/root/root.file_list     2015-06-30 
07:13:44.000000000 +0200
+++ new/installation-images-14.190/data/root/root.file_list     2015-07-20 
14:58:02.000000000 +0200
@@ -137,6 +137,7 @@
 mozilla-nspr:
 multipath-tools:
 net-tools:
+?net-tools-deprecated:
 ntfsprogs:
 open-iscsi:
 openslp:
@@ -157,6 +158,7 @@
 screen:
 sed:
 sg3_utils:
+snapper:
 suse-module-tools:
 ?syslinux:
 systemd-presets-branding-<base_theme>:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.183/data/root/zenroot.file_list 
new/installation-images-14.190/data/root/zenroot.file_list
--- old/installation-images-14.183/data/root/zenroot.file_list  2015-06-30 
07:13:44.000000000 +0200
+++ new/installation-images-14.190/data/root/zenroot.file_list  2015-07-20 
14:58:02.000000000 +0200
@@ -75,6 +75,8 @@
 joe:
 klogd:
 lvm2:
+net-tools:
+?net-tools-deprecated:
 ntfsprogs:
 parted:
 polkit:
@@ -132,11 +134,6 @@
   /usr/bin/reset
   /usr/bin/tset
 
-net-tools:
-  /bin/{domain,host}name
-  /sbin/{ifconfig,route}
-  /sbin/plipconfig
-
 less:
   /etc/lesskey
   /usr/bin/less
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.183/lib/ReadConfig.pm 
new/installation-images-14.190/lib/ReadConfig.pm
--- old/installation-images-14.183/lib/ReadConfig.pm    2015-06-30 
07:13:44.000000000 +0200
+++ new/installation-images-14.190/lib/ReadConfig.pm    2015-07-20 
14:58:02.000000000 +0200
@@ -680,7 +680,7 @@
   open $f, "curl -k -s -T $t -X POST 
'$ConfigData{obs_server}/build/$prj/$repo/$ConfigData{obs_arch}/_repository/_buildinfo?debug=1'
 |";
   while(<$f>) {
     print $_ if $ENV{debug} =~ /solv/;
-    $added{$1} = $2 if /^added (\S+) because of (\S+?)(:|$)/;
+    $added{$1} = $3 if /^added (\S+?)(\@\S+)? because of (\S+?)(:|$)/;
     $p{$1} = "" if /<bdep\s+name=\"([^"]+)\"/;
     push @err, $1 if /<error>([^<]+)</;
   }


Reply via email to