add kmod-libs,perl,and gcc BuildRequires

This commit is contained in:
yangl777 2021-06-23 15:05:07 +08:00
parent 5bc63feb7b
commit 63d1048ce7

View File

@ -1,11 +1,12 @@
Name: python-kmod Name: python-kmod
Version: 0.9.1 Version: 0.9.1
Release: 3 Release: 4
Summary: Python module to work with kernel modules Summary: Python module to work with kernel modules
License: LGPLv2+ License: LGPLv2+
URL: https://github.com/agrover/python-kmod/ URL: https://github.com/agrover/python-kmod/
Source0: https://files.pythonhosted.org/packages/source/k/kmod/kmod-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/k/kmod/kmod-%{version}.tar.gz
BuildRequires: python3-devel python3-Cython python3 kmod-devel python3-unversioned-command BuildRequires: python3-devel python3-Cython python3 kmod-devel python3-unversioned-command
BuildRequires: kmod-libs perl gcc
%global _description\ %global _description\
Python bindings for kmod/libkmod. \ Python bindings for kmod/libkmod. \
@ -39,6 +40,12 @@ Summary: Python module to work with kernel modules
%doc README %doc README
%changelog %changelog
* Wed Jun 23 2021 shangyibin <shangyibin1@huawei.com> - 0.9.1-4
- Type:bufix
- CVE:NA
- SUG:NA
- DESC:add kmod-libs,perl,and gcc BuildRequires
* Tue Mar 23 2021 shixuantong <shixuantong@huawei.com> - 0.9.1-3 * Tue Mar 23 2021 shixuantong <shixuantong@huawei.com> - 0.9.1-3
- Type:bufix - Type:bufix
- CVE:NA - CVE:NA