Accepting request 305474 from zypp:Head

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/305474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zypp-plugin?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2015-05-06 09:18:41 +00:00 committed by Git OBS Bridge
commit b7b9f3125b
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6091a56745266dde22bc36edee314b75b1b29c8ec2b49f5457982ae7b5cd7dd
size 4082

3
zypp-plugin-0.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ee902e0ee3a585055ded861d2220a36b4c029d188ff635d56f8d926bea387c0
size 4189

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Mar 10 17:18:59 CET 2015 - lchiquitto@suse.de
- Add COPYING file
-------------------------------------------------------------------
Mon Aug 18 13:31:39 CEST 2014 - ma@suse.de
- Force usage of the official python VM; no longer use
"/usr/bin/env python" (bnc#889363)
- version 0.5
-------------------------------------------------------------------
Sat Jan 25 17:21:49 CET 2014 - ma@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package zypp-plugin
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@ -17,7 +17,7 @@
Name: zypp-plugin
Version: 0.4
Version: 0.5
Release: 0
Url: https://gitorious.org/opensuse/zypp-plugin
Summary: Helper that makes writing ZYpp plugins easier
@ -64,6 +64,7 @@ popd
%files python
%defattr(-,root,root)
%doc COPYING
%{py_sitearch}/*
%changelog