Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package upower for openSUSE:Factory checked 
in at 2026-02-12 17:24:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/upower (Old)
 and      /work/SRC/openSUSE:Factory/.upower.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "upower"

Thu Feb 12 17:24:48 2026 rev:96 rq:1332324 version:1.91.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/upower/upower.changes    2026-01-01 
14:59:12.522449667 +0100
+++ /work/SRC/openSUSE:Factory/.upower.new.1977/upower.changes  2026-02-12 
17:24:55.229063173 +0100
@@ -1,0 +2,9 @@
+Thu Feb  5 15:00:11 UTC 2026 - Thomas Renninger <[email protected]>
+
+- Mark /var/lib/upower as ghost (jsc#PED-14851)
+  This is created at runtime via systemd upower.service nowadays
+- Add NEWS and HACKING.md to %docs
+- Fix rpmlint warning by correcting changelog:
+[   47s] upower.spec:252: W: non-break-space line 252, char 70
+
+-------------------------------------------------------------------
@@ -65 +74 @@
-  * up-daemon: Handle the AC is online but the battery is discharging      
+  * up-daemon: Handle the AC is online but the battery is discharging

New:
----
  upower.rpmlintrc

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

Other differences:
------------------
++++++ upower.spec ++++++
--- /var/tmp/diff_new_pack.Zm7Loj/_old  2026-02-12 17:24:55.945093550 +0100
+++ /var/tmp/diff_new_pack.Zm7Loj/_new  2026-02-12 17:24:55.949093720 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package upower
 #
+# Copyright (c) 2026 SUSE LLC
 # Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
@@ -36,6 +37,7 @@
 URL:            https://upower.freedesktop.org/
 #Source:         
https://gitlab.freedesktop.org/upower/upower/-/archive/v%%{version}/upower-v%%{version}.tar.bz2
 Source:         %{name}-%{version}.tar.zst
+Source1:        upower.rpmlintrc
 # PATCH-FIX-OPENSUSE: Skip installation of test-only dependencies
 Patch1:         skip-tests-install.patch
 BuildRequires:  gobject-introspection-devel >= 0.9.9
@@ -149,7 +151,7 @@
 
 %files
 %license COPYING
-%doc AUTHORS NEWS README.md
+%doc NEWS AUTHORS HACKING.md README.md
 %dir %{_sysconfdir}/UPower
 %config(noreplace) %{_sysconfdir}/UPower/UPower.conf
 %dir %{_sysconfdir}/UPower/UPower.conf.d
@@ -168,10 +170,14 @@
 %{_mandir}/man1/upower.1%{?ext_man}
 %{_mandir}/man7/UPower.7%{?ext_man}
 %{_mandir}/man8/upowerd.8%{?ext_man}
-%dir %{_localstatedir}/lib/upower
 %{_datadir}/polkit-1/actions/org.freedesktop.upower.policy
 %{_datadir}/zsh/site-functions/_upower
 
+# This is created via systemd upower.service nowadays
+# ReadWritePaths=/var/lib/upower
+# StateDirectory=upower
+%ghost %dir %attr(0755, root, root) %{_localstatedir}/lib/upower
+
 %files -n libupower-glib3
 %{_libdir}/libupower-glib.so.*
 

++++++ upower.rpmlintrc ++++++
addFilter("W: non-conffile-in-etc /etc/UPower/UPower.conf.d/README.md")

Reply via email to