add help package to main package

This commit is contained in:
caodongxia 2020-11-10 11:40:00 +08:00
parent 7b4355ea8a
commit 75937858ff

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