add debuginf and debugsource

This commit is contained in:
tong_1001 2021-03-23 15:45:47 +08:00
parent 9fafa54650
commit be78829645

View File

@ -1,7 +1,6 @@
%define debug_package %{nil}
Name: python-kmod
Version: 0.9.1
Release: 2
Release: 3
Summary: Python module to work with kernel modules
License: LGPLv2+
URL: https://github.com/agrover/python-kmod/
@ -26,10 +25,10 @@ Summary: Python module to work with kernel modules
%autosetup -n kmod-%{version} -p1
%build
%{__python3} setup.py build
%py3_build
%install
%{__python3} setup.py install --skip-build --root %{buildroot}
%py3_install
%files -n python3-kmod
%{python3_sitearch}/kmod/
@ -40,6 +39,12 @@ Summary: Python module to work with kernel modules
%doc README
%changelog
* Tue Mar 23 2021 shixuantong <shixuantong@huawei.com> - 0.9.1-3
- Type:bufix
- CVE:NA
- SUG:NA
- DESC:add debuginf and debugsource
* Fri Oct 30 2020 wuchaochao <wuchaochao4@huawei.com> - 0.9.1-2
- Type:bufix
- CVE:NA