Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vcontrold for openSUSE:Factory checked in at 2025-04-18 16:21:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vcontrold (Old) and /work/SRC/openSUSE:Factory/.vcontrold.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vcontrold" Fri Apr 18 16:21:02 2025 rev:2 rq:1270592 version:v0.98.10+git20210418.977e6f5 Changes: -------- --- /work/SRC/openSUSE:Factory/vcontrold/vcontrold.changes 2021-05-05 20:40:10.630870878 +0200 +++ /work/SRC/openSUSE:Factory/.vcontrold.new.30101/vcontrold.changes 2025-04-20 20:11:38.206342937 +0200 @@ -1,0 +2,6 @@ +Fri Mar 21 23:45:09 UTC 2025 - Shawn Dunn <[email protected]> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 +- Add %check section + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vcontrold.spec ++++++ --- /var/tmp/diff_new_pack.sXu16C/_old 2025-04-20 20:11:38.886371406 +0200 +++ /var/tmp/diff_new_pack.sXu16C/_new 2025-04-20 20:11:38.886371406 +0200 @@ -1,7 +1,7 @@ # # spec file for package vcontrold # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -21,17 +21,17 @@ Release: 0 Summary: Daemon for communication with Viessmann heating controllers License: GPL-3.0-or-later -Url: https://github.com/openv/vcontrold +URL: https://github.com/openv/vcontrold Source0: %{name}-%{version}.tar Source1: system-user-vcontrold.conf Source2: vcontrold.service Source3: vcontrold-tmpfiles.conf BuildRequires: c_compiler +BuildRequires: cmake >= 3.5 BuildRequires: python3-docutils -BuildRequires: cmake -BuildRequires: pkgconfig(libxml-2.0) BuildRequires: systemd-rpm-macros BuildRequires: sysuser-tools +BuildRequires: pkgconfig(libxml-2.0) Requires: group(dialout) %sysusers_requires @@ -46,7 +46,7 @@ %build %sysusers_generate_pre "%{SOURCE1}" "%{name}" # -%cmake +%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 %cmake_build %install @@ -68,6 +68,9 @@ # ln -s service %{buildroot}%{_sbindir}/rcvcontrold +%check +%ctest + %pre -f %{name}.pre %service_add_pre %{name}.service
