Accepting request 1001908 from home:dmach:branches:openSUSE:Tools

- 0.182.0
  - fix build on SLE12 / python 2.7
  - SSH auth: Fix getallmatchingheaders() output to correspond with headers.get_all()
  - send HTTP header Accept: application/xml
  - git_version: return version from the source code if there's no matching tag
- spec file:
  - Revert to python2 on SLE12
  - Recommend openssh for ssh key auth

OBS-URL: https://build.opensuse.org/request/show/1001908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=371
This commit is contained in:
Daniel Mach 2022-09-09 06:54:28 +00:00 committed by Git OBS Bridge
parent 6cea7d1951
commit fb37ef4c51
8 changed files with 23 additions and 9 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
osc (0.181.0-0) unstable; urgency=low
osc (0.182.0-0) unstable; urgency=low
- Update to 0.174.0:
- fix password deletion via "osc config -d <apiurl> pass"
- support changing the password store via "osc config <apiurl>

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Sep 8 11:53:22 UTC 2022 - Daniel Mach <daniel.mach@suse.com>
- 0.182.0
- fix build on SLE12 / python 2.7
- SSH auth: Fix getallmatchingheaders() output to correspond with headers.get_all()
- send HTTP header Accept: application/xml
- git_version: return version from the source code if there's no matching tag
- spec file:
- Revert to python2 on SLE12
- Recommend openssh for ssh key auth
-------------------------------------------------------------------
Thu Aug 11 11:38:19 UTC 2022 - Daniel Mach <daniel.mach@suse.com>

View File

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

View File

@ -16,7 +16,7 @@
#
%if 0%{?suse_version} >= 1315 || 0%{?fedora} >= 29 || 0%{?rhel} >= 7 || 0%{?mageia} >= 8
%if 0%{?suse_version} >= 1500 || 0%{?fedora} >= 29 || 0%{?rhel} >= 7 || 0%{?mageia} >= 8
%bcond_without python3
%else
%bcond_with python3
@ -75,6 +75,7 @@ Requires: rpm-python
BuildArch: noarch
%endif
%if 0%{?suse_version}
Recommends: openssh
Requires: %{use_pythonpkg}
Recommends: %{use_pythonpkg}-progressbar
BuildRequires: %{use_pythonpkg}-xml