Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-storage-ng for 
openSUSE:Factory checked in at 2021-10-04 18:39:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-storage-ng (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-storage-ng.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-storage-ng"

Mon Oct  4 18:39:10 2021 rev:106 rq:922562 version:4.4.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng.changes        
2021-08-06 22:44:53.470058856 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-storage-ng.new.2443/yast2-storage-ng.changes  
    2021-10-04 18:39:42.862033099 +0200
@@ -1,0 +2,7 @@
+Thu Sep 30 11:21:19 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez <jlo...@suse.com>
+
+- Recommend to install libyui-qt-graph package (bsc#1191109) in
+  order to offer the View/Device Graphs menu option.
+- 4.4.8
+
+-------------------------------------------------------------------

Old:
----
  yast2-storage-ng-4.4.7.tar.bz2

New:
----
  yast2-storage-ng-4.4.8.tar.bz2

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

Other differences:
------------------
++++++ yast2-storage-ng.spec ++++++
--- /var/tmp/diff_new_pack.6goHvT/_old  2021-10-04 18:39:43.442034041 +0200
+++ /var/tmp/diff_new_pack.6goHvT/_new  2021-10-04 18:39:43.446034048 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage-ng
-Version:        4.4.7
+Version:        4.4.8
 Release:        0
 Summary:        YaST2 - Storage Configuration
 License:        GPL-2.0-only OR GPL-3.0-only
@@ -62,6 +62,8 @@
 Requires:       rubygem(%{rb_default_ruby_abi}:ruby-dbus)
 Requires(post): %fillup_prereq
 
+Recommends:     (libyui-qt-graph if libyui-qt)
+
 Obsoletes:      yast2-storage
 
 %description

++++++ yast2-storage-ng-4.4.7.tar.bz2 -> yast2-storage-ng-4.4.8.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-ng-4.4.7/.github/workflows/ci.yml 
new/yast2-storage-ng-4.4.8/.github/workflows/ci.yml
--- old/yast2-storage-ng-4.4.7/.github/workflows/ci.yml 2021-08-05 
14:27:58.000000000 +0200
+++ new/yast2-storage-ng-4.4.8/.github/workflows/ci.yml 2021-10-01 
12:54:42.000000000 +0200
@@ -8,7 +8,9 @@
 jobs:
   Tests:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+    container:
+      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+      options: --privileged
 
     steps:
 
@@ -33,7 +35,9 @@
 
   Rubocop:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+    container:
+      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+      options: --privileged
 
     steps:
 
@@ -45,7 +49,9 @@
 
   Package:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+    container:
+      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+      options: --privileged
 
     steps:
 
@@ -57,7 +63,9 @@
 
   Yardoc:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+    container:
+      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+      options: --privileged
 
     steps:
 
@@ -71,7 +79,9 @@
   # checks into one job avoids that overhead
   Checks:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+    container:
+      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+      options: --privileged
 
     steps:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-ng-4.4.7/package/yast2-storage-ng.changes 
new/yast2-storage-ng-4.4.8/package/yast2-storage-ng.changes
--- old/yast2-storage-ng-4.4.7/package/yast2-storage-ng.changes 2021-08-05 
14:27:58.000000000 +0200
+++ new/yast2-storage-ng-4.4.8/package/yast2-storage-ng.changes 2021-10-01 
12:54:42.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Sep 30 11:21:19 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez <jlo...@suse.com>
+
+- Recommend to install libyui-qt-graph package (bsc#1191109) in
+  order to offer the View/Device Graphs menu option.
+- 4.4.8
+
+-------------------------------------------------------------------
 Thu Aug  5 12:19:04 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez <jlo...@suse.com>
 
 - Improve detection of devices that contain an installation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-ng-4.4.7/package/yast2-storage-ng.spec 
new/yast2-storage-ng-4.4.8/package/yast2-storage-ng.spec
--- old/yast2-storage-ng-4.4.7/package/yast2-storage-ng.spec    2021-08-05 
14:27:58.000000000 +0200
+++ new/yast2-storage-ng-4.4.8/package/yast2-storage-ng.spec    2021-10-01 
12:54:42.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-storage-ng
-Version:        4.4.7
+Version:        4.4.8
 Release:        0
 Summary:        YaST2 - Storage Configuration
 License:        GPL-2.0-only OR GPL-3.0-only
@@ -61,6 +61,8 @@
 Requires:       rubygem(%{rb_default_ruby_abi}:ruby-dbus)
 Requires(post): %fillup_prereq
 
+Recommends:    (libyui-qt-graph if libyui-qt)
+
 Obsoletes:      yast2-storage
 
 %description

Reply via email to