Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package intel-lpmd for openSUSE:Factory 
checked in at 2026-02-24 15:40:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/intel-lpmd (Old)
 and      /work/SRC/openSUSE:Factory/.intel-lpmd.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "intel-lpmd"

Tue Feb 24 15:40:29 2026 rev:3 rq:1327623 version:0.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/intel-lpmd/intel-lpmd.changes    2025-11-25 
17:19:26.729121923 +0100
+++ /work/SRC/openSUSE:Factory/.intel-lpmd.new.1977/intel-lpmd.changes  
2026-02-24 15:40:55.312193997 +0100
@@ -1,0 +2,10 @@
+Fri Jan 16 11:18:51 UTC 2026 - Jan Engelhardt <[email protected]>
+
+- Add install.patch and ship XML config files
+
+-------------------------------------------------------------------
+Mon Jan  5 12:25:07 UTC 2026 - Jan Engelhardt <[email protected]>
+
+- Resolve build failure on Tumbleweed due to unpackaged files
+
+-------------------------------------------------------------------
@@ -9 +18,0 @@
-- Introduce _service to retrieve sources, version and changes from github repo

New:
----
  install.patch

----------(New B)----------
  New:
- Add install.patch and ship XML config files
----------(New E)----------

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

Other differences:
------------------
++++++ intel-lpmd.spec ++++++
--- /var/tmp/diff_new_pack.WeHXiE/_old  2026-02-24 15:40:55.840215919 +0100
+++ /var/tmp/diff_new_pack.WeHXiE/_new  2026-02-24 15:40:55.844216084 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package intel-lpmd
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 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
@@ -24,6 +24,7 @@
 Group:          Hardware/Other
 URL:            https://github.com/intel/intel-lpmd
 Source:         
https://github.com/intel/intel-lpmd/archive/refs/tags/v%version.tar.gz
+Patch1:         install.patch
 BuildRequires:  automake
 BuildRequires:  gtk-doc >= 1.11
 BuildRequires:  pkg-config
@@ -56,13 +57,26 @@
 
 %install
 %make_install
-find | grep xml
-rm -Rf "%buildroot/etc"
+
+%pre
+%service_add_pre intel_lpmd.service
+
+%post
+%service_add_post intel_lpmd.service
+
+%preun
+%service_del_preun intel_lpmd.service
+
+%postun
+%service_del_postun intel_lpmd.service
 
 %files
 %_bindir/intel*
 %_sbindir/intel*
 %_mandir/man*/*.[0-9]*
+%_unitdir/*.service
+%_datadir/dbus-1/
+%_datadir/intel_lpmd/
 %doc data/intel_lpmd_config.xml data/intel_lpmd_config_F6_M170.xml README.md
 %license COPYING
 

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.WeHXiE/_old  2026-02-24 15:40:55.892218077 +0100
+++ /var/tmp/diff_new_pack.WeHXiE/_new  2026-02-24 15:40:55.896218244 +0100
@@ -1,5 +1,5 @@
-mtime: 1764055077
-commit: 042c4afe2435519349e1859564a4200f5d315054bb043cbda9c636253056fd64
+mtime: 1768562358
+commit: 805aced15a366945a6c52b2c35894fed931bc5e07be17dca43c8b06835c7190e
 url: https://src.opensuse.org/jengelh/intel-lpmd
 revision: master
 

++++++ install.patch ++++++
From: Jan Engelhardt <[email protected]>
Date: Fri, 16 Jan 2026 11:27:48 +0100
Subject: [PATCH] build: switch default DBUS_SYS_DIR from /etc to ${datadir}

/etc is for machine-local configuration; `make install` (of any
software source packages) produces generic defaults, not
site-specific policy.
---
 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: intel-lpmd-0.1.0/configure.ac
===================================================================
--- intel-lpmd-0.1.0.orig/configure.ac
+++ intel-lpmd-0.1.0/configure.ac
@@ -21,13 +21,13 @@ AC_ARG_WITH(dbus-sys-dir, AS_HELP_STRING
 if test -n "$with_dbus_sys_dir" ; then
     DBUS_SYS_DIR="$with_dbus_sys_dir"
 else
-    DBUS_SYS_DIR="/etc/dbus-1/system.d"
+    DBUS_SYS_DIR='${datadir}/dbus-1/system.d'
 fi
 AC_SUBST(DBUS_SYS_DIR)
 
 # paths
 AC_SUBST(lpmd_binary, "$sbindir/$PACKAGE", [Binary executable])
-AC_SUBST(lpmd_confdir, "$sysconfdir/$PACKAGE", [Configuration directory])
+AC_SUBST(lpmd_confdir, "$datadir/$PACKAGE", [Configuration directory])
 AC_SUBST(lpmd_rundir, "$localstatedir/run/$PACKAGE", [Runtime state directory])
 
 PKG_PROG_PKG_CONFIG

Reply via email to