Skip to content

Commit

Permalink
Merge pull request #116 from liangxin1300/20250207_sctp_typo_15sp6
Browse files Browse the repository at this point in the history
[SLE-15-SP6] Fix: fix a typo for sctp in cluster.firewalld.xml (bsc#1236903)
  • Loading branch information
teclator authored Feb 7, 2025
2 parents cf3966a + 5611742 commit 69115ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/cluster.firewalld.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<port protocol="tcp" port="9929"/> <!-- booth -->
<port protocol="udp" port="9929"/>
<port protocol="tcp" port="21064"/> <!-- dlm -->
<port protocol="stcp" port="21064"/>
<port protocol="sctp" port="21064"/>
<port protocol="tcp" port="30865"/> <!-- csync2 -->
</service>

6 changes: 6 additions & 0 deletions package/yast2-cluster.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 7 20:23:52 UTC 2025 - xin liang <xliang@suse.com>

- Fix: fix a typo for sctp in cluster.firewalld.xml (bsc#1236903)
- Version 4.6.4

-------------------------------------------------------------------
Fri Jan 17 16:45:52 UTC 2025 - xin liang <xliang@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-cluster.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%define _fwdefdir %{_prefix}/lib/firewalld/services

Name: yast2-cluster
Version: 4.6.3
Version: 4.6.4
Release: 0
Summary: Configuration of cluster
License: GPL-2.0-only
Expand Down

0 comments on commit 69115ea

Please sign in to comment.