!2 upgrade to 0.169.1 to fix CVE-2019-3681
Merge pull request !2 from yaokai13/master
This commit is contained in:
commit
b8f90a9e36
BIN
0.169.1.tar.gz
Normal file
BIN
0.169.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
11
osc.spec
11
osc.spec
@ -1,10 +1,10 @@
|
|||||||
Name: osc
|
Name: osc
|
||||||
Version: 0.163.0
|
Version: 0.169.1
|
||||||
Release: 237.1.2
|
Release: 1
|
||||||
Summary: The Command Line Interface to work with an Open Build Service
|
Summary: The Command Line Interface to work with an Open Build Service
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Url: https://github.com/openSUSE/osc
|
Url: https://github.com/openSUSE/osc
|
||||||
Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/openSUSE/osc/archive/%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python2-devel python2-rpm python2-urlgrabber
|
BuildRequires: python2-devel python2-rpm python2-urlgrabber
|
||||||
@ -28,7 +28,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
This package contains some man help files for %{name}.
|
This package contains some man help files for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1 -n osc-%{version}
|
||||||
|
|
||||||
iconv -f ISO8859-1 -t UTF-8 -o TODO.new TODO
|
iconv -f ISO8859-1 -t UTF-8 -o TODO.new TODO
|
||||||
mv TODO.new TODO
|
mv TODO.new TODO
|
||||||
@ -73,5 +73,8 @@ EOF
|
|||||||
%{_mandir}/man1/osc.*
|
%{_mandir}/man1/osc.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 05 2020 yaokai <yaokai13@huawei.com> - 0.169.1-1
|
||||||
|
- Upgrade to 0.169.1 to fix CVE-2019-3681
|
||||||
|
|
||||||
* Wed Nov 27 2019 catastrowings <jianghuhao1994@163.com> - 0.163.0-237.1.2
|
* Wed Nov 27 2019 catastrowings <jianghuhao1994@163.com> - 0.163.0-237.1.2
|
||||||
- Update to 0.163.0
|
- Update to 0.163.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user