Add vim to Requires list

This commit is contained in:
maminjie 2020-09-17 17:23:53 +08:00
parent 1c0eeb052e
commit 98371f91e5

View File

@ -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 <maminjie1@huawei.com> - 0.169.1-3
- Add vim to Requires list
* Fri Sep 11 2020 maminjie <maminjie1@huawei.com> - 0.169.1-2
- Rebuilt for Python 3.8.5