|
|
|
@ -2,7 +2,7 @@ Name: python-kmod
|
|
|
|
|
License: LGPL-2.0-or-later
|
|
|
|
|
Summary: Python module to work with kernel modules
|
|
|
|
|
Version: 0.9.2
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
URL: https://github.com/maurizio-lombardi/python-kmod/
|
|
|
|
|
Source0: https://github.com/downloads/maurizio-lombardi/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
@ -40,6 +40,10 @@ Linux kernel modules, using libkmod.
|
|
|
|
|
%doc COPYING.LESSER README
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.9.2-6
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.9.2-5
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|