!11 Add Requires osc-help into openscap

From: @caodongxia
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2020-11-10 14:11:02 +08:00 committed by Gitee
commit 4bb5f4d893

View File

@ -1,6 +1,6 @@
Name: osc
Version: 0.169.1
Release: 2
Release: 3
Summary: The Command Line Interface to work with an Open Build Service
License: GPLv2+
Url: https://github.com/openSUSE/osc
@ -10,7 +10,7 @@ BuildArch: noarch
BuildRequires: python2-devel python2-rpm python2-urlgrabber
Requires: python2-rpm m2crypto python2-lxml python2-urlgrabber
Requires: vim
Requires: %{name}-help = %{version}-%{release}
Conflicts: obs-build < 20180816
%description
@ -71,6 +71,9 @@ EOF
%{_mandir}/man1/osc.*
%changelog
* Fri Nov 06 2020 caodongxia <caodongxia@huawei.com> - 0.169.1-3
- Add install requires help package into main package
* Thu Sep 17 2020 maminjie <maminjie1@huawei.com> - 0.169.1-2
- Add vim to Requires list