diff --git a/PKGBUILD b/PKGBUILD index 73a8250..7579b4d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.181.0 +pkgver=0.182.0 pkgrel=0 pkgdesc="Open Build Service client" arch=('x86_64') diff --git a/_service b/_service index 64e866c..595604d 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.181.0 - 0.181.0 + 0.182.0 + 0.182.0 https://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index 02da4d6..4aba2b7 100644 --- a/debian.changelog +++ b/debian.changelog @@ -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 pass" - support changing the password store via "osc config diff --git a/osc-0.181.0.tar.gz b/osc-0.181.0.tar.gz deleted file mode 100644 index 416708c..0000000 --- a/osc-0.181.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e66a1ad863be9d782e879fa12757e4cb28790b0825f0fbf18401811e4f09e49c -size 381112 diff --git a/osc-0.182.0.tar.gz b/osc-0.182.0.tar.gz new file mode 100644 index 0000000..a147497 --- /dev/null +++ b/osc-0.182.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfad8b79ff8f34b9ed665dd1246f09ec69a3963593fc63d21c42ee5da9c230fe +size 381596 diff --git a/osc.changes b/osc.changes index ea71212..0e2986c 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Sep 8 11:53:22 UTC 2022 - Daniel Mach + +- 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 diff --git a/osc.dsc b/osc.dsc index c42bd00..a44c602 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.181.0-0 +Version: 0.182.0-0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index c74b832..5702d2a 100644 --- a/osc.spec +++ b/osc.spec @@ -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 @@ -37,7 +37,7 @@ %define use_pythonpkg python %endif -%define version_unconverted 0.181.0 +%define version_unconverted 0.182.0 %define osc_plugin_dir %{_prefix}/lib/osc-plugins %define macros_file macros.osc %if ! %{defined _rpmmacrodir} @@ -45,7 +45,7 @@ %endif Name: osc -Version: 0.181.0 +Version: 0.182.0 Release: 0 Summary: Open Build Service Commander License: GPL-2.0-or-later @@ -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