Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package krunvm for openSUSE:Factory checked 
in at 2021-10-01 22:29:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/krunvm (Old)
 and      /work/SRC/openSUSE:Factory/.krunvm.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "krunvm"

Fri Oct  1 22:29:13 2021 rev:4 rq:922588 version:0.1.4+git5add8c5

Changes:
--------
--- /work/SRC/openSUSE:Factory/krunvm/krunvm.changes    2021-03-24 
16:16:36.384169065 +0100
+++ /work/SRC/openSUSE:Factory/.krunvm.new.2443/krunvm.changes  2021-10-01 
22:29:46.513454055 +0200
@@ -1,0 +2,13 @@
+Fri Oct  1 09:55:28 UTC 2021 - Dario Faggioli <dfaggi...@suse.com>
+
+- Fix the build, after the libkrun pakaging changes and the switch to cargo
+  * libkrun-devel and libkrun0 packages no longer exist, while
+    libkrun does. Make sure that we depend on that one.
+  * fix quoting around RUSTFLAGS so that we don't miss flags
+
+-------------------------------------------------------------------
+Thu Sep 30 04:38:18 UTC 2021 - William Brown <william.br...@suse.com>
+
+- Replace rust-packaging with cargo-packaging
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ krunvm.spec ++++++
--- /var/tmp/diff_new_pack.ruzRI1/_old  2021-10-01 22:29:46.985454928 +0200
+++ /var/tmp/diff_new_pack.ruzRI1/_new  2021-10-01 22:29:46.989454935 +0200
@@ -16,7 +16,6 @@
 #
 
 
-%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
 Name:           krunvm
 Version:        0.1.4+git5add8c5
 Release:        0
@@ -27,9 +26,11 @@
 Source1:        vendor.tar.xz
 Source2:        cargo_config
 ExclusiveArch:  x86_64 aarch64
-BuildRequires:  libkrun-devel >= 0.1.4
-BuildRequires:  rust-packaging
+BuildRequires:  cargo-packaging
+BuildRequires:  libkrun >= 0.1.7
 Requires:       buildah
+Conflicts:      libkrun-devel
+Conflicts:      libkrun0
 
 %description
 Manage lightweight VMs created from OCI images
@@ -44,11 +45,11 @@
 cp %{SOURCE2} .cargo/config
 
 %build
-export RUSTFLAGS=%{rustflags}
+export RUSTFLAGS="%{__rustflags}"
 %make_build
 
 %install
-export RUSTFLAGS=%{rustflags}
+export RUSTFLAGS="%{__rustflags}"
 %make_install PREFIX=%{_prefix}
 
 %changelog

Reply via email to