Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libkrun for openSUSE:Factory checked 
in at 2026-03-12 22:22:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkrun (Old)
 and      /work/SRC/openSUSE:Factory/.libkrun.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkrun"

Thu Mar 12 22:22:41 2026 rev:15 rq:1338505 version:1.17.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkrun/libkrun.changes  2026-03-11 
20:52:37.263270840 +0100
+++ /work/SRC/openSUSE:Factory/.libkrun.new.8177/libkrun.changes        
2026-03-12 22:27:34.595395366 +0100
@@ -1,0 +2,5 @@
+Wed Mar 11 11:22:20 UTC 2026 - Dario Faggioli <[email protected]>
+
+- spec file refactoring (use more/better some RPM macros)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libkrun.spec ++++++
--- /var/tmp/diff_new_pack.JqV5Hf/_old  2026-03-12 22:27:36.483474495 +0100
+++ /var/tmp/diff_new_pack.JqV5Hf/_new  2026-03-12 22:27:36.511475668 +0100
@@ -116,7 +116,6 @@
 
 %build
 export RUSTFLAGS=%{rustflags}
-
 %make_build GPU=1 BLK=1 NET=1 SND=1
 
 %if %{sev}
@@ -125,13 +124,14 @@
 
 %install
 export RUSTFLAGS=%{rustflags}
-
 %make_install PREFIX=%{_prefix}
 
 %if %{sev}
 %make_install SEV=1 PREFIX=%{_prefix}
 %endif
 
+%ldconfig_scriptlets -n %{name}1
+
 %files -n %{name}1
 %license LICENSE
 %doc README.md
@@ -145,11 +145,9 @@
 %{_includedir}/libkrun_display.h
 %{_includedir}/libkrun_input.h
 
-%post -n %{name}1 -p /sbin/ldconfig
-
-%postun -n %{name}1 -p /sbin/ldconfig
-
 %if %{sev}
+%ldconfig_scriptlets sev1
+
 %files sev1
 %license LICENSE
 %doc README.md
@@ -158,10 +156,6 @@
 
 %files sev-devel
 %{_libdir}/libkrun-sev.so
-
-%post sev1 -p /sbin/ldconfig
-
-%postun sev1 -p /sbin/ldconfig
 %endif
 
 %if %{with check}

Reply via email to