Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tini for openSUSE:Factory checked in 
at 2025-03-25 22:09:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tini (Old)
 and      /work/SRC/openSUSE:Factory/.tini.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tini"

Tue Mar 25 22:09:13 2025 rev:4 rq:1255338 version:0.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tini/tini.changes        2023-05-05 
15:57:37.652202840 +0200
+++ /work/SRC/openSUSE:Factory/.tini.new.2696/tini.changes      2025-03-25 
22:17:29.659248788 +0100
@@ -1,0 +2,7 @@
+Sat Mar 22 01:11:49 UTC 2025 - Shawn Dunn <sfal...@opensuse.org>
+
+- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
+- Add %check section
+- Remove Group: declarations, no longer used
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tini.spec ++++++
--- /var/tmp/diff_new_pack.iVtXNa/_old  2025-03-25 22:17:30.091266674 +0100
+++ /var/tmp/diff_new_pack.iVtXNa/_new  2025-03-25 22:17:30.091266674 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tini
 #
-# Copyright (c) 2023 SUSE LLC
+# 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
@@ -21,10 +21,9 @@
 Release:        0
 Summary:        A tiny but valid init for containers
 License:        MIT
-Group:          System/Management
 URL:            https://github.com/krallin/tini
 Source:         %{URL}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.5
 BuildRequires:  gcc
 BuildRequires:  glibc-devel
 BuildRequires:  glibc-devel-static
@@ -39,7 +38,6 @@
 
 %package static
 Summary:        A tiny but valid init for containers, with libc linked 
statically
-Group:          System/Management
 
 %description static
 Tini is a trivial implementation for an "init" program.
@@ -62,7 +60,7 @@
 # Enable DMINIMAL to supress verbosity or any output at all, plus disable
 # argument parsing. You an still set some options via env vars
 # CMAKE_ARGS="-DMINIMAL=ON"
-%cmake .
+%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 .
 %make_build tini
 %make_build tini-static
 
@@ -71,6 +69,9 @@
 cp build/tini %{buildroot}/%{_sbindir}/tini
 cp build/tini-static %{buildroot}/%{_sbindir}/tini-static
 
+%check
+%ctest
+
 %files
 %license LICENSE
 %doc README.md

Reply via email to