Hello community,

here is the log from the commit of package yast2-drbd for openSUSE:Factory 
checked in at 2020-08-18 14:01:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-drbd (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-drbd.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-drbd"

Tue Aug 18 14:01:14 2020 rev:34 rq:827561 version:4.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-drbd/yast2-drbd.changes    2020-08-12 
13:42:33.309973378 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-drbd.new.3399/yast2-drbd.changes  
2020-08-18 14:03:38.198329454 +0200
@@ -1,0 +2,6 @@
+Mon Aug 11 03:00:24 UTC 2020 - nick wang <[email protected]>
+
+- Open ports for DRBD linstor packages (bsc#1175434)
+- 4.3.2
+
+-------------------------------------------------------------------

Old:
----
  yast2-drbd-4.3.1.tar.bz2

New:
----
  yast2-drbd-4.3.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-drbd.spec ++++++
--- /var/tmp/diff_new_pack.AfmvAn/_old  2020-08-18 14:03:38.886329762 +0200
+++ /var/tmp/diff_new_pack.AfmvAn/_new  2020-08-18 14:03:38.890329763 +0200
@@ -17,32 +17,25 @@
 
 
 %define _fwdefdir %{_libexecdir}/firewalld/services
-
 Name:           yast2-drbd
-Version:        4.3.1
+Version:        4.3.2
 Release:        0
 Summary:        YaST2 - DRBD Configuration
 License:        GPL-2.0-or-later
 Group:          System/YaST
-Url:            https://github.com/yast/yast-drbd
-
+URL:            https://github.com/yast/yast-drbd
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        drbd.firewalld.xml
-
+BuildRequires:  firewall-macros
 BuildRequires:  ruby
 BuildRequires:  update-desktop-files
 # SuSEFirewall2 replaced by Firewalld(fate#323460)
-BuildRequires:  firewall-macros
 BuildRequires:  yast2 >= 4.0.39
 BuildRequires:  yast2-devtools >= 4.2.2
-
-# SuSEFirewall2 replaced by Firewalld(fate#323460)
 Requires:       drbd >= 9.0
 Requires:       yast2 >= 4.0.39
 Requires:       yast2-ruby-bindings >= 1.0.0
-
 Supplements:    autoyast(drbd)
-
 BuildArch:      noarch
 
 %description
@@ -61,7 +54,7 @@
 %yast_metainfo
 
 mkdir -p %{buildroot}%{_fwdefdir}
-install -m 644 %{S:1} %{buildroot}%{_fwdefdir}/drbd.xml
+install -m 644 %{SOURCE1} %{buildroot}%{_fwdefdir}/drbd.xml
 
 %post
 %firewalld_reload

++++++ drbd.firewalld.xml ++++++
--- /var/tmp/diff_new_pack.AfmvAn/_old  2020-08-18 14:03:38.914329774 +0200
+++ /var/tmp/diff_new_pack.AfmvAn/_new  2020-08-18 14:03:38.914329774 +0200
@@ -1,6 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>
 <service>
   <short>SUSE YaST DRBD</short>
-  <description>This allows you to open various ports related to SUSE YaST 
DRBD. Port 7788 and higher is recommend.</description>
+  <description>This allows you to open various ports related to SUSE
+                 YaST DRBD including Linstor support. Ports 3366/3367 are for
+                 lnstor satellite, ports 3370/3376/3377 are for linstor 
controller,
+                 and port 3371 is for linstor-controller when using HTTPS 
REST-API.
+                 Port 7788 is the default port for DRBD connection. Ports 7788 
and
+                 higher are recommend to resource connections.
+  </description>
   <port protocol="tcp" port="7788"/>
+  <port protocol="tcp" port="3366"/>
+  <port protocol="tcp" port="3367"/>
+  <port protocol="tcp" port="3370"/>
+  <port protocol="tcp" port="3371"/>
+  <port protocol="tcp" port="3376"/>
+  <port protocol="tcp" port="3377"/>
 </service>

++++++ yast2-drbd-4.3.1.tar.bz2 -> yast2-drbd-4.3.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-drbd-4.3.1/package/drbd.firewalld.xml 
new/yast2-drbd-4.3.2/package/drbd.firewalld.xml
--- old/yast2-drbd-4.3.1/package/drbd.firewalld.xml     2020-08-12 
12:10:07.000000000 +0200
+++ new/yast2-drbd-4.3.2/package/drbd.firewalld.xml     2020-08-18 
12:46:35.000000000 +0200
@@ -1,6 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>
 <service>
   <short>SUSE YaST DRBD</short>
-  <description>This allows you to open various ports related to SUSE YaST 
DRBD. Port 7788 and higher is recommend.</description>
+  <description>This allows you to open various ports related to SUSE
+                 YaST DRBD including Linstor support. Ports 3366/3367 are for
+                 lnstor satellite, ports 3370/3376/3377 are for linstor 
controller,
+                 and port 3371 is for linstor-controller when using HTTPS 
REST-API.
+                 Port 7788 is the default port for DRBD connection. Ports 7788 
and
+                 higher are recommend to resource connections.
+  </description>
   <port protocol="tcp" port="7788"/>
+  <port protocol="tcp" port="3366"/>
+  <port protocol="tcp" port="3367"/>
+  <port protocol="tcp" port="3370"/>
+  <port protocol="tcp" port="3371"/>
+  <port protocol="tcp" port="3376"/>
+  <port protocol="tcp" port="3377"/>
 </service>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-drbd-4.3.1/package/yast2-drbd.changes 
new/yast2-drbd-4.3.2/package/yast2-drbd.changes
--- old/yast2-drbd-4.3.1/package/yast2-drbd.changes     2020-08-12 
12:10:07.000000000 +0200
+++ new/yast2-drbd-4.3.2/package/yast2-drbd.changes     2020-08-18 
12:46:35.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon Aug 11 03:00:24 UTC 2020 - nick wang <[email protected]>
+
+- Open ports for DRBD linstor packages (bsc#1175434)
+- 4.3.2
+
+-------------------------------------------------------------------
 Mon Aug 10 17:56:45 CEST 2020 - [email protected]
 
 - AutoYaST: Added supplements: autoyast(drdb) into the spec file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-drbd-4.3.1/package/yast2-drbd.spec 
new/yast2-drbd-4.3.2/package/yast2-drbd.spec
--- old/yast2-drbd-4.3.1/package/yast2-drbd.spec        2020-08-12 
12:10:07.000000000 +0200
+++ new/yast2-drbd-4.3.2/package/yast2-drbd.spec        2020-08-18 
12:46:35.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-drbd
 #
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,34 +15,27 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-%define _fwdefdir %{_libexecdir}/firewalld/services
 
+%define _fwdefdir %{_libexecdir}/firewalld/services
 Name:           yast2-drbd
-Version:        4.3.1
+Version:        4.3.2
 Release:        0
 Summary:        YaST2 - DRBD Configuration
 License:        GPL-2.0-or-later
 Group:          System/YaST
-Url:            https://github.com/yast/yast-drbd
-
+URL:            https://github.com/yast/yast-drbd
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        drbd.firewalld.xml
-
+BuildRequires:  firewall-macros
 BuildRequires:  ruby
 BuildRequires:  update-desktop-files
 # SuSEFirewall2 replaced by Firewalld(fate#323460)
 BuildRequires:  yast2 >= 4.0.39
 BuildRequires:  yast2-devtools >= 4.2.2
-BuildRequires:  firewall-macros
-
-# SuSEFirewall2 replaced by Firewalld(fate#323460)
 Requires:       yast2 >= 4.0.39
 Requires:       drbd >= 9.0
 Requires:       yast2-ruby-bindings >= 1.0.0
-
 Supplements:    autoyast(drbd)
-
-
 BuildArch:      noarch
 
 %description
@@ -61,7 +54,7 @@
 %yast_metainfo
 
 mkdir -p %{buildroot}%{_fwdefdir}
-install -m 644 %{S:1} %{buildroot}%{_fwdefdir}/drbd.xml
+install -m 644 %{SOURCE1} %{buildroot}%{_fwdefdir}/drbd.xml
 
 %post
 %firewalld_reload


Reply via email to