Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package s390-tools for openSUSE:Factory 
checked in at 2021-05-10 15:36:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/s390-tools (Old)
 and      /work/SRC/openSUSE:Factory/.s390-tools.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "s390-tools"

Mon May 10 15:36:48 2021 rev:39 rq:891062 version:2.15.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/s390-tools/s390-tools.changes    2021-04-18 
21:44:26.412653831 +0200
+++ /work/SRC/openSUSE:Factory/.s390-tools.new.2988/s390-tools.changes  
2021-05-10 15:39:16.625589522 +0200
@@ -1,0 +2,9 @@
+Thu May  6 13:59:15 UTC 2021 - Mark Post <mp...@suse.com>
+
+- Modified s390-tools-sles15-Implement-Y-yast_mode.patch by adding
+  a fflush(stdout) statement so that the dasdfmt command would
+  produce the  correct output for YaST. (bsc#1182816, bsc#1182820)
+- Modified s390-tools-sles15-Implement-f-for-backwards-compability.patch
+  to have the correct offset for hunk #2 to apply without warnings.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ s390-tools-sles15sp3-Implement-Y-yast_mode.patch ++++++
--- /var/tmp/diff_new_pack.hXK7ir/_old  2021-05-10 15:39:17.921584217 +0200
+++ /var/tmp/diff_new_pack.hXK7ir/_new  2021-05-10 15:39:17.925584200 +0200
@@ -104,16 +104,18 @@
                        printf("ok\n");
                }
        }
-@@ -1548,6 +1556,8 @@
+@@ -1548,6 +1556,10 @@
                error("%s", str);
  
        set_geo(&cylinders, &heads);
-+      if (g.yast_mode)
++      if (g.yast_mode) {
 +              printf("%d\n", cylinders);
++              fflush(stdout);
++      }
        set_label(&vlabel, &format_params, cylinders);
  
        if (g.check)
-@@ -1693,6 +1701,10 @@ int main(int argc, char *argv[])
+@@ -1693,6 +1703,10 @@ int main(int argc, char *argv[])
                case OPT_NODISCARD:
                        g.no_discard = 1;
                        break;

++++++ s390-tools-sles15sp3-Implement-f-for-backwards-compability.patch ++++++
--- /var/tmp/diff_new_pack.hXK7ir/_old  2021-05-10 15:39:17.933584167 +0200
+++ /var/tmp/diff_new_pack.hXK7ir/_new  2021-05-10 15:39:17.933584167 +0200
@@ -52,7 +52,7 @@
        UTIL_OPT_SECTION("FORMAT OPTIONS"),
        {
                .option = { "blocksize", required_argument, NULL, 'b' },
-@@ -1623,6 +1627,12 @@
+@@ -1627,6 +1631,12 @@
                        }
                        g.layout_specified = 1;
                        break;

Reply via email to