Script 'mail_helper' called by obssrc
Hello community,

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

Package is "libkrun"

Wed Aug 11 11:47:08 2021 rev:3 rq:911312 version:0.1.7

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

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

Other differences:
------------------
++++++ libkrun.spec ++++++
--- /var/tmp/diff_new_pack.YvkEtt/_old  2021-08-11 11:47:34.017721255 +0200
+++ /var/tmp/diff_new_pack.YvkEtt/_new  2021-08-11 11:47:34.017721255 +0200
@@ -30,34 +30,20 @@
 BuildRequires:  cargo >= 1.43.0
 BuildRequires:  gcc
 BuildRequires:  glibc-static
-BuildRequires:  libkrunfw-devel >= 0.6
-BuildRequires:  patchelf
+BuildRequires:  libkrunfw >= 0.6
 BuildRequires:  rust
 Requires:       libkrunfw >= 0.6
 %ifarch aarch64
 BuildRequires:  libfdt-devel >= 1.6.0
 %endif
+Conflicts:      libkrun0 <= 0.1.7
+Conflicts:      libkrun-devel <= 0.1.7
 
 %description
 libkrun is a dynamic library that allows programs to easily acquire the 
ability to run processes in a partially isolated environment using KVM 
Virtualization.
 
 It integrates a VMM (Virtual Machine Monitor, the userspace side of an 
Hypervisor) with the minimum amount of emulated devices required to its 
purpose, abstracting most of the complexity that comes from Virtual Machine 
management, offering users a simple C API.
 
-%package -n libkrun0
-Summary:        A dynamic library providing KVM-based process isolation 
capabilities
-
-%description -n libkrun0
-libkrun is a dynamic library that allows programs to easily acquire the 
ability to run processes in a partially isolated environment using KVM 
Virtualization.
-
-It integrates a VMM (Virtual Machine Monitor, the userspace side of an 
Hypervisor) with the minimum amount of emulated devices required to its 
purpose, abstracting most of the complexity that comes from Virtual Machine 
management, offering users a simple C API.
-
-%package devel
-Summary:        Development files for libkrun
-Requires:       libkrun0
-
-%description devel
-Development files for libkrun
-
 %prep
 %setup -qa1
 mkdir .cargo
@@ -71,22 +57,9 @@
 export RUSTFLAGS=%{rustflags}
 %make_install PREFIX=%{_prefix}
 
-mv %{buildroot}%{_libdir}/libkrun.so %{buildroot}%{_libdir}/libkrun.so.0.0.0
-patchelf --set-soname libkrun.so.0 %{buildroot}%{_libdir}/libkrun.so.0.0.0
-
-ln -s %{_libdir}/libkrun.so.0.0.0 %{buildroot}%{_libdir}/libkrun.so.0
-ln -s %{_libdir}/libkrun.so.0.0.0 %{buildroot}%{_libdir}/libkrun.so
-
-%post -n libkrun0 -p /sbin/ldconfig
-%postun -n libkrun0 -p /sbin/ldconfig
-
-%files -n libkrun0
+%files
 %license LICENSE
 %doc README.md
-%{_libdir}/libkrun.so.0.0.0
-%{_libdir}/libkrun.so.0
-
-%files devel
 %{_libdir}/libkrun.so
 %{_includedir}/libkrun.h
 

Reply via email to