]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- use python3 instead of python2 (bsc#1070324)
authorArvin Schnell <aschnell@suse.de>
Wed, 10 Jan 2018 13:34:50 +0000 (14:34 +0100)
committerArvin Schnell <aschnell@suse.de>
Wed, 10 Jan 2018 13:34:50 +0000 (14:34 +0100)
package/snapper.changes
scripts/zypp-plugin.py
snapper.spec.in

index 05bfec1fa9ecc70a4a2c527a620dca2720ce8479..27917ca972282f4f2fbb5363b7bf9e6fccac8833 100644 (file)
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+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
 
index 110ed3c4cb654b32040e01a8cd73b7998af8463a..85e3272be7d8e284f469f09dcd9d7f581d8ca6ff 100755 (executable)
@@ -1,7 +1,7 @@
-#!/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.
 #
index 3be04fe07e2edbb1f9805db4889d3c732349411a..8b345f822f9b794b186752400394d0c5009aa94a 100644 (file)
@@ -1,7 +1,7 @@
 #
 # 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
@@ -210,11 +210,10 @@ libsnapper.
 
 %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