mirror of
https://github.com/openSUSE/snapper.git
synced 2026-02-05 15:46:00 +01:00
- use python3 instead of python2 (bsc#1070324)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user