diff --git a/osc.spec b/osc.spec index 97c296b..d5a2d08 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 @@ -9,6 +9,7 @@ BuildArch: noarch BuildRequires: python3-devel python3-rpm python3-urlgrabber Requires: python3-rpm python3-m2crypto python3-lxml python3-urlgrabber +Requires: vim Conflicts: obs-build < 20180816 @@ -71,6 +72,9 @@ EOF %{_mandir}/man1/osc.* %changelog +* Thu Sep 17 2020 maminjie - 0.169.1-3 +- Add vim to Requires list + * Fri Sep 11 2020 maminjie - 0.169.1-2 - Rebuilt for Python 3.8.5