Hello community,

here is the log from the commit of package wok-plugins-ginger for 
openSUSE:Factory checked in at 2018-01-09 14:54:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wok-plugins-ginger (Old)
 and      /work/SRC/openSUSE:Factory/.wok-plugins-ginger.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wok-plugins-ginger"

Tue Jan  9 14:54:52 2018 rev:2 rq:562453 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/wok-plugins-ginger/wok-plugins-ginger.changes    
2017-11-07 10:02:48.179843223 +0100
+++ 
/work/SRC/openSUSE:Factory/.wok-plugins-ginger.new/wok-plugins-ginger.changes   
    2018-01-09 14:54:52.775058790 +0100
@@ -1,0 +2,5 @@
+Mon Jan  8 09:45:06 UTC 2018 - cbosdon...@suse.com
+
+- Fix configuration install
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wok-plugins-ginger.spec ++++++
--- /var/tmp/diff_new_pack.maFapB/_old  2018-01-09 14:54:53.455026915 +0100
+++ /var/tmp/diff_new_pack.maFapB/_new  2018-01-09 14:54:53.455026915 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wok-plugins-ginger
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define base_version    2.3.0
 
 Name:           wok-plugins-ginger
@@ -27,7 +28,6 @@
 Url:            https://github.com/kimchi-project/ginger
 Source0:        
https://github.com/kimchi-project/ginger/archive/%{version}.tar.gz
 
-Requires:       wok-plugins-gingerbase >= %{base_version}
 Requires:       libuser-python
 Requires:       libvirt-daemon
 Requires:       libvirt-daemon-config-network
@@ -35,17 +35,18 @@
 Requires:       python-ipaddr
 Requires:       python-magic
 Requires:       python-netaddr
+Requires:       wok-plugins-gingerbase >= %{base_version}
 
 BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  libxslt-tools
 BuildRequires:  openssl
 BuildRequires:  python-Cython
-BuildRequires:  python3-libsass
 BuildRequires:  python-libxml2
 BuildRequires:  python-lxml
 BuildRequires:  python-requests
 BuildRequires:  python-setuptools
+BuildRequires:  python3-libsass
 BuildRequires:  wok-devel
 
 BuildArch:      noarch
@@ -65,7 +66,11 @@
 sed -ri 's@/etc/systemd/system@%_unitdir@g' Makefile.am
 
 %build
-./autogen.sh --system --with-spice-html5
+./autogen.sh --with-spice-html5 \
+             --with-systemdsystemunitdir=%{_unitdir} \
+             --prefix=%{_usr} \
+             --sysconfdir=%{_sysconfdir} \
+             --localstatedir=%{_localstatedir}
 make
 
 %install


Reply via email to