Hello community,
here is the log from the commit of package wok-plugins-gingerbase for
openSUSE:Factory checked in at 2017-08-30 16:21:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wok-plugins-gingerbase (Old)
and /work/SRC/openSUSE:Factory/.wok-plugins-gingerbase.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wok-plugins-gingerbase"
Wed Aug 30 16:21:22 2017 rev:1 rq:504581 version:2.3.0
Changes:
--------
New Changes file:
--- /dev/null 2017-07-20 07:30:00.335470106 +0200
+++
/work/SRC/openSUSE:Factory/.wok-plugins-gingerbase.new/wok-plugins-gingerbase.changes
2017-08-30 16:21:22.852869864 +0200
@@ -0,0 +1,35 @@
+-------------------------------------------------------------------
+Mon Jun 19 07:37:01 UTC 2017 - [email protected]
+
+- Improve summary
+
+-------------------------------------------------------------------
+Fri Jun 16 12:42:39 UTC 2017 - [email protected]
+
+- Trim filler wording from description.
+
+-------------------------------------------------------------------
+Tue Mar 31 10:00:00 UTC 2017 - [email protected]
+
+- update to release 2.3.0
+
+-------------------------------------------------------------------
+Mon Feb 20 00:44:16 UTC 2017 - [email protected]
+
+- updated to latest release 2.2.2
+- bugfix release
+ + please look at Changelog file for more info
+
+-------------------------------------------------------------------
+Thu Oct 27 13:19:41 UTC 2016 - [email protected]
+
+- updated to latest release 2.2.1
+- bugfix release
+ + please look at Changelog file for more info
+
+-------------------------------------------------------------------
+Wed Jan 20 13:19:53 UTC 2016 - [email protected]
+
+- version 2.0.0
+ * kimchi is now split into wok and several plugins
+
New:
----
2.3.0.tar.gz
wok-plugins-gingerbase.changes
wok-plugins-gingerbase.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ wok-plugins-gingerbase.spec ++++++
#
# spec file for package wok-plugins-gingerbase
#
# Copyright (c) 2016 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define wok_version 2.4.0
Name: wok-plugins-gingerbase
Version: 2.3.0
Release: %{version}%{?dist}
Summary: basic host management for WoK
License: Apache-2.0
Group: System/Management
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: https://github.com/kimchi-project/gingerbase
Source0:
https://github.com/kimchi-project/gingerbase/archive/%{version}.tar.gz
Requires: python-configobj
Requires: python-parted
Requires: rpm-python
Requires: wok >= %{wok_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: wok-devel >= %{wok_version}
BuildArch: noarch
%description
Ginger Base is a base host management plugin for Wok
(Webserver Originated from Kimchi) that provides a web panel with
common tools for configuring and managing the Linux systems.
%prep
%setup -n gingerbase-%{version}
# it is a LOT easier to keep this simple patching
sed -ri 's@".*/ui/(.*)@/usr/share/wok/\1@g' ui/css/src/gingerbase.scss
%build
./autogen.sh --system --with-spice-html5
make
%install
make DESTDIR=%{buildroot} install
%find_lang gingerbase
%fdupes %{buildroot}/%{python_sitelib}
%files -f gingerbase.lang
%defattr(-,root,root)
%doc ChangeLog
%if 0%{?suse_version} > 1320 || 0%{?leap_version} >= 420200
%license COPYING COPYING.ASL2 COPYING.LGPL
%else
%doc COPYING COPYING.ASL2 COPYING.LGPL
%endif
%dir %{_sysconfdir}/wok
%dir %{_sysconfdir}/wok/plugins.d
%config %{_sysconfdir}/wok/plugins.d/gingerbase.conf
%dir %{python_sitelib}/wok/
%dir %{python_sitelib}/wok/plugins/
%{python_sitelib}/wok/plugins/gingerbase
%dir %{_datadir}/wok
%dir %{_datadir}/wok/plugins
%{_datadir}/wok/plugins/gingerbase
%{_datadir}/gingerbase
%changelog