Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sensors for openSUSE:Factory checked in at 2025-12-09 12:45:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sensors (Old) and /work/SRC/openSUSE:Factory/.sensors.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sensors" Tue Dec 9 12:45:50 2025 rev:114 rq:1321569 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/sensors/sensors.changes 2024-08-17 12:40:57.826812109 +0200 +++ /work/SRC/openSUSE:Factory/.sensors.new.1939/sensors.changes 2025-12-09 12:47:27.656607349 +0100 @@ -1,0 +2,10 @@ +Thu Oct 2 12:52:41 UTC 2025 - Andreas Schwab <[email protected]> + +- Don't use valgrind in qemu emulation + +------------------------------------------------------------------- +Mon Sep 29 12:08:45 UTC 2025 - Dominique Leuenberger <[email protected]> + +- Drop rcFOO symlinks [jsc#PED-266] + +------------------------------------------------------------------- @@ -1232,2 +1241,0 @@ - -------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sensors.spec ++++++ --- /var/tmp/diff_new_pack.YnSSLR/_old 2025-12-09 12:47:33.800867028 +0100 +++ /var/tmp/diff_new_pack.YnSSLR/_new 2025-12-09 12:47:33.812867535 +0100 @@ -1,7 +1,7 @@ # # spec file for package sensors # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -44,7 +44,10 @@ BuildRequires: perl-Test-Cmd BuildRequires: rrdtool-devel BuildRequires: systemd-rpm-macros +# qemu does not support PR_SET_PTRACER +%if !0%{?qemu_user_space_build} BuildRequires: valgrind +%endif Requires: modutils %{?systemd_requires} @@ -117,9 +120,6 @@ chmod 0755 %{buildroot}/%{_libdir}/libsensors.so.* mkdir -p %{buildroot}/%{_unitdir} %{buildroot}/%{_fillupdir} cp -a prog/init/*.service %{buildroot}/%{_unitdir}/ - ln -sf service %{buildroot}%{_sbindir}/rclm_sensors - ln -sf service %{buildroot}%{_sbindir}/rcfancontrol - ln -sf service %{buildroot}%{_sbindir}/rcsensord cp -a %{SOURCE1} %{buildroot}/%{_fillupdir} %check @@ -177,9 +177,7 @@ %files %{_unitdir}/lm_sensors.service -%{_sbindir}/rclm_sensors %{_unitdir}/fancontrol.service -%{_sbindir}/rcfancontrol %{_bindir}/* %{_sbindir}/fancontrol %ifarch i386 i486 i586 i686 x86_64 @@ -209,7 +207,6 @@ %files -n sensord %{_unitdir}/sensord.service -%{_sbindir}/rcsensord %{_fillupdir}/sysconfig.sensord %{_sbindir}/sensord %dir %{_docdir}/sensord
