Hello community,
here is the log from the commit of package yast2-slp-server for
openSUSE:Factory checked in at 2020-03-09 15:23:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-slp-server (Old)
and /work/SRC/openSUSE:Factory/.yast2-slp-server.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-slp-server"
Mon Mar 9 15:23:01 2020 rev:42 rq:782947 version:4.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-slp-server/yast2-slp-server.changes
2019-08-01 15:48:18.965741652 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-slp-server.new.26092/yast2-slp-server.changes
2020-03-09 15:23:06.492190419 +0100
@@ -1,0 +2,7 @@
+Mon Mar 9 10:52:33 UTC 2020 - Knut Anderssen <[email protected]>
+
+- Do not break when running the module without 'openslp-server'
+ package installed (bsc#1165638)
+- 4.2.1
+
+-------------------------------------------------------------------
Old:
----
yast2-slp-server-4.2.0.tar.bz2
New:
----
yast2-slp-server-4.2.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-slp-server.spec ++++++
--- /var/tmp/diff_new_pack.s0rywZ/_old 2020-03-09 15:23:07.436190843 +0100
+++ /var/tmp/diff_new_pack.s0rywZ/_new 2020-03-09 15:23:07.440190845 +0100
@@ -1,7 +1,7 @@
#
# spec file for package yast2-slp-server
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -20,19 +20,20 @@
Summary: YaST2 SLP Daemon Server Configuration
License: GPL-2.0-or-later
Group: System/YaST
-Version: 4.2.0
+Version: 4.2.1
Release: 0
Url: https://github.com/yast/yast-slp-server
Source0: %{name}-%{version}.tar.bz2
BuildRequires: update-desktop-files
-BuildRequires: yast2
BuildRequires: yast2-devtools >= 4.2.2
-BuildRequires: yast2-testsuite
# CWM::ServiceWidget
BuildRequires: yast2 >= 4.1.0
-
+# for install task
+BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
+# testsuite
+BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
# CWM::ServiceWidget
Requires: yast2 >= 4.1.0
Requires: yast2-ruby-bindings >= 1.0.0
@@ -46,8 +47,8 @@
%prep
%setup -q
-%build
-%yast_build
+%check
+rake test:unit
%install
%yast_install
@@ -55,13 +56,17 @@
%files
%{yast_yncludedir}
+%{yast_libdir}
%{yast_clientdir}
%{yast_moduledir}
%{yast_desktopdir}
%{yast_metainfodir}
%{yast_scrconfdir}
%{yast_icondir}
+
%doc %{yast_docdir}
%license COPYING
+%build
+
%changelog
++++++ yast2-slp-server-4.2.0.tar.bz2 -> yast2-slp-server-4.2.1.tar.bz2 ++++++
++++ 1874 lines of diff (skipped)