- 0.167.2
* fix regression in osc chroot * fix broken importsrcpkg OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=315
This commit is contained in:
parent
26e962feaa
commit
5ce647bc60
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=osc
|
||||
pkgver=0.167.1
|
||||
pkgver=0.167.2
|
||||
pkgrel=0
|
||||
pkgdesc="Open Build Service client"
|
||||
arch=('i686' 'x86_64')
|
||||
|
4
_service
4
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">0.167.1</param>
|
||||
<param name="revision">0.167.1</param>
|
||||
<param name="version">0.167.2</param>
|
||||
<param name="revision">0.167.2</param>
|
||||
<param name="url">git://github.com/openSUSE/osc.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
osc (0.167.1) unstable; urgency=low
|
||||
osc (0.167.2) unstable; urgency=low
|
||||
- Update to 0.161.1
|
||||
|
||||
-- Marco Strigl <marco.strigl@suse.com> Thu, 26 Oct 2017 14:42:00 +0200
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:874bf6c6eef9d9d230f655e2f29c0df0e9b4f9292aa76257d34b43ebd7dad063
|
||||
size 362041
|
3
osc-0.167.2.tar.gz
Normal file
3
osc-0.167.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b25c7866ac5be116b7ca43fac7dbcad18a4f1ca697199ac98ba8718a4e6ffac2
|
||||
size 362856
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 10:54:25 UTC 2020 - Marco Strigl <marco.strigl@suse.com>
|
||||
|
||||
- 0.167.2
|
||||
* fix regression in osc chroot
|
||||
* fix broken importsrcpkg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 12:44:18 UTC 2019 - Marco Strigl <marco.strigl@suse.com>
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 0.167.1
|
||||
Version: 0.167.2
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
8
osc.spec
8
osc.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package osc
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -27,12 +27,12 @@
|
||||
%define use_python python
|
||||
%endif
|
||||
|
||||
%define version_unconverted 0.167.1
|
||||
%define version_unconverted 0.167.2
|
||||
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
|
||||
%define macros_file macros.osc
|
||||
|
||||
Name: osc
|
||||
Version: 0.167.1
|
||||
Version: 0.167.2
|
||||
Release: 0
|
||||
Summary: Open Build Service Commander
|
||||
License: GPL-2.0-or-later
|
||||
@ -85,7 +85,7 @@ Recommends: obs-service-source_validator
|
||||
Recommends: xdg-utils
|
||||
# for osc >= 0.167.0 the newest build version is needed.
|
||||
# Otherwise osc chroot might not work correctly.
|
||||
Conflicts: build < 20191205
|
||||
Conflicts: build < 20200106
|
||||
%endif
|
||||
%endif
|
||||
# needed for storing credentials in kwallet/gnome-keyring
|
||||
|
Loading…
Reference in New Issue
Block a user