commit benchmark for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package benchmark for openSUSE:Factory 
checked in at 2018-03-18 21:45:08

Comparing /work/SRC/openSUSE:Factory/benchmark (Old)
 and  /work/SRC/openSUSE:Factory/.benchmark.new (New)


Package is "benchmark"

Sun Mar 18 21:45:08 2018 rev:5 rq:588118 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/benchmark/benchmark.changes  2017-02-03 
17:31:57.665446816 +0100
+++ /work/SRC/openSUSE:Factory/.benchmark.new/benchmark.changes 2018-03-18 
21:45:09.897021371 +0100
@@ -1,0 +2,19 @@
+Fri Mar 16 18:38:52 UTC 2018 - avin...@opensuse.org
+
+- Update to version 1.3.0:
+ * Ranged for loop optimization!
+ * Make installation optional
+ * Better stats including user-provided ones
+ * JSON reporter format fixes
+ * Documentation improvements
+- Includes changes from 1.2.0:
+ * User-defined counters
+ * Single header library
+ * Ability to clear benchmarks so the runtime registration is more flexible
+ * Sample-based standard deviation
+ * 32-bit build enabled
+ * Bug fixes
+- Cleanup with spec-cleaner
+- Use %ctest macro for testing
+
+---

Old:

  benchmark-1.1.0.tar.gz

New:

  benchmark-1.3.0.tar.gz



Other differences:
--
++ benchmark.spec ++
--- /var/tmp/diff_new_pack.Xzxlp4/_old  2018-03-18 21:45:11.184974973 +0100
+++ /var/tmp/diff_new_pack.Xzxlp4/_new  2018-03-18 21:45:11.184974973 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package benchmark
 #
-# Copyright (c) 2017 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
@@ -19,7 +19,7 @@
 %define soname  lib%{name}
 %define sover   0
 Name:   benchmark
-Version:1.1.0
+Version:1.3.0
 Release:0
 Summary:A microbenchmark support library
 License:Apache-2.0
@@ -27,11 +27,11 @@
 Url:https://github.com/google/benchmark
 Source: 
https://github.com/google/benchmark/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FEATURE-UPSTREAM benchmark-s390.patch
-Patch:  benchmark-s390.patch
+Patch0: benchmark-s390.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  git-core
-ExclusiveArch:  %ix86 x86_64 s390x
+ExclusiveArch:  %{ix86} x86_64 s390x
 
 %description
 A library to support the benchmarking of functions, similar to unit-tests.
@@ -53,11 +53,11 @@
 
 %prep
 %setup -q
-%patch 
+%patch0
 
 %build
 %if %{__isa_bits} == 64
-sed -i "s|LIBRARY DESTINATION lib|LIBRARY DESTINATION lib64|g" 
src/CMakeLists.txt
+sed -i 's|lib_install_dir "lib/"|lib_install_dir "lib64/"|g' src/CMakeLists.txt
 %endif
 %cmake \
   -DBENCHMARK_ENABLE_LTO=off \
@@ -70,19 +70,22 @@
 %check
 # path needs to be exported otherwise unit tests will fail
 export 
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{_builddir}/%{name}-%{version}/build/src/
-make -C build test
+%ctest
 
 %post -n %{soname}%{sover} -p /sbin/ldconfig
 %postun -n %{soname}%{sover} -p /sbin/ldconfig
 
 %files -n %{soname}%{sover}
-%defattr(-,root,root)
-%doc LICENSE README.md AUTHORS
+%license LICENSE
+%doc README.md AUTHORS
 %{_libdir}/%{soname}.so.%{sover}*
 
 %files devel
-%defattr(-,root,root)
-%doc LICENSE README.md AUTHORS
+%license LICENSE
+%doc README.md AUTHORS
+%dir %{_prefix}/lib/cmake/
+%dir %{_prefix}/lib/cmake/benchmark
+%{_prefix}/lib/cmake/benchmark/*.cmake
 %{_libdir}/%{soname}.so
 %{_includedir}/%{name}
 

++ benchmark-1.1.0.tar.gz -> benchmark-1.3.0.tar.gz ++
 8512 lines of diff (skipped)




commit owncloud-client for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package owncloud-client for openSUSE:Factory 
checked in at 2018-03-18 21:45:16

Comparing /work/SRC/openSUSE:Factory/owncloud-client (Old)
 and  /work/SRC/openSUSE:Factory/.owncloud-client.new (New)


Package is "owncloud-client"

Sun Mar 18 21:45:16 2018 rev:11 rq:588298 version:2.4.1

Changes:

--- /work/SRC/openSUSE:Factory/owncloud-client/owncloud-client.changes  
2018-03-01 12:08:13.869188520 +0100
+++ /work/SRC/openSUSE:Factory/.owncloud-client.new/owncloud-client.changes 
2018-03-18 21:45:17.952731167 +0100
@@ -1,0 +2,17 @@
+Fri Mar 16 20:58:43 UTC 2018 - frei...@owncloud.com
+
+- Updated changelog for upstream release. 
+
+---
+Tue Mar  6 11:03:15 UTC 2018 - klaas.frei...@suse.com
+
+- Update to upstream version 2.4.1 
+  * Enhanced Nautilus integration.
+  * Cleaner User Experience and overall improvements to 
+notifications and the synchronization of files.
+  * Better implementation and integration of Client Filesystems.
+  * Improved Sharing dialogue
+  * and a lot more... 
+  Changelog: https://github.com/owncloud/client/releases 
+
+---

Old:

  owncloudclient_os-2.4.0.tar.xz

New:

  owncloudclient_os-2.4.1.tar.xz



Other differences:
--
++ owncloud-client.spec ++
--- /var/tmp/diff_new_pack.Qcd7BU/_old  2018-03-18 21:45:20.016656814 +0100
+++ /var/tmp/diff_new_pack.Qcd7BU/_new  2018-03-18 21:45:20.020656670 +0100
@@ -18,11 +18,11 @@
 
 Name:   owncloud-client
 
-Version:2.4.0
+Version:2.4.1
 Release:0
 
 Summary:The ownCloud synchronization client
-License:GPL-2.0 and GPL-3.0
+License:GPL-2.0-only AND GPL-3.0-only
 Group:  Productivity/Networking/Other
 Url:http://owncloud.com
 Source0:owncloudclient_os-%{version}.tar.xz

++ owncloudclient_os-2.4.0.tar.xz -> owncloudclient_os-2.4.1.tar.xz ++
/work/SRC/openSUSE:Factory/owncloud-client/owncloudclient_os-2.4.0.tar.xz 
/work/SRC/openSUSE:Factory/.owncloud-client.new/owncloudclient_os-2.4.1.tar.xz 
differ: char 25, line 1




commit lightdm for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package lightdm for openSUSE:Factory checked 
in at 2018-03-18 21:45:10

Comparing /work/SRC/openSUSE:Factory/lightdm (Old)
 and  /work/SRC/openSUSE:Factory/.lightdm.new (New)


Package is "lightdm"

Sun Mar 18 21:45:10 2018 rev:96 rq:588168 version:1.24.1

Changes:

--- /work/SRC/openSUSE:Factory/lightdm/lightdm.changes  2017-10-13 
14:19:41.122737366 +0200
+++ /work/SRC/openSUSE:Factory/.lightdm.new/lightdm.changes 2018-03-18 
21:45:15.844807104 +0100
@@ -1,0 +2,11 @@
+Fri Mar  9 19:10:07 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.24.1:
+  * Fixes for VNC and XDMCP connections (boo#1066708, boo#1083161).
+  * Set names for XDMCP and VNC seats.
+  * Expose autologin-session as a hint to the greeter.
+  * Fix timed autologins not using autologin-session when no
+session specified.
+- Enable libaudit support on Leap 15.0 or newer.
+
+---

Old:

  lightdm-1.24.0.tar.xz
  lightdm-1.24.0.tar.xz.asc
  lightdm.keyring

New:

  lightdm-1.24.1.tar.xz



Other differences:
--
++ lightdm.spec ++
--- /var/tmp/diff_new_pack.lgqS1Z/_old  2018-03-18 21:45:17.216757680 +0100
+++ /var/tmp/diff_new_pack.lgqS1Z/_new  2018-03-18 21:45:17.236756959 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lightdm
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -27,20 +27,18 @@
 %define typelibname typelib-1_0-LightDM-1
 %define rundir  /run
 Name:   lightdm
-Version:1.24.0
+Version:1.24.1
 Release:0
 Summary:Lightweight, Cross-desktop Display Manager
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  System/X11/Displaymanagers
 Url:https://freedesktop.org/wiki/Software/LightDM
-Source: 
https://launchpad.net/lightdm/%{ver_master}/%{version}/+download/%{name}-%{version}.tar.xz
-Source1:
https://launchpad.net/lightdm/%{ver_master}/%{version}/+download/%{name}-%{version}.tar.xz.asc
-Source2:%{name}.keyring
-Source3:%{name}-greeter.pamd
-Source4:X11-displaymanagers-%{name}
-Source5:gdmflexiserver
-Source6:50-suse-defaults.conf
-Source7:users.conf
+Source: 
https://github.com/CanonicalLtd/lightdm/releases/download/%{version}/%{name}-%{version}.tar.xz
+Source1:%{name}-greeter.pamd
+Source2:X11-displaymanagers-%{name}
+Source3:gdmflexiserver
+Source4:50-suse-defaults.conf
+Source5:users.conf
 # PATCH-FEATURE-OPENSUSE lightdm-sysconfig-support.patch g...@opensuse.org -- 
Adds support for reading configuration options from 
/etc/sysconfig/displaymanager and /etc/sysconfig/windowmanager
 Patch0: lightdm-sysconfig-support.patch
 # PATCH-FEATURE-OPENSUSE lightdm-xauthlocalhostname-support.patch boo#796230 
g...@opensuse.org -- Set XAUTHLOCALHOSTNAME to the hostname for local logins to 
avoid issues in the session in case the hostname changes
@@ -51,7 +49,7 @@
 Patch3: lightdm-disable-utmp-handling.patch
 # PATCH-FIX-OPENSUSE lightdm-use-run-dir.patch g...@opensuse.org -- Use /run 
instead of /var/run
 Patch4: lightdm-use-run-dir.patch
-# PATCH-FIX-OPENSUSE
+# PATCH-FIX-OPENSUSE ignore-known-symlink-sessions.patch boo#1030873 -- Ignore 
known synlink sessions.
 Patch5: ignore-known-symlink-sessions.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -90,6 +88,9 @@
 Recommends: %{name}-lang
 # Migrate users from lxdm to lightdm - we only obsolete up to version 0.5.
 Obsoletes:  lxdm < 0.5
+%if 0%{?suse_version} >= 1500
+BuildRequires:  pkgconfig(audit)
+%endif
 
 %description
 LightDM is a lightweight, cross-desktop display manager. Its main
@@ -103,7 +104,7 @@
 
 %package -n %{gobject_lib}
 Summary:LightDM GObject-based Client Library
-License:LGPL-2.0 OR LGPL-3.0
+License:LGPL-2.0-only OR LGPL-3.0-only
 Group:  System/Libraries
 Recommends: accountsservice
 
@@ -113,7 +114,7 @@
 
 %package gobject-devel
 Summary:Development Files for %{gobject_lib}
-License:LGPL-2.0 OR LGPL-3.0
+License:LGPL-2.0-only OR LGPL-3.0-only
 Group:  Development/Libraries/C and C++
 Requires:   %{gobject_lib} = %{version}
 
@@ -123,7 +124,7 @@
 
 %package -n %{typelibname}
 Summary:GObject Introspection Bindings for the LightDM Client Library
-License:LGPL-2.0 OR LGPL-3.0
+License:LGPL-2.0-only OR LGPL-3.0-only
 Group:  System/Libraries
 

commit conntrack-tools for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package conntrack-tools for openSUSE:Factory 
checked in at 2018-03-18 21:45:02

Comparing /work/SRC/openSUSE:Factory/conntrack-tools (Old)
 and  /work/SRC/openSUSE:Factory/.conntrack-tools.new (New)


Package is "conntrack-tools"

Sun Mar 18 21:45:02 2018 rev:30 rq:588036 version:1.4.4

Changes:

--- /work/SRC/openSUSE:Factory/conntrack-tools/conntrack-tools.changes  
2018-02-10 17:58:00.392481170 +0100
+++ /work/SRC/openSUSE:Factory/.conntrack-tools.new/conntrack-tools.changes 
2018-03-18 21:45:08.189082898 +0100
@@ -1,0 +2,5 @@
+Fri Mar 16 23:53:12 UTC 2018 - jeng...@inai.de
+
+- Add tirpc for openSUSE 15 and onwards.
+
+---



Other differences:
--
++ conntrack-tools.spec ++
--- /var/tmp/diff_new_pack.28OZoT/_old  2018-03-18 21:45:09.165047740 +0100
+++ /var/tmp/diff_new_pack.28OZoT/_new  2018-03-18 21:45:09.169047596 +0100
@@ -26,7 +26,7 @@
 Release:0
 Url:http://conntrack-tools.netfilter.org/
 Summary:Userspace tools for interacting with the Connection Tracking 
System
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Security
 
 #Git-Clone:git://git.netfilter.org/conntrack-tools
@@ -54,6 +54,9 @@
 BuildRequires:  pkgconfig(libnetfilter_queue) >= 1.0.2
 BuildRequires:  pkgconfig(libnfnetlink) >= 1.0.1
 BuildRequires:  pkgconfig(libsystemd) >= 227
+%if 0%{?suse_version} >= 1500
+BuildRequires:  pkgconfig(libtirpc)
+%endif
 
 %description
 The conntrack/nfct utilities provide the userspace interface to the





commit openSUSE-release-tools for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2018-03-18 21:44:59

Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and  /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new (New)


Package is "openSUSE-release-tools"

Sun Mar 18 21:44:59 2018 rev:71 rq:588025 version:20180315.d11501f

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2018-03-16 10:42:09.699038675 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
   2018-03-18 21:45:01.929308406 +0100
@@ -1,0 +2,23 @@
+Fri Mar 16 19:45:32 UTC 2018 - jbe...@suse.com
+
+- Point to new source location.
+
+---
+Thu Mar 15 16:41:09 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180315.d11501f:
+  * check_source: skip all checks for 00* packages
+  * Use opensuse/tumbleweed in the Dockerfile
+  * Avoid boolean dependencies for repo checker
+
+---
+Thu Mar 15 00:58:59 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180314.3bd6833:
+  * metrics_release: only works for openSUSE:Factory.
+  * metrics: do not drop entire database, but instead measurements.
+  * metrics: switch over to grafana 5.x provisioning.
+  * metrics: remove TW snapshots graph from release dashboard.
+  * metrics: migrate grafana dashboards to 5.x format.
+
+---

Old:

  openSUSE-release-tools-20180312.9a26912.obscpio

New:

  openSUSE-release-tools-20180315.d11501f.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.LdrjIF/_old  2018-03-18 21:45:03.569249327 +0100
+++ /var/tmp/diff_new_pack.LdrjIF/_new  2018-03-18 21:45:03.573249183 +0100
@@ -20,7 +20,7 @@
 %define source_dir osc-plugin-factory
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20180312.9a26912
+Version:20180315.d11501f
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0-or-later AND MIT
@@ -278,7 +278,7 @@
 
 %install
 %make_install \
-  grafana_dashboards_dir="%{_localstatedir}/lib/grafana/dashboards/%{name}" \
+  grafana_provisioning_dir="%{_sysconfdir}/grafana/provisioning" \
   oscplugindir="%{osc_plugin_dir}" \
   VERSION="%{version}"
 
@@ -449,9 +449,12 @@
 %{_datadir}/%{source_dir}/metrics.py
 %{_datadir}/%{source_dir}/metrics_release.py
 # To avoid adding grafana as BuildRequires since it does not live in same repo.
-%dir %attr(0750, grafana, grafana) %{_localstatedir}/lib/grafana
-%dir %{_localstatedir}/lib/grafana/dashboards
-%{_localstatedir}/lib/grafana/dashboards/%{name}
+%dir %attr(0750, root grafana) %{_sysconfdir}/grafana
+%dir %{_sysconfdir}/grafana/provisioning
+%dir %{_sysconfdir}/grafana/provisioning/dashboards
+%dir %{_sysconfdir}/grafana/provisioning/datasources
+%{_sysconfdir}/grafana/provisioning/dashboards/%{name}.yaml
+%{_sysconfdir}/grafana/provisioning/datasources/%{name}.yaml
 %{_unitdir}/osrt-metrics@.service
 %{_unitdir}/osrt-metrics@.timer
 %{_unitdir}/osrt-metrics-release@.service

++ _service ++
--- /var/tmp/diff_new_pack.LdrjIF/_old  2018-03-18 21:45:03.645246589 +0100
+++ /var/tmp/diff_new_pack.LdrjIF/_new  2018-03-18 21:45:03.645246589 +0100
@@ -1,7 +1,7 @@
 
   
 %cd.%h
-https://github.com/openSUSE/osc-plugin-factory.git
+https://github.com/openSUSE/openSUSE-release-tools.git
 git
 enable
 dist/package/openSUSE-release-tools.spec

++ _servicedata ++
--- /var/tmp/diff_new_pack.LdrjIF/_old  2018-03-18 21:45:03.669245725 +0100
+++ /var/tmp/diff_new_pack.LdrjIF/_new  2018-03-18 21:45:03.669245725 +0100
@@ -1,6 +1,6 @@
 
   
-https://github.com/openSUSE/osc-plugin-factory.git
-9a26912ab5c087e5c32731ac176786f93383e31c
+https://github.com/openSUSE/openSUSE-release-tools.git
+d11501f8842e1ab602349c6098786a72f5a59b32
   
 

++ openSUSE-release-tools-20180312.9a26912.obscpio -> 
openSUSE-release-tools-20180315.d11501f.obscpio ++
 13110 lines of diff (skipped)

++ openSUSE-release-tools.obsinfo ++
--- /var/tmp/diff_new_pack.LdrjIF/_old  2018-03-18 21:45:05.457181315 +0100
+++ /var/tmp/diff_new_pack.LdrjIF/_new  2018-03-18 21:45:05.457181315 +0100
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20180312.9a26912
-mtime: 1520888144
-commit: 9a26912ab5c087e5c32731ac176786f93383e31c
+version: 20180315.d11501f
+mtime: 1521131928
+commit: 

commit adapta-gtk-theme for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package adapta-gtk-theme for 
openSUSE:Factory checked in at 2018-03-18 21:44:57

Comparing /work/SRC/openSUSE:Factory/adapta-gtk-theme (Old)
 and  /work/SRC/openSUSE:Factory/.adapta-gtk-theme.new (New)


Package is "adapta-gtk-theme"

Sun Mar 18 21:44:57 2018 rev:18 rq:588020 version:3.93.0.187

Changes:

--- /work/SRC/openSUSE:Factory/adapta-gtk-theme/adapta-gtk-theme.changes
2018-03-13 10:23:47.210311490 +0100
+++ /work/SRC/openSUSE:Factory/.adapta-gtk-theme.new/adapta-gtk-theme.changes   
2018-03-18 21:44:58.693424978 +0100
@@ -1,0 +2,12 @@
+Fri Mar 16 20:49:43 UTC 2018 - matthias.elias...@gmail.com
+
+- Update to 3.93.0.187
+  * Updated a 'key-layout' icon image (Gnome-Shell 3.26).
+  * SCSS Code cosmetics (Gtk+, Gnome-Shell, Cinnamon).
+- Disable gtk4 theme for Leap 15.0 (for real this time).
+- Changes in 3.93.0.178
+  * Dropped deprecated .panel-launcher-add-dialog styling (Cinnamon).
+  * Polished vala-panel-runner dialog styling a bit (Gtk+ 3.22/4.0).
+  * Tweaked Gnome-Flashback notification styling (Gtk+ 3.22/4.0).
+
+---

Old:

  adapta-gtk-theme-3.93.0.174.tar.gz

New:

  adapta-gtk-theme-3.93.0.187.tar.gz



Other differences:
--
++ adapta-gtk-theme.spec ++
--- /var/tmp/diff_new_pack.pfyTIS/_old  2018-03-18 21:44:59.457397456 +0100
+++ /var/tmp/diff_new_pack.pfyTIS/_new  2018-03-18 21:44:59.465397168 +0100
@@ -21,7 +21,7 @@
 %define gtk3_min_version3.18
 %define gtk2_min_version2.24
 Name:   adapta-gtk-theme
-Version:3.93.0.174
+Version:3.93.0.187
 Release:0
 Summary:An adaptive Gtk+ theme based on Material Design Guidelines
 License:GPL-2.0-only AND CC-BY-SA-4.0
@@ -225,6 +225,8 @@
 --disable-chrome-legacy \
 %if 0%{?suse_version} > 1500
 --enable-gtk_next \
+%else
+--disable-gtk_next \
 %endif
 --enable-parallel \
 --enable-plank \

++ adapta-gtk-theme-3.93.0.174.tar.gz -> adapta-gtk-theme-3.93.0.187.tar.gz 
++
 5770 lines of diff (skipped)




commit mpiP for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package mpiP for openSUSE:Factory checked in 
at 2018-03-18 21:44:43

Comparing /work/SRC/openSUSE:Factory/mpiP (Old)
 and  /work/SRC/openSUSE:Factory/.mpiP.new (New)


Package is "mpiP"

Sun Mar 18 21:44:43 2018 rev:8 rq:587811 version:3.4.1

Changes:

--- /work/SRC/openSUSE:Factory/mpiP/mpiP.changes2018-02-10 
17:59:07.730043531 +0100
+++ /work/SRC/openSUSE:Factory/.mpiP.new/mpiP.changes   2018-03-18 
21:44:44.773926428 +0100
@@ -1,0 +2,5 @@
+Fri Mar  2 15:14:08 UTC 2018 - cg...@suse.com
+
+- created version independent doc package 
+
+---



Other differences:
--
++ mpiP.spec ++
--- /var/tmp/diff_new_pack.UBtyuA/_old  2018-03-18 21:44:45.477901068 +0100
+++ /var/tmp/diff_new_pack.UBtyuA/_new  2018-03-18 21:44:45.477901068 +0100
@@ -144,6 +144,8 @@
 
 This contains the documentation.
 
+%{hpc_master_package doc}
+
 %prep
 %setup -q -n %{pname}-%{version}
 %patch1 -p1




commit llvm4 for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package llvm4 for openSUSE:Factory checked 
in at 2018-03-18 21:44:33

Comparing /work/SRC/openSUSE:Factory/llvm4 (Old)
 and  /work/SRC/openSUSE:Factory/.llvm4.new (New)


Package is "llvm4"

Sun Mar 18 21:44:33 2018 rev:15 rq:586679 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/llvm4/llvm4.changes  2018-01-31 
19:54:36.433900203 +0100
+++ /work/SRC/openSUSE:Factory/.llvm4.new/llvm4.changes 2018-03-18 
21:44:34.450298339 +0100
@@ -1,0 +2,29 @@
+Wed Mar 14 08:11:14 UTC 2018 - m...@suse.com
+
+- Remove liblldb4 and lldb4-devel from baselibs.conf. They are only
+  build for x86_64, so no point having them in baselibs.conf.
+
+---
+Tue Mar 13 13:55:20 UTC 2018 - m...@suse.com
+
+- libcxx.glibc2.27.diff
+  * Fix build with glibc >= 2.27. Various locales in glibc 2.27
+started using narrow non-break space for thousand separators.
+libc++ tests must be adapted. 
+
+---
+Wed Feb  7 14:21:48 UTC 2018 - m...@suse.com
+
+- Use %optflags, except for FORTIFY_SOURCE which is not compatible
+  with compiler-rt.
+- Exclude static libraries differently.
+  * Drop llvm-split-static-library-exports-into-their-own-export-file.diff
+  * Drop clang-split-static-library-exports-into-their-own-export-file.diff
+  * Update llvm-do-not-install-static-libraries.patch to not use
+EXCLUDE_FROM_ALL which is not available in cmake 3.5.
+- This fixes build on SLE12.
+- Do not force gcc6 on OpenSUSE - fixes build.
+- Reduce the amount of concurent link jobs by increasing their
+  memory requirement - to reduce stalls in OBS.
+
+---

Old:

  clang-split-static-library-exports-into-their-own-export-file.diff
  llvm-split-static-library-exports-into-their-own-export-file.diff

New:

  libcxx.glibc2.27.diff



Other differences:
--
++ llvm4.spec ++
--- /var/tmp/diff_new_pack.jzr2Vy/_old  2018-03-18 21:44:37.878174849 +0100
+++ /var/tmp/diff_new_pack.jzr2Vy/_new  2018-03-18 21:44:37.894174273 +0100
@@ -81,8 +81,6 @@
 Patch10:libsanitizer.patch
 Patch11:clang-ignore-stack-clash-protector.patch
 Patch12:llvm-add_a_LLVM_USE_LINKER.patch
-Patch13:
llvm-split-static-library-exports-into-their-own-export-file.diff
-Patch14:
clang-split-static-library-exports-into-their-own-export-file.diff
 # PATCH-FIX-OPENSUSE lldb-cmake.patch -- Let us set LLDB_REVISION and fix 
ncurses include path.
 Patch15:lldb-cmake.patch
 # PATCH-FIX-OPENSUSE lldb-add-pthread-dl-libs.patch -- Add -lpthread and -ldl 
options to the end of LDFLAGS to fix linking problems.
@@ -96,6 +94,7 @@
 Patch23:llvm-lit-Re-apply-Fix-some-convoluted-logic-around-Unicod.patch
 Patch24:libcxx-fix-python3-syntax-error.patch
 Patch25:n_clang_allow_BUILD_SHARED_LIBRARY.patch
+Patch26:libcxx.glibc2.27.diff
 BuildRequires:  binutils-devel >= 2.21.90
 BuildRequires:  binutils-gold
 BuildRequires:  cmake
@@ -116,7 +115,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # llvm does not work on ppc or s390
 ExcludeArch:ppc s390
-%if 0%{?sle_version} && 0%{?sle_version} <= 13
+%if 0%{?sle_version} && 0%{?sle_version} <= 13 && !0%{?is_opensuse}
 BuildRequires:  gcc6
 BuildRequires:  gcc6-c++
 %else
@@ -490,7 +489,6 @@
 %patch10
 %patch11 -p1
 %patch12 -p1
-%patch13 -p0
 %patch18 -p1
 %patch19 -p1
 %patch22 -p1
@@ -498,13 +496,16 @@
 %patch25 -p1
 
 pushd cfe-%{version}.src
-%patch14 -p1
 %patch20 -p1
 %patch21 -p1
 popd
 
 pushd libcxx-%{version}.src
 %patch24 -p1
+
+%if 0%{?suse_version} > 1500
+%patch26 -p2
+%endif
 popd
 
 %if %{with lldb}
@@ -557,9 +558,14 @@
 sed -i s,LLVM_REVISION,\"%{_revsn}\",g tools/clang/lib/Basic/Version.cpp
 
 %build
-# Disable c/xx/flags as the clang fails to build with hardening right now
-#flags="%%{optflags} -fno-strict-aliasing"
-flags="-fno-strict-aliasing"
+
+# Remove the -D_FORTIFY_SOURCE=2 from optflags because llvm does not build
+# correctly with hardening. The problem is in sanitizers from compiler-rt.
+flags="%{optflags}"
+flags=${flags//-D_FORTIFY_SOURCE=?/-D_FORTIFY_SOURCE=0}
+
+flags+=" -fno-strict-aliasing"
+
 %ifarch armv6hl
 flags+=" -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp"
 %endif
@@ -589,15 +595,21 @@
 cat /proc/meminfo
 echo "System limits:"
 ulimit -a
+max_mem=$(awk '/MemTotal/ { print $2 }' /proc/meminfo)
 if test -n "$max_link_jobs" -a "$max_link_jobs" -gt 1 ; then
-mem_per_process=200
-max_mem=$(awk '/MemTotal/ { print $2 }' /proc/meminfo)
-max_jobs="$(($max_mem / $mem_per_process))"
+

commit fabtests for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package fabtests for openSUSE:Factory 
checked in at 2018-03-18 21:44:37

Comparing /work/SRC/openSUSE:Factory/fabtests (Old)
 and  /work/SRC/openSUSE:Factory/.fabtests.new (New)


Package is "fabtests"

Sun Mar 18 21:44:37 2018 rev:8 rq:587429 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/fabtests/fabtests.changes2017-12-31 
01:13:15.256404104 +0100
+++ /work/SRC/openSUSE:Factory/.fabtests.new/fabtests.changes   2018-03-18 
21:44:43.277980320 +0100
@@ -1,0 +2,6 @@
+Thu Mar 15 08:00:58 UTC 2018 - nmoreychaisemar...@suse.com
+
+- Update to version 1.6.0
+  * No release notes available
+
+---

Old:

  fabtests-1.5.3.0.14a683c40239.tar.bz2

New:

  fabtests-1.6.0.0.d0916cc3f2c0.tar.bz2



Other differences:
--
++ fabtests.spec ++
--- /var/tmp/diff_new_pack.OdBiEG/_old  2018-03-18 21:44:44.133949484 +0100
+++ /var/tmp/diff_new_pack.OdBiEG/_new  2018-03-18 21:44:44.133949484 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fabtests
 #
-# Copyright (c) 2017 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
@@ -16,10 +16,10 @@
 #
 
 
-%define git_ver .0.14a683c40239
+%define git_ver .0.d0916cc3f2c0
 
 Name:   fabtests
-Version:1.5.3
+Version:1.6.0
 Release:0
 Summary:Test suite for libfabric API
 License:BSD-2-Clause or GPL-2.0

++ _service ++
--- /var/tmp/diff_new_pack.OdBiEG/_old  2018-03-18 21:44:44.173948043 +0100
+++ /var/tmp/diff_new_pack.OdBiEG/_new  2018-03-18 21:44:44.173948043 +0100
@@ -8,7 +8,7 @@
 @PARENT_TAG@.@TAG_OFFSET@.%h
 v(.*)
 \1
-14a683c40239650a6c3cdd95a979801e1908941b
+d0916cc3f2c04748043b96fb6f1c1a46655a522d
   
   
 fabtests*.tar

++ fabtests-1.5.3.0.14a683c40239.tar.bz2 -> 
fabtests-1.6.0.0.d0916cc3f2c0.tar.bz2 ++
 7504 lines of diff (skipped)




commit python-lxc-python2 for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package python-lxc-python2 for 
openSUSE:Factory checked in at 2018-03-18 21:44:53

Comparing /work/SRC/openSUSE:Factory/python-lxc-python2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-lxc-python2.new (New)


Package is "python-lxc-python2"

Sun Mar 18 21:44:53 2018 rev:2 rq:587835 version:0.1.git_0553f05

Changes:

--- /work/SRC/openSUSE:Factory/python-lxc-python2/python-lxc-python2.changes
2017-02-14 00:40:49.218449872 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-lxc-python2.new/python-lxc-python2.changes   
2018-03-18 21:44:54.665570081 +0100
@@ -1,0 +2,5 @@
+Wed Mar 14 20:07:15 UTC 2018 - opensuse_buildserv...@ojkastl.de
+
+- fixed %if condition for suse_version to work on CentOS etc.
+
+---



Other differences:
--
++ python-lxc-python2.spec ++
--- /var/tmp/diff_new_pack.KuXBX6/_old  2018-03-18 21:44:55.621535643 +0100
+++ /var/tmp/diff_new_pack.KuXBX6/_new  2018-03-18 21:44:55.629535355 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-lxc-python2
 #
-# Copyright (c) 2017 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
@@ -20,11 +20,11 @@
 Version:0.1.git_0553f05
 Release:0
 Summary:LXC bindings for python2
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Base
 Url:https://github.com/lxc/python2-lxc
 Source0:python-lxc-python2-%{version}.tar.gz
-%if %{?suse_version} > 1320
+%if 0%{?suse_version} > 1320
 BuildRequires:  liblxc-devel
 %else
 BuildRequires:  lxc-devel




commit wyrd for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package wyrd for openSUSE:Factory checked in 
at 2018-03-18 21:44:47

Comparing /work/SRC/openSUSE:Factory/wyrd (Old)
 and  /work/SRC/openSUSE:Factory/.wyrd.new (New)


Package is "wyrd"

Sun Mar 18 21:44:47 2018 rev:12 rq:587826 version:1.4.6

Changes:

--- /work/SRC/openSUSE:Factory/wyrd/wyrd.changes2017-05-17 
17:20:20.000328415 +0200
+++ /work/SRC/openSUSE:Factory/.wyrd.new/wyrd.changes   2018-03-18 
21:44:52.829636221 +0100
@@ -1,0 +2,5 @@
+Tue Mar 13 10:09:22 UTC 2018 - bwiedem...@suse.com
+
+- Add reproducible.patch to normalize build time (boo#1047218)
+
+---

New:

  reproducible.patch



Other differences:
--
++ wyrd.spec ++
--- /var/tmp/diff_new_pack.FwwAIH/_old  2018-03-18 21:44:54.053592128 +0100
+++ /var/tmp/diff_new_pack.FwwAIH/_new  2018-03-18 21:44:54.053592128 +0100
@@ -25,6 +25,7 @@
 Url:http://pessimization.com/software/wyrd/
 Source0:%{name}-%{version}.tar.bz2
 Patch0: %{name}-%{version}-ncurses.patch
+Patch1: reproducible.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  camlp4
@@ -49,6 +50,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
 autoreconf -fi

++ reproducible.patch ++
Author: Bernhard M. Wiedemann 
Date: 2018-03-13

Allow to override build date
in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.
This date call works with various variants of date

Index: wyrd-1.4.6/Makefile.in
===
--- wyrd-1.4.6.orig/Makefile.in
+++ wyrd-1.4.6/Makefile.in
@@ -86,10 +86,15 @@ $(NAME).opt: $(COBJS) $(CURSES_CMXA) $(C
 
 
 VERSION=1.4.6
+ifdef SOURCE_DATE_EPOCH
+BUILD_DATE ?= $(shell date -u -d "@$(SOURCE_DATE_EPOCH)" 2>/dev/null || 
date -u -r "$(SOURCE_DATE_EPOCH)" 2>/dev/null || date -u)
+else
+BUILD_DATE ?= $(shell date)
+endif
 
 version.ml: Makefile
echo "let version = \""$(VERSION)"\"" > version.ml
-   echo "let date = \""`date`"\"" >> version.ml
+   echo "let date = \"$(BUILD_DATE)\"" >> version.ml
 
 
 $(CURSES_CMA) $(CURSES_CMXA) .stamp_built_curses:



commit munge for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package munge for openSUSE:Factory checked 
in at 2018-03-18 21:44:55

Comparing /work/SRC/openSUSE:Factory/munge (Old)
 and  /work/SRC/openSUSE:Factory/.munge.new (New)


Package is "munge"

Sun Mar 18 21:44:55 2018 rev:6 rq:587905 version:0.5.13

Changes:

--- /work/SRC/openSUSE:Factory/munge/munge.changes  2017-12-22 
12:18:58.921720584 +0100
+++ /work/SRC/openSUSE:Factory/.munge.new/munge.changes 2018-03-18 
21:44:55.933524403 +0100
@@ -1,0 +2,5 @@
+Fri Mar 16 13:50:22 UTC 2018 - cg...@suse.com
+
+- added README.SUSE file  (bsc#1085665)
+
+---

New:

  README.SUSE



Other differences:
--
++ munge.spec ++
--- /var/tmp/diff_new_pack.0ILy8m/_old  2018-03-18 21:44:56.941488092 +0100
+++ /var/tmp/diff_new_pack.0ILy8m/_new  2018-03-18 21:44:56.949487803 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package munge
 #
-# Copyright (c) 2017 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
@@ -44,6 +44,7 @@
 Source0:https://github.com/dun/munge/archive/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
 Source2:sysconfig.munge
+Source3:README.SUSE
 Patch0: Make-SUSE-specific-adjustments.patch
 BuildRequires:  libbz2-devel
 BuildRequires:  openssl-devel
@@ -94,6 +95,7 @@
 %prep
 %setup -n %{name}-%{name}-%{version}
 %patch0 -p1
+cp %{SOURCE3} .
 
 %build
 %configure
@@ -193,6 +195,7 @@
 %doc QUICKSTART
 %doc README
 %doc TODO
+%doc README.SUSE
 %doc doc/*
 %dir %attr(0700,%munge_u,%munge_g) %config %{_sysconfdir}/munge
 %dir %attr(0711,%munge_u,%munge_g) %config %{_localstatedir}/lib/munge

++ README.SUSE ++
The file 
/etc/munge/munge.key
is created from /dev/urandom at installation time via the command
  dd if=/dev/urandom bs=1 count=1024 
so it might differ from host to host, one might to replace by identical
one (pick one from a host) and copy it to all hosts.



commit python-jaraco.base for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package python-jaraco.base for 
openSUSE:Factory checked in at 2018-03-18 21:44:11

Comparing /work/SRC/openSUSE:Factory/python-jaraco.base (Old)
 and  /work/SRC/openSUSE:Factory/.python-jaraco.base.new (New)


Package is "python-jaraco.base"

Sun Mar 18 21:44:11 2018 rev:2 rq:583892 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.LpLrBC/_old  2018-03-18 21:44:14.063032799 +0100
+++ /var/tmp/diff_new_pack.LpLrBC/_new  2018-03-18 21:44:14.063032799 +0100
@@ -1 +1,4 @@
-
\ No newline at end of file
+
+  
+  
+




commit amavisd-new for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package amavisd-new for openSUSE:Factory 
checked in at 2018-03-18 21:44:45

Comparing /work/SRC/openSUSE:Factory/amavisd-new (Old)
 and  /work/SRC/openSUSE:Factory/.amavisd-new.new (New)


Package is "amavisd-new"

Sun Mar 18 21:44:45 2018 rev:67 rq:587816 version:2.11.0

Changes:

--- /work/SRC/openSUSE:Factory/amavisd-new/amavisd-new.changes  2018-01-22 
16:20:55.215193675 +0100
+++ /work/SRC/openSUSE:Factory/.amavisd-new.new/amavisd-new.changes 
2018-03-18 21:44:45.693893286 +0100
@@ -1,0 +2,12 @@
+Thu Mar 15 13:59:13 UTC 2018 - vark...@suse.com
+
+- bsc#1072122 amavisd-new should use unar instead of unrar
+
+---
+Wed Mar 14 09:15:49 UTC 2018 - vark...@suse.com
+
+- bsc#1071932 - YaST2 Mail Server Configuration - throws Error for
+  starting service amavis. 
+  amavisd-new should require spamassassine
+
+---



Other differences:
--
++ amavisd-new.spec ++
--- /var/tmp/diff_new_pack.mD9xSe/_old  2018-03-18 21:44:46.405867637 +0100
+++ /var/tmp/diff_new_pack.mD9xSe/_new  2018-03-18 21:44:46.409867493 +0100
@@ -70,6 +70,7 @@
 Requires:   perl-spamassassin
 Requires:   sharutils
 Requires:   smtp_daemon
+Requires:   spamassassin
 Requires:   zoo
 PreReq: coreutils
 PreReq: net-tools
@@ -85,7 +86,7 @@
 BuildRequires:  systemd
 %{?systemd_requires}
 %endif
-Recommends: unrar
+Recommends: unar
 Recommends: clamav perl-spamassassin
 Recommends: perl-DBI
 Recommends: perl-ldap




commit libstorage-ng for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package libstorage-ng for openSUSE:Factory 
checked in at 2018-03-18 21:43:47

Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old)
 and  /work/SRC/openSUSE:Factory/.libstorage-ng.new (New)


Package is "libstorage-ng"

Sun Mar 18 21:43:47 2018 rev:15 rq:587911 version:3.3.195

Changes:

--- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes  
2018-03-14 19:34:57.961879635 +0100
+++ /work/SRC/openSUSE:Factory/.libstorage-ng.new/libstorage-ng.changes 
2018-03-18 21:43:50.787871305 +0100
@@ -1,0 +2,30 @@
+Fri Mar 16 13:58:12 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#496
+- do not recognize 0x1f as extended partition
+- 3.3.195
+
+
+Fri Mar 16 13:46:47 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#495
+- recognize 0x85 as extended partition
+- 3.3.194
+
+
+Fri Mar 16 09:55:33 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#494
+- moved enum to storage namespace
+- added integration test
+- use mdadm to delete MD RAID (see bsc#1085470)
+- 3.3.193
+
+
+Thu Mar 15 09:40:38 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#493
+- export more functions in API
+- 3.3.192
+
+

Old:

  libstorage-ng-3.3.191.tar.xz

New:

  libstorage-ng-3.3.195.tar.xz



Other differences:
--
++ libstorage-ng.spec ++
--- /var/tmp/diff_new_pack.jTamTE/_old  2018-03-18 21:43:51.759836290 +0100
+++ /var/tmp/diff_new_pack.jTamTE/_new  2018-03-18 21:43:51.763836145 +0100
@@ -18,7 +18,7 @@
 
 %define libname %{name}1
 Name:   libstorage-ng
-Version:3.3.191
+Version:3.3.195
 Release:0
 Summary:Library for storage management
 License:GPL-2.0

++ libstorage-ng-3.3.191.tar.xz -> libstorage-ng-3.3.195.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-3.3.191/VERSION 
new/libstorage-ng-3.3.195/VERSION
--- old/libstorage-ng-3.3.191/VERSION   2018-03-14 10:50:59.0 +0100
+++ new/libstorage-ng-3.3.195/VERSION   2018-03-16 14:58:12.0 +0100
@@ -1 +1 @@
-3.3.191
+3.3.195
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libstorage-ng-3.3.191/integration-tests/md/create-raid1.py 
new/libstorage-ng-3.3.195/integration-tests/md/create-raid1.py
--- old/libstorage-ng-3.3.191/integration-tests/md/create-raid1.py  
1970-01-01 01:00:00.0 +0100
+++ new/libstorage-ng-3.3.195/integration-tests/md/create-raid1.py  
2018-03-16 14:58:12.0 +0100
@@ -0,0 +1,35 @@
+#!/usr/bin/python3
+
+# requirements: disk /dev/sdb and /dev/sdc each with one empty and unused 
partitions (sdb1 and sdc1)
+
+
+from sys import exit
+from storage import *
+from storageitu import *
+
+
+set_logger(get_logfile_logger())
+
+environment = Environment(False)
+
+storage = Storage(environment)
+storage.probe()
+
+staging = storage.get_staging()
+
+sdb1 = Partition.find_by_name(staging, "/dev/sdb1")
+sdc1 = Partition.find_by_name(staging, "/dev/sdc1")
+
+md = Md.create(staging, "/dev/md0")
+md.set_md_level(MdLevel_RAID1)
+
+md.add_device(sdb1)
+sdb1.set_id(ID_RAID)
+
+md.add_device(sdc1)
+sdc1.set_id(ID_RAID)
+
+print(staging)
+
+commit(storage)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-3.3.191/storage/Devices/MdImpl.cc 
new/libstorage-ng-3.3.195/storage/Devices/MdImpl.cc
--- old/libstorage-ng-3.3.191/storage/Devices/MdImpl.cc 2018-03-14 
10:50:59.0 +0100
+++ new/libstorage-ng-3.3.195/storage/Devices/MdImpl.cc 2018-03-16 
14:58:12.0 +0100
@@ -891,10 +891,12 @@
 void
 Md::Impl::do_delete() const
 {
+   string cmd_line = MDADMBIN " --zero-superblock ";
+
for (const BlkDevice* blk_device : get_devices())
-   {
-   blk_device->get_impl().wipe_device();
-   }
+   cmd_line += " " + quote(blk_device->get_name());
+
+   SystemCmd cmd(cmd_line, SystemCmd::DoThrow);
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libstorage-ng-3.3.191/storage/Filesystems/BlkFilesystem.cc 
new/libstorage-ng-3.3.195/storage/Filesystems/BlkFilesystem.cc
--- old/libstorage-ng-3.3.191/storage/Filesystems/BlkFilesystem.cc  
2018-03-14 10:50:59.0 +0100
+++ new/libstorage-ng-3.3.195/storage/Filesystems/BlkFilesystem.cc  
2018-03-16 14:58:12.0 

commit yast2-storage-ng for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package yast2-storage-ng for 
openSUSE:Factory checked in at 2018-03-18 21:43:43

Comparing /work/SRC/openSUSE:Factory/yast2-storage-ng (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage-ng.new (New)


Package is "yast2-storage-ng"

Sun Mar 18 21:43:43 2018 rev:13 rq:587870 version:4.0.135

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng.changes
2018-03-14 19:35:03.889669100 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage-ng.new/yast2-storage-ng.changes   
2018-03-18 21:43:44.584094803 +0100
@@ -1,0 +2,22 @@
+Thu Mar 15 16:29:56 UTC 2018 - jreidin...@suse.com
+
+- Warn if user creates too big PReP partition which firmware can
+  have problem to load (bsc#1081979)
+- 4.0.135
+
+---
+Thu Mar 15 15:37:51 UTC 2018 - shundham...@suse.com
+
+- Partitioner: Check if resize is possible based on filesystem type
+  (fate#318196)
+- 4.0.134
+
+---
+Thu Mar 15 09:57:41 UTC 2018 - jlo...@suse.com
+
+- Partitioner: do not allow to remove implicit partitions.
+- Partitioner: allow to remove any disk device (not only disks).
+- Part of fate#318196.
+- 4.0.133
+
+---

Old:

  yast2-storage-ng-4.0.132.tar.bz2

New:

  yast2-storage-ng-4.0.135.tar.bz2



Other differences:
--
++ yast2-storage-ng.spec ++
--- /var/tmp/diff_new_pack.tBbdHa/_old  2018-03-18 21:43:45.548060075 +0100
+++ /var/tmp/diff_new_pack.tBbdHa/_new  2018-03-18 21:43:45.556059787 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage-ng
-Version:4.0.132
+Version:4.0.135
 Release:0
 BuildArch:  noarch
 
@@ -27,12 +27,12 @@
 # Yast2::FsSnapshots.configure_on_install=
 Requires:   yast2 >= 4.0.24
 Requires:   yast2-ruby-bindings
-# ActivateCallbacks::multipath signature
-Requires:   libstorage-ng-ruby >= 3.3.181
+# BlkFilesystem::supports_shrink() / _grow()
+Requires:   libstorage-ng-ruby >= 3.3.191
 
 BuildRequires:  update-desktop-files
-# ActivateCallbacks::multipath signature
-BuildRequires:  libstorage-ng-ruby >= 3.3.181
+# BlkFilesystem::supports_shrink() / _grow()
+BuildRequires:  libstorage-ng-ruby >= 3.3.191
 BuildRequires:  yast2-devtools
 BuildRequires:  yast2-ruby-bindings
 # yast2-xml dependency is added by yast2 but ignored in the

++ yast2-storage-ng-4.0.132.tar.bz2 -> yast2-storage-ng-4.0.135.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-ng-4.0.132/doc/boot-requirements.md 
new/yast2-storage-ng-4.0.135/doc/boot-requirements.md
--- old/yast2-storage-ng-4.0.132/doc/boot-requirements.md   2018-03-14 
15:20:08.0 +0100
+++ new/yast2-storage-ng-4.0.135/doc/boot-requirements.md   2018-03-16 
11:43:38.0 +0100
@@ -135,10 +135,10 @@
- **requires no particular position for it in the disk (since there is 
no evidence of such so far)**
- when aiming for the recommended size
- **requires it to be at least 4 MiB (Grub2 stages 1+2, needed 
Grub modules and extra space)**
-   - **requires it to be at most 8 MiB (since it will be mapped to 
RAM)**
+   - **requires it to be at most 8 MiB (some firmwares will fail 
to load bigger ones)**
- when aiming for the minimal size
- **requires it to be at least 2 MiB (Grub2 stages 1+2 and 
needed Grub modules)**
-   - **requires it to be at most 8 MiB (since it will be mapped to 
RAM)**
+   - **requires it to be at most 8 MiB (some firmwares will fail 
to load bigger ones)**
 
 ## needed partitions in an aarch64 system
 - with a partitions-based proposal
@@ -208,3 +208,5 @@
- **requires /boot/zipl to be at least 200 MiB (Grub2, one 
kernel+initrd and extra space)**
- when aiming for the minimal size
- **requires /boot/zipl to be at least 100 MiB (Grub2 and one 
kernel+initrd)**
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-ng-4.0.132/doc/old_and_new_proposal.md 
new/yast2-storage-ng-4.0.135/doc/old_and_new_proposal.md
--- old/yast2-storage-ng-4.0.132/doc/old_and_new_proposal.md2018-03-14 
15:20:08.0 +0100
+++ new/yast2-storage-ng-4.0.135/doc/old_and_new_proposal.md2018-03-16 
11:43:38.0 +0100
@@ -72,8 +72,6 @@
 the proposal's behavior. It also contains some options to influence other
 aspect of YaST, mainly the installer.
 
-  * `root_subvolume_read_only`
-Whether the installer should set readonly for 

commit autoyast2 for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2018-03-18 21:43:21

Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old)
 and  /work/SRC/openSUSE:Factory/.autoyast2.new (New)


Package is "autoyast2"

Sun Mar 18 21:43:21 2018 rev:239 rq:587490 version:4.0.39

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2018-03-11 
18:01:57.110059968 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2018-03-18 
21:43:24.128831729 +0100
@@ -1,0 +2,6 @@
+Thu Mar 15 09:47:33 UTC 2018 - igonzalezs...@suse.com
+
+- Reuse encrypted devices when required (bsc#1085439).
+- 4.0.39
+
+---

Old:

  autoyast2-4.0.38.tar.bz2

New:

  autoyast2-4.0.39.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.54OqMN/_old  2018-03-18 21:43:24.908803629 +0100
+++ /var/tmp/diff_new_pack.54OqMN/_new  2018-03-18 21:43:24.912803485 +0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:   autoyast2
-Version:4.0.38
+Version:4.0.39
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ autoyast2-4.0.38.tar.bz2 -> autoyast2-4.0.39.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.0.38/doc/profile_changes_SLE15.md 
new/autoyast2-4.0.39/doc/profile_changes_SLE15.md
--- old/autoyast2-4.0.38/doc/profile_changes_SLE15.md   1970-01-01 
01:00:00.0 +0100
+++ new/autoyast2-4.0.39/doc/profile_changes_SLE15.md   2018-03-15 
13:24:51.0 +0100
@@ -0,0 +1,486 @@
+## Main differences between SLE12 and SLE15 profiles
+
+### Product selection
+
+Starting with SLE15, all products are distributed using one medium.
+You need to choose which product to install. To do so explicitly, use the
+'product' option.
+
+ Explicit Product Selection
+
+```xml
+
+  
+SLED
+  
+
+```
+
+ In special cases, the medium might contain only one product. If so, you
+ do not need to select a product explicitly as described above. AutoYaST will
+ select the only available product automatically.
+
+ For backward compatibility with profiles created for pre-SLE 15 products, 
AutoYaST
+ implements a heuristic that selects products automatically. This heuristic 
will be
+ used when the profile does not contain a 'product' element. This heuristic is 
based
+ on the package and pattern selection in the profile. However, whenever 
possible,
+ avoid using this mechanism and adapt old profiles to use explicit product 
selection.
+
+ If the product selection fails an error is shown and the installation cannot 
be
+ continued.
+
+### Firewall configuration
+
+In SLE15, SuSEfirewall2 has been replaced by firewalld as the default firewall.
+
+Taking in account that the configuration of both is quite different and that 
SLE12
+profiles were closely coupled to the SuSEfirewall2 configuration, a new syntax
+has been added.
+
+Old profiles will continue working although the supported configuration will 
be very
+limited, for that reason we recommend to check the final configuration in 
order to
+avoid an unexpected behavior or network security threats.
+
+This is the list of supported properties:**
+
+- enable_firewall (same behavior)
+- start_firewall (same behavior)
+- FW_CONFIGURATIONS_{DMZ, EXT, INT}
+- FW_DEV_{DMZ, EXT, INT}
+- FW_SERVICES_{DMZ, INT, EXT}_{TCP, UDP, IP}
+- FW_LOG_ACCEPT_CRIT
+- FW_LOG_DROP_CRIT
+- FW_LOG_DROP_ALL
+- FW_MASQUERADE
+
+The following examples will show with details the conversion of each property.
+
+ Whether firewalld should be enabled and running after the installation
+
+```xml
+  
+# These attributes are the only ones that are completely compatible in 
both schemes
+true
+true
+  
+```
+
+Both firewalls are zone-based with a different predefined set of rules and 
level
+of trust for network connections.
+
+Whereas SuSEfirewall2 has 3 zones by default (DMZ, EXT, INT) firewalld provides
+a few more (block, dmz, drop, external, home, internal, public, trusted, work).
+In SuSEFirewall2 the default zone is the external one (EXT) but also allows the
+use of the special keyword `any` to assign all the interfaces that are not 
listed
+anywhere to a specified zone.
+
+ Assignation of interfaces to zones
+
+The DMZ zone will be mapped to the 'dmz' zone, the EXT zone will be mapped to
+the 'public' zone if FW_MASQUERADE is disabled or to the 'external' if it is
+enabled and finally the INT zone will be mapped to the 'internal' zone if
+FW_PROTECT_FROM_INT is true or to the 'trusted' zone if not.
+
+
+**Default assignation**
+```xml
+
+  any eth0
+  eth1 wlan0
+  wlan1
+
+```
+

commit yast2-update for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package yast2-update for openSUSE:Factory 
checked in at 2018-03-18 21:43:28

Comparing /work/SRC/openSUSE:Factory/yast2-update (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-update.new (New)


Package is "yast2-update"

Sun Mar 18 21:43:28 2018 rev:118 rq:587495 version:4.0.11

Changes:

--- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes
2018-03-11 18:02:17.745320196 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-update.new/yast2-update.changes   
2018-03-18 21:43:30.928586759 +0100
@@ -1,0 +2,10 @@
+Wed Mar 14 15:42:22 UTC 2018 - lsle...@suse.cz
+
+- Properly restore the original installation repositories when
+  going back to the partition selection dialog (related to
+  bsc#1080979)
+- Remove the very old and unused stuff (dead code, unsupported
+  file systems, ...)
+- 4.0.11
+
+---

Old:

  yast2-update-4.0.10.tar.bz2

New:

  yast2-update-4.0.11.tar.bz2



Other differences:
--
++ yast2-update.spec ++
--- /var/tmp/diff_new_pack.mJ2A4M/_old  2018-03-18 21:43:31.532564999 +0100
+++ /var/tmp/diff_new_pack.mJ2A4M/_new  2018-03-18 21:43:31.536564855 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-update
-Version:4.0.10
+Version:4.0.11
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -101,7 +101,6 @@
 
 %files
 %defattr(-,root,root)
-%{yast_ybindir}/*
 %dir %{yast_moduledir}
 %{yast_moduledir}/*
 

++ yast2-update-4.0.10.tar.bz2 -> yast2-update-4.0.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-4.0.10/POTFILES 
new/yast2-update-4.0.11/POTFILES
--- old/yast2-update-4.0.10/POTFILES2018-03-08 10:57:33.0 +0100
+++ new/yast2-update-4.0.11/POTFILES1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-control/update.glade
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-4.0.10/data/know_downgrade 
new/yast2-update-4.0.11/data/know_downgrade
--- old/yast2-update-4.0.10/data/know_downgrade 2018-03-08 10:57:33.0 
+0100
+++ new/yast2-update-4.0.11/data/know_downgrade 1970-01-01 01:00:00.0 
+0100
@@ -1,7 +0,0 @@
-# list of known downgrades
-
-Package: libpng
-Version old: 2.1.0.12
-Version new: 1.2.3
--- 
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-4.0.10/package/yast2-update.changes 
new/yast2-update-4.0.11/package/yast2-update.changes
--- old/yast2-update-4.0.10/package/yast2-update.changes2018-03-08 
10:57:33.0 +0100
+++ new/yast2-update-4.0.11/package/yast2-update.changes2018-03-15 
13:34:54.0 +0100
@@ -1,4 +1,14 @@
 ---
+Wed Mar 14 15:42:22 UTC 2018 - lsle...@suse.cz
+
+- Properly restore the original installation repositories when
+  going back to the partition selection dialog (related to
+  bsc#1080979)
+- Remove the very old and unused stuff (dead code, unsupported
+  file systems, ...)
+- 4.0.11
+
+---
 Thu Mar  8 09:25:38 UTC 2018 - lsle...@suse.cz
 
 - Automatically save a solver test case when the product summary
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-4.0.10/package/yast2-update.spec 
new/yast2-update-4.0.11/package/yast2-update.spec
--- old/yast2-update-4.0.10/package/yast2-update.spec   2018-03-08 
10:57:33.0 +0100
+++ new/yast2-update-4.0.11/package/yast2-update.spec   2018-03-15 
13:34:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-update
-Version:4.0.10
+Version:4.0.11
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -101,7 +101,6 @@
 
 %files
 %defattr(-,root,root)
-%{yast_ybindir}/*
 %dir %{yast_moduledir}
 %{yast_moduledir}/*
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-4.0.10/src/Makefile.am 
new/yast2-update-4.0.11/src/Makefile.am
--- old/yast2-update-4.0.10/src/Makefile.am 2018-03-08 10:57:33.0 
+0100
+++ new/yast2-update-4.0.11/src/Makefile.am 2018-03-15 13:34:54.0 
+0100
@@ -21,10 +21,6 @@
 ynclude_DATA = \
   include/update/rootpart.rb
 
-ybin_SCRIPTS = \
-  bin/update_users_groups \
-  bin/remove_junk
-
 desktop_DATA = \
   desktop/update.desktop
 
@@ -32,6 +28,6 @@
 ylibclient_DATA = \
   lib/update/clients/inst_update_partition_auto.rb
 
-EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(ybin_SCRIPTS) 
$(desktop_DATA) 

commit yast2-packager for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2018-03-18 21:43:34

Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-packager.new (New)


Package is "yast2-packager"

Sun Mar 18 21:43:34 2018 rev:349 rq:587508 version:4.0.49

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2018-03-14 19:34:07.995654248 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2018-03-18 21:43:35.900407642 +0100
@@ -1,0 +2,7 @@
+Thu Mar 15 12:35:23 UTC 2018 - lsle...@suse.cz
+
+- Cleanup, do not use the obsolete scripts which have been dropped
+  (part of bsc#1080979)
+- 4.0.49
+
+---

Old:

  yast2-packager-4.0.48.tar.bz2

New:

  yast2-packager-4.0.49.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.RMsXWq/_old  2018-03-18 21:43:36.732377670 +0100
+++ /var/tmp/diff_new_pack.RMsXWq/_new  2018-03-18 21:43:36.736377526 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:4.0.48
+Version:4.0.49
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-packager-4.0.48.tar.bz2 -> yast2-packager-4.0.49.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.0.48/package/yast2-packager.changes 
new/yast2-packager-4.0.49/package/yast2-packager.changes
--- old/yast2-packager-4.0.48/package/yast2-packager.changes2018-03-12 
14:00:33.0 +0100
+++ new/yast2-packager-4.0.49/package/yast2-packager.changes2018-03-15 
14:08:35.0 +0100
@@ -1,4 +1,11 @@
 ---
+Thu Mar 15 12:35:23 UTC 2018 - lsle...@suse.cz
+
+- Cleanup, do not use the obsolete scripts which have been dropped
+  (part of bsc#1080979)
+- 4.0.49
+
+---
 Mon Mar 12 12:39:13 UTC 2018 - lsle...@suse.cz
 
 - Fixed crash when displaying license agreement in the registration
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.0.48/package/yast2-packager.spec 
new/yast2-packager-4.0.49/package/yast2-packager.spec
--- old/yast2-packager-4.0.48/package/yast2-packager.spec   2018-03-12 
14:00:33.0 +0100
+++ new/yast2-packager-4.0.49/package/yast2-packager.spec   2018-03-15 
14:08:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:4.0.48
+Version:4.0.49
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.0.48/src/clients/inst_kickoff.rb 
new/yast2-packager-4.0.49/src/clients/inst_kickoff.rb
--- old/yast2-packager-4.0.48/src/clients/inst_kickoff.rb   2018-03-12 
14:00:33.0 +0100
+++ new/yast2-packager-4.0.49/src/clients/inst_kickoff.rb   2018-03-15 
14:08:35.0 +0100
@@ -120,10 +120,6 @@
 # backup some stuff
 backup_stuff
 
-# remove some stuff
-# do not remove when updating running system (#49608)
-remove_stuff
-
 # set update mode to yes
 SCR.Write(
   path(".target.string"),
@@ -135,18 +131,6 @@
   Ops.add(Installation.destdir, "/var/lib/YaST/update.inf")
 )
 
-# check passwd and group of target
-SCR.Execute(
-  path(".target.bash"),
-  Ops.add(
-Ops.add(
-  "/usr/lib/YaST2/bin/update_users_groups " + "'",
-  String.Quote(Installation.destdir)
-),
-"'"
-  )
-)
-
 # create /etc/mdadm.conf if it does not exist
 createmdadm
 
@@ -162,31 +146,6 @@
   :next
 end
 
-#  Remove some old junk.
-def remove_stuff
-  # remove old junk, script is in yast2-update
-  SCR.Execute(
-path(".target.bash"),
-Ops.add(
-  Ops.add(
-Ops.add(Ops.add(Directory.ybindir, "/remove_junk "), "'"),
-String.Quote(Installation.destdir)
-  ),
-  "'"
-)
-  )
-
-  # possibly remove /usr/share/info/dir
-  if !Pkg.TargetFileHasOwner("/usr/share/info/dir")
-SCR.Execute(
-  path(".target.remove"),
-  Ops.add(Installation.destdir, "/usr/share/info/dir")
-)
-  end
-
-  nil
-end
-
 #  Handle the backup.
 def backup_stuff
   if Installation.update_backup_modified




commit patterns-yast for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package patterns-yast for openSUSE:Factory 
checked in at 2018-03-18 21:43:10

Comparing /work/SRC/openSUSE:Factory/patterns-yast (Old)
 and  /work/SRC/openSUSE:Factory/.patterns-yast.new (New)


Package is "patterns-yast"

Sun Mar 18 21:43:10 2018 rev:4 rq:587446 version:20180314

Changes:

--- /work/SRC/openSUSE:Factory/patterns-yast/patterns-yast.changes  
2018-02-12 10:06:41.903920665 +0100
+++ /work/SRC/openSUSE:Factory/.patterns-yast.new/patterns-yast.changes 
2018-03-18 21:43:11.485287231 +0100
@@ -1,0 +2,7 @@
+Wed Mar 14 16:55:22 UTC 2018 - agin...@suse.com
+
+- remove yast2-vm from Recommends as it will be only install if this
+  this is a sles-release (BSC#1083398)
+- version 20180314
+
+---



Other differences:
--
++ patterns-yast.spec ++
--- /var/tmp/diff_new_pack.7pUJlB/_old  2018-03-18 21:43:12.365255529 +0100
+++ /var/tmp/diff_new_pack.7pUJlB/_new  2018-03-18 21:43:12.369255385 +0100
@@ -19,7 +19,7 @@
 %bcond_with betatest
 
 Name:   patterns-yast
-Version:20180209
+Version:20180314
 Release:0
 Summary:Patterns for Installation (Yast)
 License:MIT
@@ -90,8 +90,6 @@
 # see the discussion in #386473
 Recommends: yast2-samba-client
 Recommends: yast2-samba-server
-# #388892
-Recommends: yast2-vm
 # #542936
 Recommends: yast2-vpn
 # Recommend NTP at least until boo#936378 is fixed and YaST is not trying to 
configure a service that's not there




commit skelcd-control-openSUSE for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2018-03-18 21:43:38

Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new (New)


Package is "skelcd-control-openSUSE"

Sun Mar 18 21:43:38 2018 rev:193 rq:587573 version:42.3.99.22

Changes:

--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
2018-03-14 19:34:40.214509960 +0100
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new/skelcd-control-openSUSE-promo.changes
   2018-03-18 21:43:40.836229823 +0100
@@ -1,0 +2,6 @@
+Thu Mar 15 15:33:33 UTC 2018 - knut.anders...@suse.com
+
+- Unification of firewall proposals (fate#323460, bsc#1085125)
+- 42.3.99.22
+
+---
skelcd-control-openSUSE.changes: same change

Old:

  skelcd-control-openSUSE-42.3.99.21.tar.bz2

New:

  skelcd-control-openSUSE-42.3.99.22.tar.bz2



Other differences:
--
++ skelcd-control-openSUSE-promo.spec ++
--- /var/tmp/diff_new_pack.OTbAc5/_old  2018-03-18 21:43:41.828194087 +0100
+++ /var/tmp/diff_new_pack.OTbAc5/_new  2018-03-18 21:43:41.832193943 +0100
@@ -27,7 +27,7 @@
 #
 ##
 Name:   skelcd-control-openSUSE-promo
-Version:42.3.99.21
+Version:42.3.99.22
 Release:0
 Summary:The openSUSE Installation Control file
 License:MIT

skelcd-control-openSUSE.spec: same change
++ skelcd-control-openSUSE-42.3.99.21.tar.bz2 -> 
skelcd-control-openSUSE-42.3.99.22.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-42.3.99.21/control/control.openSUSE.xml 
new/skelcd-control-openSUSE-42.3.99.22/control/control.openSUSE.xml
--- old/skelcd-control-openSUSE-42.3.99.21/control/control.openSUSE.xml 
2018-03-13 15:35:21.0 +0100
+++ new/skelcd-control-openSUSE-42.3.99.22/control/control.openSUSE.xml 
2018-03-15 17:20:32.0 +0100
@@ -310,7 +310,7 @@
 
 @
 
-
+
 false
 
 
@@ -581,7 +581,7 @@
 
 
 
-firewall_stage1
+firewall
 95
 
 
@@ -637,7 +637,7 @@
 75
 
 
-firewall_stage1
+firewall
 50
 
 
@@ -688,7 +688,7 @@
 
 
 
-firewall_stage1
+firewall
 99
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-42.3.99.21/package/skelcd-control-openSUSE.changes 
new/skelcd-control-openSUSE-42.3.99.22/package/skelcd-control-openSUSE.changes
--- 
old/skelcd-control-openSUSE-42.3.99.21/package/skelcd-control-openSUSE.changes  
2018-03-13 15:35:21.0 +0100
+++ 
new/skelcd-control-openSUSE-42.3.99.22/package/skelcd-control-openSUSE.changes  
2018-03-15 17:20:32.0 +0100
@@ -1,4 +1,10 @@
 ---
+Thu Mar 15 15:33:33 UTC 2018 - knut.anders...@suse.com
+
+- Unification of firewall proposals (fate#323460, bsc#1085125)
+- 42.3.99.22
+
+---
 Tue Mar 13 12:47:21 UTC 2018 - igonzalezs...@suse.com
 
 - Replace root_subvolume_read_only with btrfs_read_only (related
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-42.3.99.21/package/skelcd-control-openSUSE.spec 
new/skelcd-control-openSUSE-42.3.99.22/package/skelcd-control-openSUSE.spec
--- old/skelcd-control-openSUSE-42.3.99.21/package/skelcd-control-openSUSE.spec 
2018-03-13 15:35:21.0 +0100
+++ new/skelcd-control-openSUSE-42.3.99.22/package/skelcd-control-openSUSE.spec 
2018-03-15 17:20:32.0 +0100
@@ -27,7 +27,7 @@
 #
 ##
 Name:   skelcd-control-openSUSE
-Version:42.3.99.21
+Version:42.3.99.22
 Release:0
 Summary:The openSUSE Installation Control file
 License:MIT




commit yast2-mail for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package yast2-mail for openSUSE:Factory 
checked in at 2018-03-18 21:43:16

Comparing /work/SRC/openSUSE:Factory/yast2-mail (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-mail.new (New)


Package is "yast2-mail"

Sun Mar 18 21:43:16 2018 rev:87 rq:587486 version:4.0.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-mail/yast2-mail.changes2018-03-14 
19:34:13.467459912 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-mail.new/yast2-mail.changes   
2018-03-18 21:43:17.913055661 +0100
@@ -1,0 +2,10 @@
+Tue Mar 13 09:46:58 UTC 2018 - vark...@suse.com
+
+- bsc#1071932 YaST2 Mail Server Configuration - throws Error for 
+  starting service amavis
+  Install spamassassasin and call sa-update before starting amavisd
+  Enable clamd and freshclam.
+  Do not install clamav-db.
+- 4.0.3
+
+---

Old:

  yast2-mail-4.0.2.tar.bz2

New:

  yast2-mail-4.0.3.tar.bz2



Other differences:
--
++ yast2-mail.spec ++
--- /var/tmp/diff_new_pack.9fFa9l/_old  2018-03-18 21:43:18.681027994 +0100
+++ /var/tmp/diff_new_pack.9fFa9l/_new  2018-03-18 21:43:18.685027849 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-mail
-Version:4.0.2
+Version:4.0.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-mail-4.0.2.tar.bz2 -> yast2-mail-4.0.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-4.0.2/package/yast2-mail.changes 
new/yast2-mail-4.0.3/package/yast2-mail.changes
--- old/yast2-mail-4.0.2/package/yast2-mail.changes 2018-03-12 
13:03:49.0 +0100
+++ new/yast2-mail-4.0.3/package/yast2-mail.changes 2018-03-15 
13:01:55.0 +0100
@@ -1,4 +1,14 @@
 ---
+Tue Mar 13 09:46:58 UTC 2018 - vark...@suse.com
+
+- bsc#1071932 YaST2 Mail Server Configuration - throws Error for 
+  starting service amavis
+  Install spamassassasin and call sa-update before starting amavisd
+  Enable clamd and freshclam.
+  Do not install clamav-db.
+- 4.0.3
+
+---
 Mon Mar 12 11:52:40 UTC 2018 - knut.anders...@suse.com
 
 - SuSEFirewall2 defined the ports to be opened in a single service
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-4.0.2/package/yast2-mail.spec 
new/yast2-mail-4.0.3/package/yast2-mail.spec
--- old/yast2-mail-4.0.2/package/yast2-mail.spec2018-03-12 
13:03:49.0 +0100
+++ new/yast2-mail-4.0.3/package/yast2-mail.spec2018-03-15 
13:01:55.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-mail
-Version:4.0.2
+Version:4.0.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-4.0.2/src/modules/Mail.rb 
new/yast2-mail-4.0.3/src/modules/Mail.rb
--- old/yast2-mail-4.0.2/src/modules/Mail.rb2018-03-12 13:03:49.0 
+0100
+++ new/yast2-mail-4.0.3/src/modules/Mail.rb2018-03-15 13:01:55.0 
+0100
@@ -223,7 +223,7 @@
   # Clamav can work without clamav-db.rpm if set up manually
   # so we do not check Installed "clamav-db"
   Builtins.y2milestone("clamav not installed")
-  if !Package.AvailableAll(["clamav", "clamav-db"])
+  if !Package.AvailableAll(["clamav"])
 # error popup.
 Report.Error(
   _(
@@ -234,7 +234,6 @@
 )
   else
 @install_packages = Builtins.add(@install_packages, "clamav")
-@install_packages = Builtins.add(@install_packages, "clamav-db")
   end
 end
   end
@@ -684,6 +683,8 @@
 )
 Service.Enable(service)
 Service.Adjust("amavis", @use_amavis ? "enable" : "disable")
+   Service.Adjust("freshclam", @use_amavis ? "enable" : "disable")
+   Service.Adjust("clamd", @use_amavis ? "enable" : "disable")
   end
 
   # amavis
@@ -949,6 +950,7 @@
   if @amavis_service
 Service.Stop("amavis")
 if @use_amavis
+  SCR.Execute(path(".target.bash_output"), "test -e 
/etc/mail/spamassassin/sa-update-keys/ || /usr/bin/sa-update")
   if !Service.Start("amavis")
 # Translators: error message
 Report.Error(




commit babeltrace for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package babeltrace for openSUSE:Factory 
checked in at 2018-03-18 21:42:35

Comparing /work/SRC/openSUSE:Factory/babeltrace (Old)
 and  /work/SRC/openSUSE:Factory/.babeltrace.new (New)


Package is "babeltrace"

Sun Mar 18 21:42:35 2018 rev:2 rq:588016 version:1.5.4

Changes:

--- /work/SRC/openSUSE:Factory/babeltrace/babeltrace.changes2017-11-04 
10:25:36.602918341 +0100
+++ /work/SRC/openSUSE:Factory/.babeltrace.new/babeltrace.changes   
2018-03-18 21:42:38.918460511 +0100
@@ -1,0 +2,24 @@
+Thu Mar 15 16:19:49 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.5.4:
+  * Use signed accessors for clock offsets.
+  * Fix a signedness error in python complements.
+  * Handle packet_seek errors.
+  * Prevent calling adding the same trace recursively.
+  * Make sure we have all the metadata streams before adding new
+traces.
+  * Add missing debugging information in the live plugin.
+  * Set stream id in HUP case.
+  * Use list rather than ptr array for trace streams.
+  * Fix a leak of streams.
+  * Handle 0 session case in ask new streams.
+  * Break loop on getting metadata error.
+  * Return error on ask_new_stream when should quit.
+  * Don't access missing ctf trace when getting metadata.
+  * Fix lttng-live discarded event count after inactivity.
+  * Fix timegm compat on Solaris.
+  * Fix Python bindings when building with PIE hardening.
+  * lttng-live: Print discarded event and packet lost warnings on
+stderr.
+
+---

Old:

  babeltrace-1.5.3.tar.bz2

New:

  babeltrace-1.5.4.tar.bz2



Other differences:
--
++ babeltrace.spec ++
--- /var/tmp/diff_new_pack.XCWrjK/_old  2018-03-18 21:42:40.146416271 +0100
+++ /var/tmp/diff_new_pack.XCWrjK/_new  2018-03-18 21:42:40.150416127 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package babeltrace
 #
-# Copyright (c) 2017 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
@@ -19,12 +19,12 @@
 %define soname  libbabeltrace
 %define sover   1
 Name:   babeltrace
-Version:1.5.3
+Version:1.5.4
 Release:0
 Summary:Common Trace Format Babel Tower
-License:MIT AND GPL-2.0
+License:MIT AND GPL-2.0-only
 Group:  Development/Languages/C and C++
-URL:https://diamon.org/babeltrace
+Url:https://diamon.org/babeltrace
 Source: 
https://efficios.com/files/babeltrace/%{name}-%{version}.tar.bz2
 BuildRequires:  bison
 BuildRequires:  flex

++ babeltrace-1.5.3.tar.bz2 -> babeltrace-1.5.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/babeltrace-1.5.3/ChangeLog 
new/babeltrace-1.5.4/ChangeLog
--- old/babeltrace-1.5.3/ChangeLog  2017-08-04 19:08:54.0 +0200
+++ new/babeltrace-1.5.4/ChangeLog  2018-02-01 04:05:00.0 +0100
@@ -1,3 +1,22 @@
+2018-01-31 babeltrace 1.5.4 (Gorilla Suit Day)
+   * Fix: use signed accessors for clock offsets
+   * Fix: signedness error in python complements
+   * Fix: handle packet_seek errors
+   * Fix: prevent calling adding the same trace recursively
+   * Fix: Make sure we have all the metadata streams before adding new 
traces
+   * Add missing debugging information in the live plugin
+   * Fix: set stream id in HUP case
+   * Fix: Use list rather than ptr array for trace streams
+   * Fix: leak of streams
+   * Fix: handle 0 session case in ask new streams
+   * Fix: break loop on getting metadata error
+   * Fix: return error on ask_new_stream when should quit
+   * Fix: don't access missing ctf trace when getting metadata
+   * Fix: lttng-live discarded event count after inactivity
+   * Fix: timegm compat on Solaris
+   * Fix: python bindings when building with PIE hardening
+   * lttng-live: print discarded event and packet lost warnings on stderr
+
 2017-08-04 lttng-tools 1.5.3 (International Beer Day)
* Fix: unknown variable name in Python writer
* Fix live-comm: only apply retry timeout for already seen inactive 
indexes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/babeltrace-1.5.3/bindings/python/Makefile.am 
new/babeltrace-1.5.4/bindings/python/Makefile.am
--- old/babeltrace-1.5.3/bindings/python/Makefile.am2017-08-04 
19:08:54.0 +0200
+++ new/babeltrace-1.5.4/bindings/python/Makefile.am2018-02-01 
04:05:00.0 +0100
@@ -25,7 

commit yast2-registration for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package yast2-registration for 
openSUSE:Factory checked in at 2018-03-18 21:42:28

Comparing /work/SRC/openSUSE:Factory/yast2-registration (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-registration.new (New)


Package is "yast2-registration"

Sun Mar 18 21:42:28 2018 rev:14 rq:587963 version:4.0.26

Changes:

--- /work/SRC/openSUSE:Factory/yast2-registration/yast2-registration.changes
2018-03-14 19:34:25.959016261 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-registration.new/yast2-registration.changes   
2018-03-18 21:42:31.118741513 +0100
@@ -1,0 +2,19 @@
+Fri Mar 16 17:17:42 UTC 2018 - lsle...@suse.cz
+
+- Implemented the registration rollback functionality when going
+  back in the upgrade workflow (bsc#1080979)
+- Properly handle going back also in unregistered systems
+- Refresh the add-on IDs after migrating the registration to show
+  the correct values in the addon and the upgrade overview dialog
+- In the offline migration do not set the solver flags designed for
+  the online migration
+- 4.0.26
+
+---
+Fri Mar 16 13:22:35 UTC 2018 - knut.anders...@suse.com
+
+- Just use the first product available from the media When a self
+  update id is defined in the control file (bsc#1084820)
+- 4.0.25
+
+---

Old:

  yast2-registration-4.0.24.tar.bz2

New:

  yast2-registration-4.0.26.tar.bz2



Other differences:
--
++ yast2-registration.spec ++
--- /var/tmp/diff_new_pack.tFBoS8/_old  2018-03-18 21:42:32.558689636 +0100
+++ /var/tmp/diff_new_pack.tFBoS8/_new  2018-03-18 21:42:32.570689203 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-registration
-Version:4.0.24
+Version:4.0.26
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-registration-4.0.24.tar.bz2 -> yast2-registration-4.0.26.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-registration-4.0.24/package/yast2-registration.changes 
new/yast2-registration-4.0.26/package/yast2-registration.changes
--- old/yast2-registration-4.0.24/package/yast2-registration.changes
2018-03-13 14:04:41.0 +0100
+++ new/yast2-registration-4.0.26/package/yast2-registration.changes
2018-03-16 19:38:35.0 +0100
@@ -1,4 +1,23 @@
 ---
+Fri Mar 16 17:17:42 UTC 2018 - lsle...@suse.cz
+
+- Implemented the registration rollback functionality when going
+  back in the upgrade workflow (bsc#1080979)
+- Properly handle going back also in unregistered systems
+- Refresh the add-on IDs after migrating the registration to show
+  the correct values in the addon and the upgrade overview dialog
+- In the offline migration do not set the solver flags designed for
+  the online migration
+- 4.0.26
+
+---
+Fri Mar 16 13:22:35 UTC 2018 - knut.anders...@suse.com
+
+- Just use the first product available from the media When a self
+  update id is defined in the control file (bsc#1084820)
+- 4.0.25
+
+---
 Tue Mar 13 09:37:14 UTC 2018 - knut.anders...@suse.com
 
 - Prevent crashing when no product was defined in the profile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-registration-4.0.24/package/yast2-registration.spec 
new/yast2-registration-4.0.26/package/yast2-registration.spec
--- old/yast2-registration-4.0.24/package/yast2-registration.spec   
2018-03-13 14:04:41.0 +0100
+++ new/yast2-registration-4.0.26/package/yast2-registration.spec   
2018-03-16 19:38:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-registration
-Version:4.0.24
+Version:4.0.26
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-registration-4.0.24/src/clients/inst_offline_migration.rb 
new/yast2-registration-4.0.26/src/clients/inst_offline_migration.rb
--- old/yast2-registration-4.0.24/src/clients/inst_offline_migration.rb 
1970-01-01 01:00:00.0 +0100
+++ new/yast2-registration-4.0.26/src/clients/inst_offline_migration.rb 
2018-03-16 19:38:35.0 +0100
@@ -0,0 +1,17 @@
+# 
--
+# Copyright (c) 2015 SUSE LLC
+#
+# This program is free software; you can redistribute it and/or modify it under
+# the terms of version 2 of the GNU 

commit ceph for openSUSE:Factory

2018-03-18 Thread root
Hello community,

here is the log from the commit of package ceph for openSUSE:Factory checked in 
at 2018-03-18 21:42:41

Comparing /work/SRC/openSUSE:Factory/ceph (Old)
 and  /work/SRC/openSUSE:Factory/.ceph.new (New)


Package is "ceph"

Sun Mar 18 21:42:41 2018 rev:30 rq:588028 version:13.0.1.3023+g71b0480e48

Changes:

--- /work/SRC/openSUSE:Factory/ceph/ceph-test.changes   2018-02-21 
14:09:22.994701455 +0100
+++ /work/SRC/openSUSE:Factory/.ceph.new/ceph-test.changes  2018-03-18 
21:42:44.446261361 +0100
@@ -1,0 +2,11 @@
+Fri Mar 16 20:52:48 UTC 2018 - ncut...@suse.com
+
+- Update to 13.0.1-3023-g71b0480e48:
+  + mimic-dev2 (including notably dashboard_v2 MGR module)
+
+---
+Fri Feb 23 12:10:01 UTC 2018 - ncut...@suse.com
+
+- forward port DeepSea integration suite from ses5 
+
+---
ceph.changes: same change

Old:

  ceph-13.0.1-2078-g85df538001.tar.bz2

New:

  ceph-13.0.1-3023-g71b0480e48.tar.bz2



Other differences:
--
++ ceph-test.spec ++
--- /var/tmp/diff_new_pack.eqyZT2/_old  2018-03-18 21:42:46.662181528 +0100
+++ /var/tmp/diff_new_pack.eqyZT2/_new  2018-03-18 21:42:46.666181384 +0100
@@ -76,7 +76,7 @@
 # main package definition
 
#
 Name: ceph-test
-Version: 13.0.1.2078+g85df538001
+Version: 13.0.1.3023+g71b0480e48
 Release: 0%{?dist}
 %if 0%{?fedora} || 0%{?rhel}
 Epoch: 2
@@ -92,7 +92,7 @@
 Group: System/Filesystems
 %endif
 URL: http://ceph.com/
-Source0: %{?_remote_tarball_prefix}ceph-13.0.1-2078-g85df538001.tar.bz2
+Source0: %{?_remote_tarball_prefix}ceph-13.0.1-3023-g71b0480e48.tar.bz2
 %if 0%{?suse_version}
 Source96: checkin.sh
 Source97: README-checkin.txt
@@ -228,12 +228,23 @@
 BuildRequires: python%{_python_buildid}-cherrypy
 BuildRequires: python%{_python_buildid}-pecan
 BuildRequires: python%{_python_buildid}-werkzeug
+BuildRequires: python%{_python_buildid}-tox
+BuildRequires: python%{_python_buildid}-coverage
+%if 0%{?fedora}
+BuildRequires: python%{_python_buildid}-bcrypt
+%endif
+%if 0%{?rhel}
+BuildRequires: py-bcrypt
+%endif
 %endif
 %if 0%{?suse_version}
 BuildRequires: python%{_python_buildid}-CherryPy
 BuildRequires: python%{_python_buildid}-Werkzeug
 BuildRequires: python%{_python_buildid}-pecan
 BuildRequires: python%{_python_buildid}-numpy-devel
+BuildRequires: python%{_python_buildid}-bcrypt
+BuildRequires: python%{_python_buildid}-tox
+BuildRequires: python%{_python_buildid}-coverage
 %endif
 %endif
 # lttng and babeltrace for rbd-replay-prep
@@ -282,13 +293,13 @@
 %endif
 %if 0%{?suse_version}
 %endif
-%if 0%{?fedora} || 0%{?rhel}
-%endif
-%if 0%{?suse_version}
-%endif
 %if 0%{?suse_version}
 %endif
 %if 0%{?fedora} || 0%{?rhel}
+%if 0%{?fedora}
+%endif
+%if 0%{?rhel}
+%endif
 %endif
 %if 0%{?suse_version}
 %endif
@@ -397,7 +408,7 @@
 %endif
 %endif
 %prep
-%autosetup -p1 -n ceph-13.0.1-2078-g85df538001
+%autosetup -p1 -n ceph-13.0.1-3023-g71b0480e48
 
 %build
 
@@ -460,13 +471,13 @@
 -DWITH_EMBEDDED=OFF \
 -DWITH_MANPAGE=ON \
 -DWITH_PYTHON3=ON \
+-DWITH_MGR_DASHBOARD_V2_FRONTEND=OFF \
 %if %{with python2}
 -DWITH_PYTHON2=ON \
 %else
 -DWITH_PYTHON2=OFF \
 -DMGR_PYTHON_VERSION=3 \
 %endif
--DWITH_SYSTEMD=ON \
 %if 0%{?rhel} && ! 0%{?centos}
 -DWITH_SUBMAN=ON \
 %endif
@@ -668,13 +679,8 @@
 rm -rf %{buildroot}%{_unitdir}/ceph-mgr@.service
 rm -rf %{buildroot}%{_unitdir}/ceph-mgr.target
 rm -rf %{buildroot}%{_bindir}/ceph-mon
-rm -rf %{buildroot}%{_bindir}/ceph-rest-api
 rm -rf %{buildroot}%{_bindir}/ceph-monstore-tool
 rm -rf %{buildroot}%{_mandir}/man8/ceph-mon.8*
-rm -rf %{buildroot}%{_mandir}/man8/ceph-rest-api.8*
-rm -rf %{buildroot}%{python_sitelib}/ceph_rest_api.py*
-rm -rf %{buildroot}%{python3_sitelib}/ceph_rest_api.py
-rm -rf %{buildroot}%{python3_sitelib}/__pycache__/ceph_rest_api.cpython*.py*
 rm -rf %{buildroot}%{_unitdir}/ceph-mon@.service
 rm -rf %{buildroot}%{_unitdir}/ceph-mon.target
 rm -rf %{buildroot}%{_bindir}/ceph-fuse
@@ -860,8 +866,6 @@
 %endif
 %if 0%{?fedora} || 0%{?rhel}
 %endif
-%if 0%{with python2}
-%endif
 %if 0%{?suse_version}
 %endif
 %if 0%{?fedora} || 0%{?rhel}

++ ceph.spec ++
--- /var/tmp/diff_new_pack.eqyZT2/_old  2018-03-18 21:42:46.714179655 +0100
+++ /var/tmp/diff_new_pack.eqyZT2/_new  2018-03-18 21:42:46.722179367 +0100
@@ -76,7 +76,7 @@
 # main package definition
 
#
 Name:  ceph
-Version:   13.0.1.2078+g85df538001
+Version:   13.0.1.3023+g71b0480e48
 Release:   0%{?dist}
 %if 0%{?fedora} || 0%{?rhel}
 Epoch: 2