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:
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,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>