Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2016-07-20 09:15:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2016-06-26 
23:51:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2016-07-20 
09:16:00.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jul 13 12:56:17 UTC 2016 - snw...@suse.com
+
+- fix reading instsys id (related to bsc#974601)
+- 5.0.84
+
+-------------------------------------------------------------------

Old:
----
  linuxrc-5.0.83.tar.xz

New:
----
  linuxrc-5.0.84.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.1f7SQ1/_old  2016-07-20 09:16:01.000000000 +0200
+++ /var/tmp/diff_new_pack.1f7SQ1/_new  2016-07-20 09:16:01.000000000 +0200
@@ -25,7 +25,7 @@
 Summary:        SUSE Installation Program
 License:        GPL-3.0+
 Group:          System/Boot
-Version:        5.0.83
+Version:        5.0.84
 Release:        0
 Source:         %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ linuxrc-5.0.83.tar.xz -> linuxrc-5.0.84.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.83/VERSION new/linuxrc-5.0.84/VERSION
--- old/linuxrc-5.0.83/VERSION  2016-06-22 16:37:25.000000000 +0200
+++ new/linuxrc-5.0.84/VERSION  2016-07-13 14:51:26.000000000 +0200
@@ -1 +1 @@
-5.0.83
+5.0.84
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.83/changelog new/linuxrc-5.0.84/changelog
--- old/linuxrc-5.0.83/changelog        2016-06-22 16:37:25.000000000 +0200
+++ new/linuxrc-5.0.84/changelog        2016-07-13 14:51:26.000000000 +0200
@@ -1,3 +1,6 @@
+2016-07-13:    5.0.84
+       - fix reading instsys id (related to bsc #974601)
+
 2016-06-22:    5.0.83
        - document XVideo option (bsc #974821)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.83/install.c new/linuxrc-5.0.84/install.c
--- old/linuxrc-5.0.83/install.c        2016-06-22 16:37:25.000000000 +0200
+++ new/linuxrc-5.0.84/install.c        2016-07-13 14:51:26.000000000 +0200
@@ -1194,7 +1194,7 @@
     }
   }
 
-  file_read_info_file("/.instsys.config", kf_cfg);
+  file_read_info_file("file:/.instsys.config", kf_cfg);
 
   file_write_install_inf("");
 


Reply via email to