Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libkrunfw for openSUSE:Factory 
checked in at 2021-08-11 11:47:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkrunfw (Old)
 and      /work/SRC/openSUSE:Factory/.libkrunfw.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkrunfw"

Wed Aug 11 11:47:09 2021 rev:4 rq:911313 version:0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkrunfw/libkrunfw.changes      2021-03-19 
16:43:11.070116290 +0100
+++ /work/SRC/openSUSE:Factory/.libkrunfw.new.1899/libkrunfw.changes    
2021-08-11 11:47:34.221721010 +0200
@@ -1,0 +2,5 @@
+Fri Aug  6 13:28:37 UTC 2021 - Frederic Crozat <fcro...@suse.com>
+
+- Don't try follow library policy, libkrunfw is a plugin.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libkrunfw.spec ++++++
--- /var/tmp/diff_new_pack.3uDLCr/_old  2021-08-11 11:47:35.105719946 +0200
+++ /var/tmp/diff_new_pack.3uDLCr/_new  2021-08-11 11:47:35.105719946 +0200
@@ -35,27 +35,15 @@
 BuildRequires:  hostname
 BuildRequires:  libelf-devel
 BuildRequires:  net-tools
-BuildRequires:  patchelf
 BuildRequires:  python3-pyelftools
+Conflicts:      libkrunfw0 <= 0.7
+Conflicts:      libkrunfw-devel <= 0.7
 
 %description
-A dynamic library bundling a Linux kernel in a convenient storage format
-
-%package -n libkrunfw0
-Summary:        A dynamic library bundling a Linux kernel in a convenient 
storage format
-
-%description -n libkrunfw0
 libkrunfw is a library bundling a Linux kernel in a dynamic library in a way 
that can be easily consumed by libkrun.
 
 By having the kernel bundled in a dynamic library, libkrun can leave to the 
linker the work of mapping the sections into the process, and then directly 
inject those mappings into the guest without any kind of additional work nor 
processing.
 
-%package devel
-Summary:        Development library for libkrunfw
-Requires:       libkrunfw0
-
-%description devel
-This package includes the development files for libkrunfw
-
 %prep
 %autosetup -S git
 mkdir tarballs
@@ -75,20 +63,7 @@
 source ./.kernel-binary.spec.buildenv
 %make_install PREFIX=%{_prefix}
 
-mv %{buildroot}%{_libdir}/libkrunfw.so 
%{buildroot}%{_libdir}/libkrunfw.so.0.0.0
-patchelf --set-soname libkrunfw.so.0 %{buildroot}%{_libdir}/libkrunfw.so.0.0.0
-
-ln -s %{_libdir}/libkrunfw.so.0.0.0 %{buildroot}%{_libdir}/libkrunfw.so.0
-ln -s %{_libdir}/libkrunfw.so.0.0.0 %{buildroot}%{_libdir}/libkrunfw.so
-
-%post -n libkrunfw0 -p /sbin/ldconfig
-%postun -n libkrunfw0 -p /sbin/ldconfig
-
-%files -n libkrunfw0
-%{_libdir}/libkrunfw.so.0.0.0
-%{_libdir}/libkrunfw.so.0
-
-%files devel
+%files
 %{_libdir}/libkrunfw.so
 
 %changelog

Reply via email to