From 2bfb04d7634e050dd6adb33c0ade6adb6a0f6b1c Mon Sep 17 00:00:00 2001 From: maminjie Date: Thu, 17 Sep 2020 19:45:28 +0800 Subject: [PATCH] Add vim to Requires list --- osc.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/osc.spec b/osc.spec index acb0234..741dbe0 100644 --- a/osc.spec +++ b/osc.spec @@ -1,6 +1,6 @@ Name: osc Version: 0.169.1 -Release: 1 +Release: 2 Summary: The Command Line Interface to work with an Open Build Service License: GPLv2+ Url: https://github.com/openSUSE/osc @@ -9,9 +9,7 @@ BuildArch: noarch BuildRequires: python2-devel python2-rpm python2-urlgrabber Requires: python2-rpm m2crypto python2-lxml python2-urlgrabber -Requires: m2crypto -Requires: python2-lxml -Requires: python2-urlgrabber +Requires: vim Conflicts: obs-build < 20180816 @@ -73,6 +71,9 @@ EOF %{_mandir}/man1/osc.* %changelog +* Thu Sep 17 2020 maminjie - 0.169.1-2 +- Add vim to Requires list + * Wed Aug 05 2020 yaokai - 0.169.1-1 - Upgrade to 0.169.1 to fix CVE-2019-3681 -- Gitee