Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2019-08-19 20:49:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc"

Mon Aug 19 20:49:11 2019 rev:272 rq:723472 version:6.0.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2019-07-23 
22:28:22.599069761 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new.22127/linuxrc.changes       
2019-08-19 20:49:13.705074812 +0200
@@ -1,0 +2,7 @@
+Thu Aug 15 08:49:34 UTC 2019 - [email protected]
+
+- merge gh#openSUSE/linuxrc#193
+- choose correct kernel image on aarch64 (bsc#1145625)
+- 6.0.14
+
+--------------------------------------------------------------------

Old:
----
  linuxrc-6.0.13.tar.xz

New:
----
  linuxrc-6.0.14.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.pXcCa7/_old  2019-08-19 20:49:14.833074570 +0200
+++ /var/tmp/diff_new_pack.pXcCa7/_new  2019-08-19 20:49:14.837074569 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           linuxrc
-Version:        6.0.13
+Version:        6.0.14
 Release:        0
 Summary:        SUSE Installation Program
 License:        GPL-3.0+

++++++ linuxrc-6.0.13.tar.xz -> linuxrc-6.0.14.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-6.0.13/VERSION new/linuxrc-6.0.14/VERSION
--- old/linuxrc-6.0.13/VERSION  2019-07-19 10:47:42.000000000 +0200
+++ new/linuxrc-6.0.14/VERSION  2019-08-15 10:49:34.000000000 +0200
@@ -1 +1 @@
-6.0.13
+6.0.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-6.0.13/changelog new/linuxrc-6.0.14/changelog
--- old/linuxrc-6.0.13/changelog        2019-07-19 10:47:42.000000000 +0200
+++ new/linuxrc-6.0.14/changelog        2019-08-15 10:49:34.000000000 +0200
@@ -1,3 +1,7 @@
+2019-08-15:    6.0.14
+       - merge gh#openSUSE/linuxrc#193
+       - choose correct kernel image on aarch64 (bsc#1145625)
+
 2019-07-19:    6.0.13
        - merge gh#openSUSE/linuxrc#192
        - Added support for a multi-repository installation medium
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-6.0.13/util.c new/linuxrc-6.0.14/util.c
--- old/linuxrc-6.0.13/util.c   2019-07-19 10:47:42.000000000 +0200
+++ new/linuxrc-6.0.14/util.c   2019-08-15 10:49:34.000000000 +0200
@@ -4972,6 +4972,8 @@
   char *kernel_pattern = "image-*";
 #elif defined(__x86_64__) || defined(__i386__)
   char *kernel_pattern = "vmlinuz-*";
+#elif defined(__aarch64__)
+  char *kernel_pattern = "Image-*";
 #else
   char *kernel_pattern = "vmlinux-*";
 #endif


Reply via email to