Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wsdd for openSUSE:Factory checked in 
at 2022-07-04 11:32:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wsdd (Old)
 and      /work/SRC/openSUSE:Factory/.wsdd.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wsdd"

Mon Jul  4 11:32:22 2022 rev:7 rq:986253 version:0.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/wsdd/wsdd.changes        2022-02-26 
17:01:40.631532039 +0100
+++ /work/SRC/openSUSE:Factory/.wsdd.new.1548/wsdd.changes      2022-07-04 
11:32:23.771976871 +0200
@@ -1,0 +2,5 @@
+Wed Jun 29 20:07:14 UTC 2022 - Herbert Graeber <herb...@graeber-clan.de>
+
+- Include ws-discovey-udp service from firewalld 1.0 as part of wsdd.xml
+
+-------------------------------------------------------------------

New:
----
  ws-discovery-udp.xml

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

Other differences:
------------------
++++++ wsdd.spec ++++++
--- /var/tmp/diff_new_pack.nz3ylZ/_old  2022-07-04 11:32:24.427977928 +0200
+++ /var/tmp/diff_new_pack.nz3ylZ/_new  2022-07-04 11:32:24.431977934 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wsdd
 #
-# 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
@@ -29,6 +29,9 @@
 Source4:        sysconfig.%{name}
 Source5:        %{name}.conf
 Source6:        %{name}-user.conf
+%if 0%{suse_version} < 1599
+Source7:        ws-discovery-udp.xml
+%endif
 Patch1:         %{name}-shebang.patch
 BuildRequires:  firewall-macros
 BuildRequires:  python3
@@ -61,6 +64,9 @@
 mkdir -p %{buildroot}%{_unitdir}
 sed 's#@LIBEXECDIR@#%{_libexecdir}#' %{SOURCE2} 
>%{buildroot}%{_unitdir}/wsdd.service
 install -m 644 -D %{SOURCE3} 
%{buildroot}%{_prefix}/lib/firewalld/services/wsdd.xml
+%if 0%{suse_version} < 1599
+install -m 644 -D %{SOURCE7} 
%{buildroot}%{_prefix}/lib/firewalld/services/ws-discovery-udp.xml
+%endif
 install -m 644 -D %{SOURCE4} %{buildroot}%{_fillupdir}/sysconfig.wsdd
 install -m 755 -d %{buildroot}%{_sbindir}
 ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
@@ -98,6 +104,9 @@
 %dir %{_prefix}/lib/firewalld
 %dir %{_prefix}/lib/firewalld/services
 %{_prefix}/lib/firewalld/services/wsdd.xml
+%if 0%{suse_version} < 1599
+%{_prefix}/lib/firewalld/services/ws-discovery-udp.xml
+%endif
 %{_fillupdir}/sysconfig.%{name}
 %{_sysusersdir}/%{name}-user.conf
 %dir %attr(0755,wsdd,wsdd) %ghost /run/%{name}

++++++ ws-discovery-udp.xml ++++++
<?xml version="1.0" encoding="utf-8"?>
<service>
  <short>WS-Discovery (UDP)</short>
  <description>Web Services Dynamic Discovery (WS-Discovery) is a technical 
specification that defines a multicast discovery protocol to locate services on 
a local network.</description>
  <port protocol="udp" port="3702"/>
  <destination ipv4="239.255.255.250" ipv6="ff02::c"/>
</service>

++++++ wsdd.xml ++++++
--- /var/tmp/diff_new_pack.nz3ylZ/_old  2022-07-04 11:32:24.515978069 +0200
+++ /var/tmp/diff_new_pack.nz3ylZ/_new  2022-07-04 11:32:24.519978075 +0200
@@ -3,6 +3,6 @@
   <short>wsdd</short>
   <description>Web Service Discovery</description>
   <port protocol="tcp" port="5357"/>
-  <port protocol="udp" port="3702"/>
+  <include service="ws-discovery-udp"/>
 </service>
 

Reply via email to