Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2020-12-05 20:35:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc"

Sat Dec  5 20:35:55 2020 rev:288 rq:852615 version:7.0.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2020-10-29 
09:22:22.630691834 +0100
+++ /work/SRC/openSUSE:Factory/.linuxrc.new.5913/linuxrc.changes        
2020-12-05 20:36:26.302663464 +0100
@@ -1,0 +2,7 @@
+Wed Dec 2 13:12:19 UTC 2020 - wfe...@opensuse.org
+
+- merge gh#openSUSE/linuxrc#234
+- do not offer --real-mode as kexec option in debug mode (bsc#1141875)
+- 7.0.22
+
+--------------------------------------------------------------------

Old:
----
  linuxrc-7.0.21.tar.xz

New:
----
  linuxrc-7.0.22.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.tgKpkX/_old  2020-12-05 20:36:26.850664019 +0100
+++ /var/tmp/diff_new_pack.tgKpkX/_new  2020-12-05 20:36:26.854664024 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           linuxrc
-Version:        7.0.21
+Version:        7.0.22
 Release:        0
 Summary:        SUSE Installation Program
 License:        GPL-3.0+

++++++ linuxrc-7.0.21.tar.xz -> linuxrc-7.0.22.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-7.0.21/VERSION new/linuxrc-7.0.22/VERSION
--- old/linuxrc-7.0.21/VERSION  2020-10-28 17:00:05.000000000 +0100
+++ new/linuxrc-7.0.22/VERSION  2020-12-02 14:12:19.000000000 +0100
@@ -1 +1 @@
-7.0.21
+7.0.22
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-7.0.21/changelog new/linuxrc-7.0.22/changelog
--- old/linuxrc-7.0.21/changelog        2020-10-28 17:00:05.000000000 +0100
+++ new/linuxrc-7.0.22/changelog        2020-12-02 14:12:19.000000000 +0100
@@ -1,3 +1,7 @@
+2020-12-02:    7.0.22
+       - merge gh#openSUSE/linuxrc#234
+       - do not offer --real-mode as kexec option in debug mode (bsc#1141875)
+
 2020-10-28:    7.0.21
        - merge gh#openSUSE/linuxrc#232
        - fix linuxrc module option parsing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-7.0.21/util.c new/linuxrc-7.0.22/util.c
--- old/linuxrc-7.0.21/util.c   2020-10-28 17:00:05.000000000 +0100
+++ new/linuxrc-7.0.22/util.c   2020-12-02 14:12:19.000000000 +0100
@@ -5284,15 +5284,9 @@
     kernel_name, initrd_name, kernel_options
   );
 
-  char *buf1 = NULL;
-
-  // on x86, non-uefi use real-mode interface;
-  // this seems to work better
-  if(strstr(kernel_name, "vmlinuz-") && !config.efi_vars) {
-    str_copy(&buf1, "--real-mode");
-  }
-
   if(config.debug) {
+    char *buf1 = NULL;
+
     if(dia_input2("Enter additional kexec options", &buf1, 57, 0)) {
       util_umount("/mnt");
 
@@ -5303,10 +5297,12 @@
 
       return;
     }
-    if(buf1) strprintf(&buf, "%s %s", buf, buf1);
-  }
 
-  str_copy(&buf1, NULL);
+    if(buf1) {
+      strprintf(&buf, "%s %s", buf, buf1);
+      str_copy(&buf1, NULL);
+    }
+  }
 
   if(!config.test) {
     int err = lxrc_run(buf);
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to