!8 add debuginf and debugsource
From: @tong_1001 Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
5bc63feb7b
@ -1,7 +1,6 @@
|
|||||||
%define debug_package %{nil}
|
|
||||||
Name: python-kmod
|
Name: python-kmod
|
||||||
Version: 0.9.1
|
Version: 0.9.1
|
||||||
Release: 2
|
Release: 3
|
||||||
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/
|
||||||
@ -26,10 +25,10 @@ Summary: Python module to work with kernel modules
|
|||||||
%autosetup -n kmod-%{version} -p1
|
%autosetup -n kmod-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python3} setup.py build
|
%py3_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__python3} setup.py install --skip-build --root %{buildroot}
|
%py3_install
|
||||||
|
|
||||||
%files -n python3-kmod
|
%files -n python3-kmod
|
||||||
%{python3_sitearch}/kmod/
|
%{python3_sitearch}/kmod/
|
||||||
@ -40,6 +39,12 @@ Summary: Python module to work with kernel modules
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 30 2020 wuchaochao <wuchaochao4@huawei.com> - 0.9.1-2
|
||||||
- Type:bufix
|
- Type:bufix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user