Update to last successful build
a45b614e348a3cdfa467873e2a6b6d627c331570 changes 0.6.1 OBS-URL: https://build.opensuse.org/package/show/zypp:Head/zypp-plugin?expand=0&rev=17
This commit is contained in:
parent
18b0429ceb
commit
0d44c6293a
3
zypp-plugin-0.6.1.tar.bz2
Normal file
3
zypp-plugin-0.6.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7c250a7058437e53bbafc5f516d3ecef852f282690c119097d65d55c64423ecf
|
||||||
|
size 4227
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9c7d4957b72e23bb1c3b1a70f3bfb21b80d90106494e2d74300098b6ce3211fc
|
|
||||||
size 4323
|
|
@ -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
|
Thu Oct 26 12:43:19 CEST 2017 - ma@suse.de
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: zypp-plugin
|
Name: zypp-plugin
|
||||||
Version: 0.6
|
Version: 0.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://gitorious.org/opensuse/zypp-plugin
|
Url: https://gitorious.org/opensuse/zypp-plugin
|
||||||
Summary: Helper that makes writing ZYpp plugins easier
|
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
|
%package python
|
||||||
Summary: Helper that makes writing ZYpp plugins in python easier
|
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
|
Group: System/Packages
|
||||||
|
Provides: python2-%{name}
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Requires: python
|
Requires: python
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user