Update to 1.9.1 for fix CVE-2024-22034

This commit is contained in:
wk333 2024-09-10 15:27:03 +08:00
parent 642b992d26
commit 53ec62b2b4
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
osc-1.9.1.tar.gz Normal file

Binary file not shown.

View File

@ -3,12 +3,12 @@
%global obs_srcsvc_dir %{obsroot}/service
Name: osc
Version: 1.4.2
Version: 1.9.1
Release: 1
Summary: The Command Line Interface to work with an Open Build Service
License: GPLv2+
Url: https://github.com/openSUSE/osc
Source: https://github.com/openSUSE/osc/archive/%{version}.tar.gz
Source: https://github.com/openSUSE/osc/archive/%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-distro python3-rpm python3-setuptools diffstat
BuildRequires: python3-cryptography python3-urllib3 python3-argparse-manpage
@ -95,6 +95,9 @@ python3 setup.py test
%{_mandir}/man1/osc.*
%changelog
* Tue Sep 10 2024 wangkai <13474090681@163.com> - 1.9.1-1
- Update to 1.9.1 for fix CVE-2024-22034
* Wed Oct 18 2023 wangkai <13474090681@163.com> - 1.4.2-1
- Upgrade to 1.4.2