Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package open-isns for openSUSE:Factory 
checked in at 2023-09-06 18:56:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/open-isns (Old)
 and      /work/SRC/openSUSE:Factory/.open-isns.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "open-isns"

Wed Sep  6 18:56:26 2023 rev:18 rq:1109137 version:0.102

Changes:
--------
--- /work/SRC/openSUSE:Factory/open-isns/open-isns.changes      2022-09-10 
20:16:49.580757234 +0200
+++ /work/SRC/openSUSE:Factory/.open-isns.new.1766/open-isns.changes    
2023-09-06 18:57:50.622811030 +0200
@@ -1,0 +2,5 @@
+Tue Sep  5 11:59:19 UTC 2023 - Thorsten Kukuk <[email protected]>
+
+- Disable SLP by default for Factory and ALP (bsc#1214884)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ open-isns.spec ++++++
--- /var/tmp/diff_new_pack.ckF4q4/_old  2023-09-06 18:57:51.994859940 +0200
+++ /var/tmp/diff_new_pack.ckF4q4/_new  2023-09-06 18:57:51.998860083 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package open-isns
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,12 @@
 #
 
 
+%if 0%{?suse_version} >= 1600
+%bcond_with slp
+%else
+%bcond_without slp
+%endif
+
 Name:           open-isns
 Summary:        Partial Implementation of iSNS iSCSI registration
 License:        LGPL-2.1-or-later
@@ -31,7 +37,9 @@
 BuildRequires:  glibc-devel
 BuildRequires:  make
 BuildRequires:  meson >= 0.55.0
+%if %{with slp}
 BuildRequires:  openslp-devel
+%endif
 BuildRequires:  openssl-devel
 BuildRequires:  systemd-rpm-macros
 %{?systemd_requires}
@@ -62,7 +70,12 @@
 
 %build
 %global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
-%meson --default-library=both
+%meson --default-library=both \
+%if %{with slp}
+       -Dslp=enabled
+%else
+       -Dslp=disabled
+%endif
 %meson_build
 
 %install

Reply via email to