Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cacti-spine for openSUSE:Factory checked in at 2026-03-02 17:35:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old) and /work/SRC/openSUSE:Factory/.cacti-spine.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cacti-spine" Mon Mar 2 17:35:20 2026 rev:45 rq:1335483 version:1.2.30 Changes: -------- --- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes 2025-06-11 16:24:40.327831878 +0200 +++ /work/SRC/openSUSE:Factory/.cacti-spine.new.29461/cacti-spine.changes 2026-03-02 17:35:21.450883941 +0100 @@ -1,0 +2,5 @@ +Thu Feb 26 17:45:32 UTC 2026 - Joel Baltazor <[email protected]> + +- spec file caclulates version number for Cacti to handle +git in version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cacti-spine.spec ++++++ --- /var/tmp/diff_new_pack.JhkH30/_old 2026-03-02 17:35:22.670934823 +0100 +++ /var/tmp/diff_new_pack.JhkH30/_new 2026-03-02 17:35:22.674934989 +0100 @@ -20,10 +20,13 @@ %{!?make_build: %define make_build make %{?_smp_mflags}} Name: cacti-spine Version: 1.2.30 +%global base_version %(echo %{version} | sed 's/+[^+]*//') +%global next_base_version %(echo %{base_version} | awk -F. -v OFS=. '{$NF++; print}') Release: 0 Summary: Threaded poller for Cacti written in C License: LGPL-2.1-or-later URL: https://www.cacti.net/spine_info.php +Group: System/Monitoring Source: https://www.cacti.net/downloads/spine/%{name}-%{version}.tar.gz # https://github.com/Cacti/spine/issues/368 Patch0: cacti-spine-gcc15.patch @@ -32,7 +35,8 @@ BuildRequires: mysql-devel BuildRequires: net-snmp-devel BuildRequires: openssl-devel -Requires: cacti = %{version} +Requires: cacti >= %{base_version} +Requires: cacti < %{next_base_version} Requires: rrdtool %description
