Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2014-12-19 09:38:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-firstboot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-firstboot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2014-12-05 21:04:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes     
2014-12-19 09:37:49.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Dec 18 18:35:37 UTC 2014 - [email protected]
+
+- fixed bashisms in "S09-cleanup" script (authored by "Ledest")
+- 3.1.7
+
+-------------------------------------------------------------------

Old:
----
  yast2-firstboot-3.1.6.tar.bz2

New:
----
  yast2-firstboot-3.1.7.tar.bz2

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

Other differences:
------------------
++++++ yast2-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.6XLEbo/_old  2014-12-19 09:37:50.000000000 +0100
+++ /var/tmp/diff_new_pack.6XLEbo/_new  2014-12-19 09:37:50.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firstboot
-Version:        3.1.6
+Version:        3.1.7
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-firstboot-3.1.6.tar.bz2 -> yast2-firstboot-3.1.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.6/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.7/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.6/package/yast2-firstboot.changes   2014-12-04 
13:32:11.000000000 +0100
+++ new/yast2-firstboot-3.1.7/package/yast2-firstboot.changes   2014-12-18 
19:37:08.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Dec 18 18:35:37 UTC 2014 - [email protected]
+
+- fixed bashisms in "S09-cleanup" script (authored by "Ledest")
+- 3.1.7
+
+-------------------------------------------------------------------
 Thu Dec  4 09:50:10 UTC 2014 - [email protected]
 
 - remove X-KDE-Library from desktop file (bnc#899104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.6/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.7/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.6/package/yast2-firstboot.spec      2014-12-04 
13:32:11.000000000 +0100
+++ new/yast2-firstboot-3.1.7/package/yast2-firstboot.spec      2014-12-18 
19:37:08.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firstboot
-Version:        3.1.6
+Version:        3.1.7
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.6/scripts/Firstboot-Stage/S09-cleanup 
new/yast2-firstboot-3.1.7/scripts/Firstboot-Stage/S09-cleanup
--- old/yast2-firstboot-3.1.6/scripts/Firstboot-Stage/S09-cleanup       
2014-12-04 13:32:11.000000000 +0100
+++ new/yast2-firstboot-3.1.7/scripts/Firstboot-Stage/S09-cleanup       
2014-12-18 19:37:08.000000000 +0100
@@ -8,12 +8,12 @@
 # 13.1) kill shell on second virtual console
 if test ! -z "$SPID" ; then
        log "\tkill X-Server with PID: $SPID"
-       kill -KILL $SPID &>/dev/null
+       kill -KILL $SPID >/dev/null 2>&1
 fi
 # 13.2) kill VNC server and remove VNC passwd
 if [ ! -z "$VNC" ] ; then
        log "\tkill all VNC sessions..."
-       killall Xvnc &>/dev/null
+       killall Xvnc >/dev/null 2>&1
        rm -fv /root/.vnc/passwd
 fi
 # 13.3) stop network and sshd
@@ -54,5 +54,3 @@
     rm /var/lib/YaST2/firstboot_reboot_after_finish
     /sbin/reboot
 fi
-
-

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to