Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package yast2-fcoe-client for
openSUSE:Factory checked in at 2022-02-21 17:45:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-fcoe-client (Old)
and /work/SRC/openSUSE:Factory/.yast2-fcoe-client.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-fcoe-client"
Mon Feb 21 17:45:49 2022 rev:56 rq:955877 version:4.4.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-fcoe-client/yast2-fcoe-client.changes
2021-04-23 17:50:34.674789251 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-fcoe-client.new.1958/yast2-fcoe-client.changes
2022-02-21 17:46:01.435583737 +0100
@@ -1,0 +2,6 @@
+Fri Feb 18 11:47:53 UTC 2022 - Knut Anderssen <[email protected]>
+
+- Added AutoYaST schema (bsc#1194895)
+- 4.4.2
+
+-------------------------------------------------------------------
Old:
----
yast2-fcoe-client-4.4.1.tar.bz2
New:
----
yast2-fcoe-client-4.4.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-fcoe-client.spec ++++++
--- /var/tmp/diff_new_pack.XY3ySJ/_old 2022-02-21 17:46:01.831583855 +0100
+++ /var/tmp/diff_new_pack.XY3ySJ/_new 2022-02-21 17:46:01.839583858 +0100
@@ -1,7 +1,7 @@
#
# spec file for package yast2-fcoe-client
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: yast2-fcoe-client
-Version: 4.4.1
+Version: 4.4.2
Release: 0
Summary: YaST2 - Configuration of Fibre Channel over Ethernet
License: GPL-2.0-only
@@ -59,5 +59,6 @@
%{yast_metainfodir}
%{yast_scrconfdir}
%{yast_icondir}
+%{yast_schemadir}
%changelog
++++++ yast2-fcoe-client-4.4.1.tar.bz2 -> yast2-fcoe-client-4.4.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-fcoe-client-4.4.1/.github/workflows/ci.yml
new/yast2-fcoe-client-4.4.2/.github/workflows/ci.yml
--- old/yast2-fcoe-client-4.4.1/.github/workflows/ci.yml 2021-04-21
09:32:39.000000000 +0200
+++ new/yast2-fcoe-client-4.4.2/.github/workflows/ci.yml 2022-02-18
14:53:03.000000000 +0100
@@ -8,7 +8,14 @@
jobs:
Tests:
runs-on: ubuntu-latest
- container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+
+ strategy:
+ fail-fast: false
+ matrix:
+ distro: [ "tumbleweed", "leap_latest" ]
+
+ container:
+ image:
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
steps:
@@ -27,6 +34,8 @@
# send the coverage report to coveralls.io
- name: Coveralls Report
+ # send it only from the TW build to avoid duplicate submits
+ if: ${{ matrix.distro == 'tumbleweed' }}
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -46,7 +55,14 @@
Package:
runs-on: ubuntu-latest
- container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+
+ strategy:
+ fail-fast: false
+ matrix:
+ distro: [ "tumbleweed", "leap_latest" ]
+
+ container:
+ image:
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
steps:
@@ -58,7 +74,14 @@
Yardoc:
runs-on: ubuntu-latest
- container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+
+ strategy:
+ fail-fast: false
+ matrix:
+ distro: [ "leap_latest" ]
+
+ container:
+ image:
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
steps:
@@ -72,7 +95,14 @@
# checks into one job avoids that overhead
Checks:
runs-on: ubuntu-latest
- container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+
+ strategy:
+ fail-fast: false
+ matrix:
+ distro: [ "leap_latest" ]
+
+ container:
+ image:
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
steps:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-fcoe-client-4.4.1/package/yast2-fcoe-client.changes
new/yast2-fcoe-client-4.4.2/package/yast2-fcoe-client.changes
--- old/yast2-fcoe-client-4.4.1/package/yast2-fcoe-client.changes
2021-04-21 09:32:39.000000000 +0200
+++ new/yast2-fcoe-client-4.4.2/package/yast2-fcoe-client.changes
2022-02-18 14:53:03.000000000 +0100
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Fri Feb 18 11:47:53 UTC 2022 - Knut Anderssen <[email protected]>
+
+- Added AutoYaST schema (bsc#1194895)
+- 4.4.2
+
+-------------------------------------------------------------------
Tue Apr 20 18:14:05 UTC 2021 - Dirk M??ller <[email protected]>
- stop packaging docdir, it only contained the license which
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-fcoe-client-4.4.1/package/yast2-fcoe-client.spec
new/yast2-fcoe-client-4.4.2/package/yast2-fcoe-client.spec
--- old/yast2-fcoe-client-4.4.1/package/yast2-fcoe-client.spec 2021-04-21
09:32:39.000000000 +0200
+++ new/yast2-fcoe-client-4.4.2/package/yast2-fcoe-client.spec 2022-02-18
14:53:03.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-fcoe-client
-Version: 4.4.1
+Version: 4.4.2
Release: 0
Summary: YaST2 - Configuration of Fibre Channel over Ethernet
License: GPL-2.0-only
@@ -59,5 +59,6 @@
%{yast_metainfodir}
%{yast_scrconfdir}
%{yast_icondir}
+%{yast_schemadir}
%changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-fcoe-client-4.4.1/src/Makefile.am
new/yast2-fcoe-client-4.4.2/src/Makefile.am
--- old/yast2-fcoe-client-4.4.1/src/Makefile.am 2021-04-21 09:32:39.000000000
+0200
+++ new/yast2-fcoe-client-4.4.2/src/Makefile.am 2022-02-18 14:53:03.000000000
+0100
@@ -17,6 +17,10 @@
include/fcoe-client/complex.rb \
include/fcoe-client/helps.rb
+schemafilesdir = $(schemadir)/autoyast/rnc
+schemafiles_DATA = \
+ autoyast-rnc/fcoe-client.rnc
+
scrconf_DATA = \
scrconf/fcoe_config.scr \
scrconf/fcoe_cfg-ethx.scr
@@ -31,6 +35,7 @@
scalable_DATA = \
icons/hicolor/scalable/apps/yast-fcoe.svg
-EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(scrconf_DATA)
$(desktop_DATA) $(symbolic_DATA) $(scalable_DATA)
+EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(scrconf_DATA)
$(desktop_DATA) \
+ $(schemafiles_DATA) $(symbolic_DATA) $(scalable_DATA)
include $(top_srcdir)/Makefile.am.common
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-fcoe-client-4.4.1/src/autoyast-rnc/fcoe-client.rnc
new/yast2-fcoe-client-4.4.2/src/autoyast-rnc/fcoe-client.rnc
--- old/yast2-fcoe-client-4.4.1/src/autoyast-rnc/fcoe-client.rnc
1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-fcoe-client-4.4.2/src/autoyast-rnc/fcoe-client.rnc
2022-02-18 14:53:03.000000000 +0100
@@ -0,0 +1,51 @@
+default namespace = "http://www.suse.com/1.0/yast2ns"
+namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0"
+namespace config = "http://www.suse.com/1.0/configns"
+
+include "common.rnc"
+
+fcoe-client =
+ element fcoe-client {
+ MAP,
+ (
+ fcoe_cfg? &
+ fcoe_interfaces? &
+ fcoe_service_start?
+ )
+ }
+
+
+fcoe_cfg = element fcoe_cfg {
+ MAP,
+ (
+ element DEBUG { STRING_ATTR, ("yes" | "no") } &
+ element USE_SYSLOG { STRING_ATTR, ("yes" | "no") }
+ )
+}
+
+fcoe_interfaces = element interfaces {
+ LIST,
+ element (interface | listentry) {
+ MAP,
+ (
+ element dev_name { STRING } &
+ element mac_addr { STRING } &
+ element device { STRING } &
+ element vlan_interface { STRING } &
+ element fcoe_vlan { STRING } &
+ element fcoe_enable { STRING_ATTR, ("yes" | "no") } &
+ element dcb_required { STRING_ATTR, ("yes" | "no") } &
+ element auto_vlan { STRING_ATTR, ("yes" | "no") } &
+ element dcb_capable { STRING_ATTR, ("yes" | "no") } &
+ element cfg_device { STRING }
+ )
+ }*
+}
+
+fcoe_service_start = element service_start {
+ MAP,
+ (
+ element fcoe { BOOLEAN } &
+ element lldpad { BOOLEAN }
+ )
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-fcoe-client-4.4.1/src/desktop/org.opensuse.yast.FCoEClient.desktop
new/yast2-fcoe-client-4.4.2/src/desktop/org.opensuse.yast.FCoEClient.desktop
---
old/yast2-fcoe-client-4.4.1/src/desktop/org.opensuse.yast.FCoEClient.desktop
2021-04-21 09:32:39.000000000 +0200
+++
new/yast2-fcoe-client-4.4.2/src/desktop/org.opensuse.yast.FCoEClient.desktop
2022-02-18 14:53:03.000000000 +0100
@@ -14,6 +14,7 @@
X-SuSE-YaST-SortKey=
X-SuSE-YaST-AutoInstResource=fcoe-client
X-SuSE-YaST-AutoInstClonable=true
+X-SuSE-YaST-AutoInstSchema=fcoe-client.rnc
X-SuSE-YaST-Keywords=fibre,channel,ethernet,network
Icon=yast-fcoe