|
1 | 1 | Name: python-kmod |
2 | | -License: LGPLv2+ |
| 2 | +License: LGPL-2.0-or-later |
3 | 3 | Vendor: Microsoft Corporation |
4 | 4 | Distribution: Azure Linux |
5 | 5 | Summary: Python module to work with kernel modules |
6 | | -Version: 0.9 |
7 | | -Release: 28%{?dist} |
8 | | -URL: https://github.com/agrover/python-kmod/ |
9 | | -Source0: https://github.com/downloads/agrover/%{name}/%{name}-%{version}.tar.gz |
| 6 | +Version: 0.9.2 |
| 7 | +Release: 7%{?dist} |
| 8 | +URL: https://github.com/maurizio-lombardi/python-kmod/ |
| 9 | +Source0: https://github.com/maurizio-lombardi/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz |
10 | 10 | BuildRequires: gcc |
11 | | -BuildRequires: python3-devel |
12 | 11 | BuildRequires: python3-Cython |
| 12 | +BuildRequires: python3-devel |
| 13 | +BuildRequires: python3-setuptools |
13 | 14 | BuildRequires: python3 |
14 | 15 | BuildRequires: kmod-devel |
15 | 16 |
|
@@ -41,8 +42,63 @@ Linux kernel modules, using libkmod. |
41 | 42 | %doc COPYING.LESSER README |
42 | 43 |
|
43 | 44 | %changelog |
44 | | -* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.9-28 |
45 | | -- Initial CBL-Mariner import from Fedora 32 (license: MIT). |
| 45 | +* Fri Dec 20 2024 Akhila Guruju <v-guakhila@microsoft.com> - 0.9.2-7 |
| 46 | +- Initial Azure Linux import from Fedora 41 (license: MIT). |
| 47 | +- License verified. |
| 48 | + |
| 49 | +* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-6 |
| 50 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild |
| 51 | + |
| 52 | +* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.9.2-5 |
| 53 | +- Rebuilt for Python 3.13 |
| 54 | + |
| 55 | +* Mon Feb 12 2024 Maurizio Lombardi <mlombard@redhat.com> - 0.9.2-4 |
| 56 | +- migrated to SPDX license |
| 57 | + |
| 58 | +* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-3 |
| 59 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |
| 60 | + |
| 61 | +* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-2 |
| 62 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |
| 63 | + |
| 64 | +* Tue Aug 01 2023 Maurizio Lombardi - 0.9.2-1 |
| 65 | +- Release a new version and take over maintainership upstream |
| 66 | + |
| 67 | +* Mon Jul 24 2023 Maurizio Lombardi - 0.9-39 |
| 68 | +- Build for Cython < 3 |
| 69 | + |
| 70 | +* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-38 |
| 71 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild |
| 72 | + |
| 73 | +* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.9-37 |
| 74 | +- Rebuilt for Python 3.12 |
| 75 | + |
| 76 | +* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-36 |
| 77 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild |
| 78 | + |
| 79 | +* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-35 |
| 80 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild |
| 81 | + |
| 82 | +* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.9-34 |
| 83 | +- Rebuilt for Python 3.11 |
| 84 | + |
| 85 | +* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-33 |
| 86 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild |
| 87 | + |
| 88 | +* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-32 |
| 89 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild |
| 90 | + |
| 91 | +* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.9-31 |
| 92 | +- Rebuilt for Python 3.10 |
| 93 | + |
| 94 | +* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-30 |
| 95 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild |
| 96 | + |
| 97 | +* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-29 |
| 98 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild |
| 99 | + |
| 100 | +* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.9-28 |
| 101 | +- Rebuilt for Python 3.9 |
46 | 102 |
|
47 | 103 | * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-27 |
48 | 104 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |
|
0 commit comments