diff --git a/osc.spec b/osc.spec index 741dbe0dafd3fce81f48712b9fd38334f7e1d7c4..6432e2c98321b6b59533d94882717854da0b89f4 100644 --- a/osc.spec +++ b/osc.spec @@ -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 - 0.169.1-3 +- Add install requires help package into main package + * Thu Sep 17 2020 maminjie - 0.169.1-2 - Add vim to Requires list