From 98371f91e5f193de57343107678a48aa812a96bf Mon Sep 17 00:00:00 2001 From: maminjie Date: Thu, 17 Sep 2020 17:23:53 +0800 Subject: [PATCH] Add vim to Requires list --- osc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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