From: Arvin Schnell Date: Thu, 7 Feb 2013 17:14:00 +0000 (+0100) Subject: - zypp-plugin required dbus-1-python X-Git-Tag: v0.1.3~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65b495aa0f5ffa69f5db85bd659a91500b019a8f;p=thirdparty%2Fsnapper.git - zypp-plugin required dbus-1-python --- diff --git a/package/snapper.changes b/package/snapper.changes index 0610494b..c12d9d8b 100644 --- a/package/snapper.changes +++ b/package/snapper.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 07 18:13:26 CET 2013 - aschnell@suse.de + +- zypp-plugin requires dbus-1-python + ------------------------------------------------------------------- Wed Feb 06 10:27:57 CET 2013 - aschnell@suse.de diff --git a/scripts/zypp-plugin.py b/scripts/zypp-plugin.py index af115250..311b7ca7 100755 --- a/scripts/zypp-plugin.py +++ b/scripts/zypp-plugin.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python from os import readlink, getppid from os.path import basename diff --git a/snapper.spec.in b/snapper.spec.in index 41070547..71aa6f5f 100644 --- a/snapper.spec.in +++ b/snapper.spec.in @@ -153,7 +153,7 @@ Authors: %{prefix}/include/snapper %package -n snapper-zypp-plugin -Requires: snapper libzypp(plugin:commit) zypp-plugin-python +Requires: snapper libzypp(plugin:commit) zypp-plugin-python dbus-1-python Summary: A zypp commit plugin for calling snapper Group: System/Packages