Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sbd for openSUSE:Factory checked in 
at 2025-02-12 21:39:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sbd (Old)
 and      /work/SRC/openSUSE:Factory/.sbd.new.8181 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sbd"

Wed Feb 12 21:39:30 2025 rev:49 rq:1245461 version:1.5.2+20241209.5946119

Changes:
--------
--- /work/SRC/openSUSE:Factory/sbd/sbd.changes  2024-12-10 23:43:40.784922360 
+0100
+++ /work/SRC/openSUSE:Factory/.sbd.new.8181/sbd.changes        2025-02-12 
21:41:25.770720299 +0100
@@ -1,0 +2,6 @@
+Wed Feb 12 17:32:38 UTC 2025 - Yan Gao <[email protected]>
+
+- spec: drop Linux-HA fence agent external/sbd in favor of fence_sbd agent for 
suse_version >= 1600
+- spec: add systemd to BuildRequires
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sbd.spec ++++++
--- /var/tmp/diff_new_pack.FJ9hd8/_old  2025-02-12 21:41:26.270740910 +0100
+++ /var/tmp/diff_new_pack.FJ9hd8/_new  2025-02-12 21:41:26.270740910 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sbd
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2013 Lars Marowsky-Bree
 #
 # All modifications and additions to the file contributed by third parties
@@ -78,6 +78,7 @@
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(pacemaker)
 BuildRequires:  pkgconfig(pacemaker-cib)
+BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(uuid)
 Requires(post): %fillup_prereq
 Conflicts:      ClusterTools2 < 2.3.2
@@ -126,6 +127,11 @@
 
 %install
 %make_install LIBDIR=%{_libdir}
+
+%if %{suse_version} >= 1600
+rm -rf %{buildroot}%{_libdir}/stonith
+%endif
+
 install -D -m 0755 src/sbd.sh %{buildroot}%{_datadir}/sbd/sbd.sh
 install -D -m 0755 tests/regressions.sh 
%{buildroot}%{_datadir}/sbd/regressions.sh
 install -D -m 0644 src/sbd.service %{buildroot}/%{_unitdir}/sbd.service
@@ -162,7 +168,9 @@
 
 %files
 %defattr(-,root,root)
+%if %{suse_version} < 1600
 %{_libdir}/stonith/
+%endif
 %{_sbindir}/sbd
 %{_sbindir}/rcsbd
 %{_sbindir}/rcsbd_remote

Reply via email to