Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sblim-sfcb for openSUSE:Factory checked in at 2023-09-06 19:00:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sblim-sfcb (Old) and /work/SRC/openSUSE:Factory/.sblim-sfcb.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sblim-sfcb" Wed Sep 6 19:00:01 2023 rev:63 rq:1109264 version:1.4.9 Changes: -------- --- /work/SRC/openSUSE:Factory/sblim-sfcb/sblim-sfcb.changes 2023-01-16 18:02:42.440087391 +0100 +++ /work/SRC/openSUSE:Factory/.sblim-sfcb.new.1766/sblim-sfcb.changes 2023-09-06 19:04:22.536781965 +0200 @@ -1,0 +2,5 @@ +Tue Sep 5 12:16:59 UTC 2023 - Thorsten Kukuk <[email protected]> + +- Disable SLP by default for Factory and ALP (bsc#1214884) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sblim-sfcb.spec ++++++ --- /var/tmp/diff_new_pack.efXO9G/_old 2023-09-06 19:04:25.912902316 +0200 +++ /var/tmp/diff_new_pack.efXO9G/_new 2023-09-06 19:04:25.916902459 +0200 @@ -22,6 +22,12 @@ %define has_systemd 0 %endif +%if 0%{?suse_version} >= 1600 +%bcond_with slp +%else +%bcond_without slp +%endif + BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Small Footprint CIM Broker License: EPL-1.0 @@ -103,8 +109,10 @@ BuildRequires: sblim-sfcc-devel BuildRequires: zlib-devel %if 0%{?rhel_version} == 0 && 0%{?centos_version} == 0 +%if %{with slp} BuildRequires: openslp-devel %endif +%endif BuildRequires: bison BuildRequires: flex BuildRequires: unzip @@ -186,7 +194,7 @@ if test -d mofc; then cd mofc && autoreconf -f -i; cd ..; fi #%%configure --enable-debug --enable-ssl --enable-pam --enable-ipv6 CIMSCHEMA_SOURCE=%{SOURCE1} CIMSCHEMA_MOF=cimv216.mof CIMSCHEMA_SUBDIRS=y mkdir -p m4 -%if 0%{?rhel_version} == 0 && 0%{?centos_version} == 0 +%if %{with slp} && 0%{?rhel_version} == 0 && 0%{?centos_version} == 0 WITH_SLP=--enable-slp %else WITH_SLP=
