Hello community,
here is the log from the commit of package installation-images-openSUSE for
openSUSE:Factory checked in at 2014-06-26 08:00:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2014-06-19 13:07:51.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
2014-06-26 08:00:58.000000000 +0200
@@ -1,0 +2,27 @@
+Wed Jun 25 16:01:46 CEST 2014 - [email protected]
+
+- added tset (bnc #883898)
+- drop obsolete packages: xf86-input-{joystick,keyboard,mouse}
+- 14.108
+
+-------------------------------------------------------------------
+Tue Jun 24 14:05:24 CEST 2014 - [email protected]
+
+- fix symlink issue with old udev package
+- 14.107
+
+-------------------------------------------------------------------
+Tue Jun 24 11:14:22 CEST 2014 - [email protected]
+
+- remove /lib/firmware from rescue image so it's not shadowing the one
+ from initrd (bnc #882831)
+- enable sshd if requested (bnc #882844)
+- 14.106
+
+-------------------------------------------------------------------
+Mon Jun 23 13:43:02 CEST 2014 - [email protected]
+
+- remove Upgrade from PTOptions, it's handled directly in linuxrc now
+- 14.105
+
+-------------------------------------------------------------------
Old:
----
installation-images-14.104.tar.xz
New:
----
installation-images-14.108.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.wANPFu/_old 2014-06-26 08:00:58.000000000 +0200
+++ /var/tmp/diff_new_pack.wANPFu/_new 2014-06-26 08:00:58.000000000 +0200
@@ -273,9 +273,6 @@
%endif
BuildRequires: kbd
BuildRequires: xf86-input-evdev
-BuildRequires: xf86-input-joystick
-BuildRequires: xf86-input-keyboard
-BuildRequires: xf86-input-mouse
BuildRequires: xf86-input-synaptics
%ifarch %ix86 x86_64
BuildRequires: xf86-input-vmmouse
@@ -307,7 +304,6 @@
BuildRequires: dmidecode
BuildRequires: elilo
BuildRequires: firmwarekit
-BuildRequires: grub
BuildRequires: grub2
BuildRequires: lilo
BuildRequires: memtest86+
@@ -357,10 +353,10 @@
Summary: Installation Image Files for %theme
License: GPL-2.0+
Group: Metapackages
-Version: 14.104
+Version: 14.108
Release: 0
Provides: installation-images = %version-%release
-Source: installation-images-14.104.tar.xz
+Source: installation-images-14.108.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define _binary_payload w.ufdio
++++++ installation-images-14.104.tar.xz -> installation-images-14.108.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.104/VERSION
new/installation-images-14.108/VERSION
--- old/installation-images-14.104/VERSION 2014-06-17 12:53:46.000000000
+0200
+++ new/installation-images-14.108/VERSION 2014-06-25 16:01:37.000000000
+0200
@@ -1 +1 @@
-14.104
+14.108
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.104/changelog
new/installation-images-14.108/changelog
--- old/installation-images-14.104/changelog 2014-06-17 12:53:51.000000000
+0200
+++ new/installation-images-14.108/changelog 2014-06-25 16:01:43.000000000
+0200
@@ -1,4 +1,19 @@
-2014-06-17: HEAD
+2014-06-25: HEAD
+ - added tset (bnc #883898)
+ - drop obsolete packages: xf86-input-{joystick,keyboard,mouse}
+
+2014-06-24: 14.107
+ - fix symlink issue with old udev package
+
+2014-06-24: 14.106
+ - remove /lib/firmware from rescue image so it's not shadowing the one
+ from initrd (bnc #882831)
+ - enable sshd if requested (bnc #882844)
+
+2014-06-23: 14.105
+ - remove Upgrade from PTOptions, it's handled directly in linuxrc now
+
+2014-06-17: 14.104
- move haveged to initrd (bnc #875848)
- s390x: keep /boot/zipl writable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.104/data/initrd/initrd.file_list
new/installation-images-14.108/data/initrd/initrd.file_list
--- old/installation-images-14.104/data/initrd/initrd.file_list 2014-06-17
12:43:19.000000000 +0200
+++ new/installation-images-14.108/data/initrd/initrd.file_list 2014-06-25
14:50:58.000000000 +0200
@@ -195,6 +195,7 @@
/usr/bin/chown
/usr/bin/cp
/usr/bin/date
+ /usr/bin/df
/usr/bin/false
/usr/bin/head
/usr/bin/ln
@@ -221,6 +222,9 @@
/bin/{sh,bash}
s bash /bin/lsh
+ncurses-utils:
+ /usr/bin/tset
+
libncurses5:
/lib*/libncurses.so.*
/lib*/libncursesw.so.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.104/data/initrd/scripts/prepare_rescue
new/installation-images-14.108/data/initrd/scripts/prepare_rescue
--- old/installation-images-14.104/data/initrd/scripts/prepare_rescue
2014-03-04 12:38:06.000000000 +0100
+++ new/installation-images-14.108/data/initrd/scripts/prepare_rescue
2014-06-24 10:59:43.000000000 +0200
@@ -16,6 +16,15 @@
}
fi
+if [ -e /usr/lib/systemd/system/sshd.service -a "$SSH" = 1 ] ; then
+ cp -f /usr/lib/systemd/system/sshd.service /etc/systemd/system
+ ln -s ../sshd.service /etc/systemd/system/multi-user.target.wants
+fi
+
+if [ -n "$SSHPASSWORD" ] ; then
+ echo "root:$SSHPASSWORD" | chpasswd
+fi
+
# keep some initrd config files for rescue system
cd /mounts/initrd
for i in etc/modprobe.d/blacklist etc/modprobe.d/noload etc/resolv.conf
etc/sysconfig/network/* ; do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.104/data/initrd/theme.file_list
new/installation-images-14.108/data/initrd/theme.file_list
--- old/installation-images-14.104/data/initrd/theme.file_list 2014-05-21
14:05:29.000000000 +0200
+++ new/installation-images-14.108/data/initrd/theme.file_list 2014-06-23
13:38:24.000000000 +0200
@@ -74,5 +74,5 @@
e echo "KexecReboot: 1" >>linuxrc.config
-e echo "PTOptions: AutoUpgrade,Upgrade,productprofile,addon"
>>linuxrc.config
+e echo "PTOptions: AutoUpgrade,productprofile,addon" >>linuxrc.config
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.104/data/rescue/rescue.file_list
new/installation-images-14.108/data/rescue/rescue.file_list
--- old/installation-images-14.104/data/rescue/rescue.file_list 2014-05-28
16:11:10.000000000 +0200
+++ new/installation-images-14.108/data/rescue/rescue.file_list 2014-06-25
14:01:07.000000000 +0200
@@ -2,7 +2,6 @@
s ../run var
d bin dev etc home lib mnt proc sys sbin tmp root
d media/{cdrom,floppy}
-d lib/modules
c 1777 0 0 tmp
d var/lib/systemd/migrated
@@ -59,7 +58,6 @@
?grub2-x86_64-efi:
?grub2-powerpc-ieee1275:
?grub2:
-?grub:
?hyper-v:
?iprutils:
?pdisk:
@@ -316,6 +314,9 @@
:
+# allow link (old udev package)
+D /lib/firmware /usr/lib/firmware
+
# enable wicked service
s ../wickedd.service usr/lib/systemd/system/multi-user.target.wants
s ../wickedd-auto4.service usr/lib/systemd/system/multi-user.target.wants
@@ -372,7 +373,7 @@
E echo "devpts /dev/pts devpts mode=0620,gid=5 0 0" >>/etc/fstab
# E /sbin/SuSEconfig --force --norestarts
-d lib/firmware usr/lib/microcode
+d usr/lib/microcode
# allowed dangling symlinks
D /var/cache/gio-2.0/gnome-defaults.list /usr/share/applications/defaults.list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.104/data/root/root.file_list
new/installation-images-14.108/data/root/root.file_list
--- old/installation-images-14.104/data/root/root.file_list 2014-06-17
12:03:56.000000000 +0200
+++ new/installation-images-14.108/data/root/root.file_list 2014-06-25
13:53:50.000000000 +0200
@@ -402,9 +402,6 @@
/usr/lib*/xorg/modules
xf86-input-evdev:
- xf86-input-joystick:
- xf86-input-keyboard:
- xf86-input-mouse:
xf86-input-synaptics:
?xf86-input-vmmouse:
xf86-input-void:
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]