From be78829645c6e27fba2c1bd27e1c6d7cd9b09e5e Mon Sep 17 00:00:00 2001 From: tong_1001 Date: Tue, 23 Mar 2021 15:45:47 +0800 Subject: [PATCH] add debuginf and debugsource --- python-kmod.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/python-kmod.spec b/python-kmod.spec index 0501234..853e468 100644 --- a/python-kmod.spec +++ b/python-kmod.spec @@ -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 - 0.9.1-3 +- Type:bufix +- CVE:NA +- SUG:NA +- DESC:add debuginf and debugsource + * Fri Oct 30 2020 wuchaochao - 0.9.1-2 - Type:bufix - CVE:NA