Hello community,
here is the log from the commit of package installation-images-openSUSE for
openSUSE:Factory checked in at 2015-12-18 21:53:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-09 19:41:48.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
2015-12-18 21:53:43.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Dec 17 09:40:15 UTC 2015 - [email protected]
+
+- adjust module config
+- add xen kernel/initrd links for compat
+- 14.211
+
+-------------------------------------------------------------------
Old:
----
installation-images-14.210.tar.xz
New:
----
installation-images-14.211.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.8yTc5a/_old 2015-12-18 21:53:44.000000000 +0100
+++ /var/tmp/diff_new_pack.8yTc5a/_new 2015-12-18 21:53:44.000000000 +0100
@@ -31,16 +31,8 @@
%define with_shim 1
%bcond_without sbl
%bcond_without vnc
-%ifarch x86_64 %ix86
-%bcond_without xen
-%else
%bcond_with xen
-%endif
-%ifarch x86_64
-%bcond_without xenkmp
-%else
%bcond_with xenkmp
-%endif
%if %theme == SLES
ExcludeArch: %ix86
@@ -377,7 +369,7 @@
Summary: Installation Image Files for %theme
License: GPL-2.0+
Group: Metapackages
-Version: 14.210
+Version: 14.211
Release: 0
Provides: installation-images = %version-%release
Source: installation-images-%{version}.tar.xz
@@ -456,15 +448,10 @@
ln -s %theme %{buildroot}/usr/lib/install-initrd/branding
install -d -m 755 %{buildroot}/usr/sbin
install -m 755 etc/mkinstallinitrd %{buildroot}/usr/sbin
-%ifarch %ix86
-%if %{with xen}
-# xenpae compat gefrickel (bnc #397065)
-for i in %{buildroot}/branding/*/CD1/boot/i386/initrd-xen ; do
- [ -f "$i" ] && ln -s initrd-xen ${i}pae
-done
-for i in %{buildroot}/CD1/boot/i386/vmlinuz-xen ; do
- [ -f "$i" ] && ln -s vmlinuz-xen ${i}pae
-done
+%ifarch x86_64
+%if %{without xen}
+ln -s loader/initrd %{buildroot}/branding/%theme/CD1/boot/x86_64/initrd-xen
+ln -s loader/linux %{buildroot}/CD1/boot/x86_64/vmlinux-xen
%endif
%endif
# get rid of /usr/lib/rpm/brp-strip-debug
++++++ installation-images-14.210.tar.xz -> installation-images-14.211.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.210/VERSION
new/installation-images-14.211/VERSION
--- old/installation-images-14.210/VERSION 2015-11-25 11:37:47.000000000
+0100
+++ new/installation-images-14.211/VERSION 2015-12-17 11:35:22.000000000
+0100
@@ -1 +1 @@
-14.210
+14.211
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.210/changelog
new/installation-images-14.211/changelog
--- old/installation-images-14.210/changelog 2015-11-25 11:37:47.000000000
+0100
+++ new/installation-images-14.211/changelog 2015-12-17 11:35:22.000000000
+0100
@@ -1,3 +1,6 @@
+2015-12-17: 14.211
+ - adjust module config
+
2015-11-25: 14.210
- added all i2c drivers (bsc #954101)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.210/etc/module.config
new/installation-images-14.211/etc/module.config
--- old/installation-images-14.210/etc/module.config 2015-11-25
11:37:47.000000000 +0100
+++ new/installation-images-14.211/etc/module.config 2015-12-17
11:35:22.000000000 +0100
@@ -158,6 +158,9 @@
fjes
+xen-netback
+xen-netfront
+
kernel/drivers/infiniband/.*
kernel/drivers/hv/.*