Hello community,

here is the log from the commit of package virt-sandbox for openSUSE:Factory 
checked in at 2014-05-13 20:48:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-sandbox (Old)
 and      /work/SRC/openSUSE:Factory/.virt-sandbox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-sandbox"

Changes:
--------
--- /work/SRC/openSUSE:Factory/virt-sandbox/virt-sandbox.changes        
2014-01-23 15:57:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.virt-sandbox.new/virt-sandbox.changes   
2014-05-13 20:48:57.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 13 08:05:16 UTC 2014 - [email protected]
+
+- lib-prefix-fix.patch: don't look for unit files in /lib, but rather
+  /usr/lib. bnc#875642
+
+-------------------------------------------------------------------

New:
----
  lib-prefix-fix.patch

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

Other differences:
------------------
++++++ virt-sandbox.spec ++++++
--- /var/tmp/diff_new_pack.rjYx2D/_old  2014-05-13 20:48:58.000000000 +0200
+++ /var/tmp/diff_new_pack.rjYx2D/_new  2014-05-13 20:48:58.000000000 +0200
@@ -27,6 +27,10 @@
 License:        LGPL-2.0+
 Group:          System/Management
 Source0:        
ftp://libvirt.org/libvirt/sandbox/libvirt-sandbox-%{version}.tar.gz
+
+# Pending upstream
+Patch0:         lib-prefix-fix.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  glib2-devel >= 2.32.0
 BuildRequires:  glibc-static
@@ -49,8 +53,8 @@
 Summary:        Libvirt application sandbox framework libraries
 Group:          Development/Libraries/C and C++
 # So we get the full libvirtd daemon, not just client libs
-Requires:       libvirt-daemon-qemu >= %{libvirt_version}
 Requires:       libvirt-daemon-lxc >= %{libvirt_version}
+Requires:       libvirt-daemon-qemu >= %{libvirt_version}
 
 %package -n typelib-1_0-LibvirtSandbox-1_0
 Summary:        GLib and GObject mapping of libvirt-sandbox - gi-bindings
@@ -79,6 +83,7 @@
 
 %prep
 %setup -q -n libvirt-sandbox-%{version}
+%patch0 -p1
 
 %build
 

++++++ lib-prefix-fix.patch ++++++
>From 2b6684d938bbfe7efafd0c3e2595cc30619b1f0c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= <[email protected]>
Date: Tue, 13 May 2014 09:51:58 +0200
Subject: [PATCH] virt-sandbox-service: fixed /lib/ into /usr/lib for searching
 unit files

---
 bin/virt-sandbox-service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/virt-sandbox-service b/bin/virt-sandbox-service
index 2dcbfb8..9ed37e0 100755
--- a/bin/virt-sandbox-service
+++ b/bin/virt-sandbox-service
@@ -1071,7 +1071,7 @@ class CheckUnit(argparse.Action):
             src = "/etc/systemd/system/" + unit
             if os.path.exists(src):
                 return src
-            src = "/lib/systemd/system/" + unit
+            src = "/usr/lib/systemd/system/" + unit
             if os.path.exists(src):
                 return src
             return None
-- 
1.8.4.5

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to