Hello community,

here is the log from the commit of package vm-install for openSUSE:Factory 
checked in at 2014-05-06 17:43:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vm-install (Old)
 and      /work/SRC/openSUSE:Factory/.vm-install.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vm-install"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vm-install/vm-install.changes    2014-05-02 
14:04:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.vm-install.new/vm-install.changes       
2014-05-06 17:43:08.000000000 +0200
@@ -1,0 +2,6 @@
+Fri May  2 08:18:31 MDT 2014 - [email protected]
+
+- Fix invalid use of parameter in loopclean  
+- Version 0.8.16
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vm-install.spec ++++++
--- /var/tmp/diff_new_pack.wdLsIU/_old  2014-05-06 17:43:08.000000000 +0200
+++ /var/tmp/diff_new_pack.wdLsIU/_new  2014-05-06 17:43:08.000000000 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           vm-install
 %if %suse_version <= 1230
 %define with_vminstall_as_default_installer 1

++++++ vm-install-0.8.16.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.8.16/src/vminstall/ParaVirtGuest.py 
new/vm-install-0.8.16/src/vminstall/ParaVirtGuest.py
--- old/vm-install-0.8.16/src/vminstall/ParaVirtGuest.py        2014-05-02 
01:16:54.000000000 +0200
+++ new/vm-install-0.8.16/src/vminstall/ParaVirtGuest.py        2014-05-02 
16:18:19.000000000 +0200
@@ -47,7 +47,7 @@
     """
     retries = 10
     while retries:
-        fd = os.popen("losetup -d %s" % ndev)
+        fd = os.popen("losetup -d %s" % ldev)
         if not fd.close():
             break
         else:

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

Reply via email to