+-------------------------------------------------------------------
+Wed Jan 10 14:33:11 CET 2018 - aschnell@suse.com
+
+- use python3 instead of python2 (bsc#1070324)
+
-------------------------------------------------------------------
Thu Nov 23 13:51:45 UTC 2017 - rbrown@suse.com
-#!/usr/bin/python
+#!/usr/bin/python3
#
# Copyright (c) [2011-2014] Novell, Inc.
-# Copyright (c) [2015] SUSE LLC
+# Copyright (c) [2015,2018] SUSE LLC
#
# All Rights Reserved.
#
#
# spec file for package snapper
#
-# 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
%package -n snapper-zypp-plugin
BuildArch: noarch
-Requires: dbus-1-python
Requires: libzypp(plugin:commit) = 1
-Requires: python-xml
+Requires: python3-dbus-python
+Requires: python3-zypp-plugin
Requires: snapper = %version
-Requires: zypp-plugin-python
Summary: A zypp commit plugin for calling snapper
Group: System/Packages