1
0
forked from pool/osc

- 0.166.1

* emergency fix for credentials handling:
      - in case of an old passx entry in oscrc
        osc did not work at all. Now we check in
        the compat code if we have an passx entry.

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=303
This commit is contained in:
Marco Strigl 2019-10-29 10:24:27 +00:00 committed by Git OBS Bridge
parent ab4000e0a6
commit 8e99bfb145
8 changed files with 19 additions and 10 deletions

View File

@ -1,5 +1,5 @@
pkgname=osc pkgname=osc
pkgver=0.166.0 pkgver=0.166.1
pkgrel=0 pkgrel=0
pkgdesc="Open Build Service client" pkgdesc="Open Build Service client"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')

View File

@ -1,7 +1,7 @@
<services> <services>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="version">0.166.0</param> <param name="version">0.166.1</param>
<param name="revision">0.166.0</param> <param name="revision">0.166.1</param>
<param name="url">git://github.com/openSUSE/osc.git</param> <param name="url">git://github.com/openSUSE/osc.git</param>
<param name="scm">git</param> <param name="scm">git</param>
</service> </service>

View File

@ -1,4 +1,4 @@
osc (0.166.0) unstable; urgency=low osc (0.166.1) unstable; urgency=low
- Update to 0.161.1 - Update to 0.161.1
-- Marco Strigl <marco.strigl@suse.com> Thu, 26 Oct 2017 14:42:00 +0200 -- Marco Strigl <marco.strigl@suse.com> Thu, 26 Oct 2017 14:42:00 +0200

View File

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

3
osc-0.166.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 29 10:18:24 UTC 2019 - Marco Strigl <marco.strigl@suse.com>
- 0.166.1
* emergency fix for credentials handling:
- in case of an old passx entry in oscrc
osc did not work at all. Now we check in
the compat code if we have an passx entry.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 24 10:05:06 UTC 2019 - Marco Strigl <marco.strigl@suse.com> Thu Oct 24 10:05:06 UTC 2019 - Marco Strigl <marco.strigl@suse.com>

View File

@ -1,6 +1,6 @@
Format: 1.0 Format: 1.0
Source: osc Source: osc
Version: 0.166.0 Version: 0.166.1
Binary: osc Binary: osc
Maintainer: Adrian Schroeter <adrian@suse.de> Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: any Architecture: any

View File

@ -27,12 +27,12 @@
%define use_python python %define use_python python
%endif %endif
%define version_unconverted 0.166.0 %define version_unconverted 0.166.1
%define osc_plugin_dir %{_prefix}/lib/osc-plugins %define osc_plugin_dir %{_prefix}/lib/osc-plugins
%define macros_file macros.osc %define macros_file macros.osc
Name: osc Name: osc
Version: 0.166.0 Version: 0.166.1
Release: 0 Release: 0
Summary: Open Build Service Commander Summary: Open Build Service Commander
License: GPL-2.0-or-later License: GPL-2.0-or-later