Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory checked 
in at 2026-01-28 15:07:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hwinfo (Old)
 and      /work/SRC/openSUSE:Factory/.hwinfo.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hwinfo"

Wed Jan 28 15:07:50 2026 rev:200 rq:1329331 version:25.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes    2025-07-15 
16:42:33.892802339 +0200
+++ /work/SRC/openSUSE:Factory/.hwinfo.new.1928/hwinfo.changes  2026-01-28 
15:08:47.110085669 +0100
@@ -1,0 +2,10 @@
+Mon Jan 26 14:42:09 UTC 2026 - [email protected]
+
+- merge gh#openSUSE/hwinfo#175
+- include package spec file in git repo
+- adjust spec file for immutable mode: switch to using
+  systemd-tmpfiles (jsc#PED-14832)
+- update git2log script
+- 25.1
+
+--------------------------------------------------------------------

Old:
----
  hwinfo-25.0.tar.xz

New:
----
  hwinfo-25.1.tar.xz

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

Other differences:
------------------
++++++ hwinfo.spec ++++++
--- /var/tmp/diff_new_pack.Tc1sVX/_old  2026-01-28 15:08:48.010123056 +0100
+++ /var/tmp/diff_new_pack.Tc1sVX/_new  2026-01-28 15:08:48.014123222 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hwinfo
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           hwinfo
-Version:        25.0
+Version:        25.1
 %define lname  libhd%(echo "%version" | perl -pe 's{\\D.*}{}')
 Release:        0
 Summary:        Hardware Library
@@ -98,35 +98,36 @@
   install -m 644 doc/getsysinfo.1 %{buildroot}%{_mandir}/man1/
   install -m 644 doc/mk_isdnhwdb.1 %{buildroot}%{_mandir}/man1/
   install -m 644 doc/hwinfo.8 %{buildroot}%{_mandir}/man8/
-  mkdir -p %{buildroot}/var/lib/hardware/udi
+  mkdir -p %{buildroot}%{_tmpfilesdir}
+  echo "d %{_localstatedir}/lib/hardware 0755 root root" > 
%{buildroot}%{_tmpfilesdir}/%{name}.conf
+  echo "d %{_localstatedir}/lib/hardware/udi 0755 root root" >> 
%{buildroot}%{_tmpfilesdir}/%{name}.conf
 
-%post   -n %{lname} -p /sbin/ldconfig
-%postun -n %{lname} -p /sbin/ldconfig
+%post   -n %{lname} -p %{_sbindir}/ldconfig
+%postun -n %{lname} -p %{_sbindir}/ldconfig
 
 %files
-/usr/sbin/hwinfo
-/usr/sbin/mk_isdnhwdb
-/usr/sbin/getsysinfo
+%{_sbindir}/hwinfo
+%{_sbindir}/mk_isdnhwdb
+%{_sbindir}/getsysinfo
 %doc *.md
 %doc %{_mandir}/man1/getsysinfo.1*
 %doc %{_mandir}/man1/mk_isdnhwdb.1*
 %doc %{_mandir}/man8/hwinfo.8*
-%dir /var/lib/hardware
-%dir /var/lib/hardware/udi
-%dir /usr/share/hwinfo
-/usr/share/hwinfo/*
+%dir %{_datadir}/hwinfo
+%{_datadir}/hwinfo/*
+%{_tmpfilesdir}/%{name}.conf
 
 %files -n %lname
 %{_libdir}/libhd.so.*
 
 %files devel
-/usr/sbin/check_hd
-/usr/sbin/convert_hd
+%{_sbindir}/check_hd
+%{_sbindir}/convert_hd
 %doc %{_mandir}/man1/convert_hd.1*
 %doc %{_mandir}/man1/check_hd.1*
 %{_libdir}/libhd.so
 %{_libdir}/libhd.a
 %{_libdir}/pkgconfig/hwinfo.pc
-/usr/include/hd.h
+%{_includedir}/hd.h
 %doc doc/libhd/html
 

++++++ hwinfo-25.0.tar.xz -> hwinfo-25.1.tar.xz ++++++
++++ 1923 lines of diff (skipped)

Reply via email to