Update to version 0.9.2 and take over maintainership
Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
This commit is contained in:
parent
f198d1b403
commit
2671291b24
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/python-kmod-0.1.tar.gz
|
||||
/python-kmod-0.9.tar.gz
|
||||
/python-kmod-0.9.2.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
Name: python-kmod
|
||||
License: LGPLv2+
|
||||
Summary: Python module to work with kernel modules
|
||||
Version: 0.9
|
||||
Release: 39%{?dist}
|
||||
URL: https://github.com/agrover/python-kmod/
|
||||
Source0: https://github.com/downloads/agrover/%{name}/%{name}-%{version}.tar.gz
|
||||
Version: 0.9.2
|
||||
Release: 1%{?dist}
|
||||
URL: https://github.com/maurizio-lombardi/python-kmod/
|
||||
Source0: https://github.com/downloads/maurizio-lombardi/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: gcc
|
||||
BuildRequires: python3-Cython
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3dist(cython) < 3
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3
|
||||
BuildRequires: kmod-devel
|
||||
@ -40,6 +40,9 @@ Linux kernel modules, using libkmod.
|
||||
%doc COPYING.LESSER README
|
||||
|
||||
%changelog
|
||||
* Tue Aug 01 2023 Maurizio Lombardi - 0.9.2-1
|
||||
- Release a new version and take over maintainership upstream
|
||||
|
||||
* Mon Jul 24 2023 Maurizio Lombardi - 0.9-39
|
||||
- Build for Cython < 3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user