Accepting request 156446 from openSUSE:Tools
another crash fix OBS-URL: https://build.opensuse.org/request/show/156446 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=80
This commit is contained in:
commit
720494a1bd
19
PKGBUILD
Normal file
19
PKGBUILD
Normal file
@ -0,0 +1,19 @@
|
||||
pkgname=osc
|
||||
pkgver=0.139.1
|
||||
pkgrel=1
|
||||
pkgdesc="Open Build Service client"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.github.com/openSUSE/osc"
|
||||
license=('GPL-2.0+' 'GPL-2.0')
|
||||
groups=('base-devel')
|
||||
depends=('python2')
|
||||
source=(osc-${pkgver}.tar.gz)
|
||||
md5sums=('c2f5ef8b09f31cf917265201c599e1e9')
|
||||
|
||||
package() {
|
||||
msg "Installing osc ..."
|
||||
cd "${srcdir}"/osc-${pkgver}
|
||||
python setup.py build
|
||||
python setup.py install --prefix=/usr --root=${pkgdir}
|
||||
ln -s osc-wrapper.py ${pkgdir}/usr/bin/osc
|
||||
}
|
3
_service
3
_service
@ -1,6 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">0.139.0</param>
|
||||
<param name="version">0.139.1</param>
|
||||
<param name="revision">0.139</param>
|
||||
<param name="url">git://github.com/openSUSE/osc.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8bbd9c59280aac0c33fcc4021e7279f6eb96e4660c349ac7097bb78d35dbe2c
|
||||
size 337604
|
3
osc-0.139.1.tar.gz
Normal file
3
osc-0.139.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1f0cb6fe18957ed4edb84ca5adc10a2908828c37de31bcfaa1c747755836fed
|
||||
size 338316
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 26 16:23:26 UTC 2013 - adrian@suse.de
|
||||
|
||||
- 0.139.1:
|
||||
- do not crash on invalid authentification setup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 14:41:27 UTC 2013 - adrian@suse.de
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 0.139.0
|
||||
Version: 0.139.1
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
Loading…
Reference in New Issue
Block a user