upgrade to kmod-30

This commit is contained in:
liqingqing_1229 2022-07-26 14:32:05 +08:00
parent 504395adca
commit c72a878b92
3 changed files with 6 additions and 10 deletions

Binary file not shown.

BIN
kmod-30.tar.xz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: kmod
Version: 29
Release: 5
Version: 30
Release: 1
Summary: Kernel module management
# GPLv2+ is used by programs, LGPLv2+ is used for libraries.
License: GPLv2+ and LGPLv2+
@ -9,13 +9,6 @@ Source0: https://www.kernel.org/pub/linux/utils/kernel/kmod/%{name}-%{ver
Source1: weak-modules
Source2: depmod.conf.dist
Patch1: 0001-libkmod-module-check-new_from_name-return-value-in-g.patch
Patch2: 0002-Module-replace-the-module-with-new-module.patch
Patch3: 0003-Module-suspend-the-module-by-rmmod-r-option.patch
Patch4: 0004-don-t-check-module-s-refcnt-when-rmmod-with-r.patch
Patch9000: Support-to-display-sm3-sig_hashalgo.patch
BuildRequires: gcc chrpath zlib-devel xz-devel libxslt openssl-devel
Provides: module-init-tools = 4.0-1
@ -119,9 +112,12 @@ install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/depmod.d/dist.conf
%attr(0644,root,root) %{_mandir}/man5/*.5*
%attr(0644,root,root) %{_mandir}/man8/*.8*
%doc TODO NEWS README
%doc TODO NEWS README.md
%changelog
* Tue Jul 26 2022 Qingqing Li <liqingqing3@huawei.com> - 30-1
- upgrade to kmod-30
* Wed Jun 29 2022 luhuaxin <luhuaxin1@huawei.com> - 29-5
- support to display sm3 sig_hashalgo