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 Name: osc
Version: 0.169.1 Version: 0.169.1
Release: 2 Release: 3
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
@ -10,7 +10,7 @@ BuildArch: noarch
BuildRequires: python2-devel python2-rpm python2-urlgrabber BuildRequires: python2-devel python2-rpm python2-urlgrabber
Requires: python2-rpm m2crypto python2-lxml python2-urlgrabber Requires: python2-rpm m2crypto python2-lxml python2-urlgrabber
Requires: vim Requires: vim
Requires: %{name}-help = %{version}-%{release}
Conflicts: obs-build < 20180816 Conflicts: obs-build < 20180816
%description %description
@ -71,6 +71,9 @@ EOF
%{_mandir}/man1/osc.* %{_mandir}/man1/osc.*
%changelog %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 * Thu Sep 17 2020 maminjie <maminjie1@huawei.com> - 0.169.1-2
- Add vim to Requires list - Add vim to Requires list