diff --git a/zypp-plugin-0.6.1.tar.bz2 b/zypp-plugin-0.6.1.tar.bz2 new file mode 100644 index 0000000..06be91a --- /dev/null +++ b/zypp-plugin-0.6.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c250a7058437e53bbafc5f516d3ecef852f282690c119097d65d55c64423ecf +size 4227 diff --git a/zypp-plugin-0.6.tar.bz2 b/zypp-plugin-0.6.tar.bz2 deleted file mode 100644 index 3bf4f86..0000000 --- a/zypp-plugin-0.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c7d4957b72e23bb1c3b1a70f3bfb21b80d90106494e2d74300098b6ce3211fc -size 4323 diff --git a/zypp-plugin.changes b/zypp-plugin.changes index 267c766..036d110 100644 --- a/zypp-plugin.changes +++ b/zypp-plugin.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Oct 26 17:14:59 CEST 2017 - ma@suse.de + +- Let zypp-plugin-python provide python2-zypp-plugin to be + consistent with python3--zypp-plugin. +- version 0.6.1 + ------------------------------------------------------------------- Thu Oct 26 12:43:19 CEST 2017 - ma@suse.de diff --git a/zypp-plugin.spec b/zypp-plugin.spec index e10646a..8fdf734 100644 --- a/zypp-plugin.spec +++ b/zypp-plugin.spec @@ -21,7 +21,7 @@ %endif Name: zypp-plugin -Version: 0.6 +Version: 0.6.1 Release: 0 Url: https://gitorious.org/opensuse/zypp-plugin Summary: Helper that makes writing ZYpp plugins easier @@ -65,12 +65,8 @@ and implementing the commands you want to respond to as python methods. %package python Summary: Helper that makes writing ZYpp plugins in python easier -# Actually libzypp(plugin) should be required. Unfortunately the corresponing -# provides was introduced to late for SUSE Manager/SLE-11-SP1. We do not want to -# enforce libzypp update to satisfy this, so the Requires should saty disabled, -# until libzypp on SUSE Manager/SLE-11-SP1 was updated and provides libzypp(plugin). -#Requires: libzypp(plugin) Group: System/Packages +Provides: python2-%{name} BuildRequires: python-devel Requires: python