Remove extra requires

This commit is contained in:
木得感情的openEuler机器人 2020-07-30 14:44:19 +08:00 committed by Gitee
parent 6838b026de
commit f4eee97915

View File

@ -1,6 +1,6 @@
Name: libabigail
Version: 1.6
Release: 2
Release: 3
Summary: ABI generic analysis and instrumentation library
License: LGPLv3+
URL: https://sourceware.org/libabigail/
@ -9,7 +9,6 @@ Source0: http://mirrors.kernel.org/sourceware/libabigail/libabigail-
BuildRequires: gcc-c++ libtool elfutils-devel libxml2-devel doxygen
BuildRequires: python3-sphinx texinfo dos2unix dpkg python3-devel python3-rpm
BuildRequires: python3-mock python3-unittest2 python3-pyxdg wget mailcap
Requires: python3-pyxdg python3-rpm koji python3 >= 3.6 wget mailcap
%description
The libabigail aims at providing a C++ library for constructing, serializing and de-serializing
@ -94,5 +93,8 @@ fi
%doc doc/manuals/html/* README AUTHORS ChangeLog
%changelog
* Thu Jul 30 2020 Shinwell Hu <micromotive@qq.com> - 1.6-3
- Remove extra Requires.
* Mon Jun 8 2020 leiju <leiju4@huawei.com> - 1.6-2
- Package init