rebuilt with openssl 3.0.1 [release 29-2mamba;Sat Dec 25 2021]
This commit is contained in:
parent
bf00894490
commit
a7d145e809
@ -1,11 +1,11 @@
|
|||||||
Name: kmod
|
Name: kmod
|
||||||
Version: 29
|
Version: 29
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Utilities for Linux kernel module handling
|
Summary: Utilities for Linux kernel module handling
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
|
URL: https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
|
||||||
Source0: http://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-%{version}.tar.xz
|
Source0: http://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-%{version}.tar.xz
|
||||||
Patch0: kmod-13-arm-upstream-null-pointer-fix.patch
|
Patch0: kmod-13-arm-upstream-null-pointer-fix.patch
|
||||||
@ -18,6 +18,7 @@ BuildRequires: libopenssl-devel
|
|||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: libzstd-devel
|
BuildRequires: libzstd-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libopenssl-devel >= 3.0.1
|
||||||
Requires: libkmod = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: libkmod = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: module-init-tools
|
Provides: module-init-tools
|
||||||
Obsoletes: module-init-tools < 28
|
Obsoletes: module-init-tools < 28
|
||||||
@ -148,6 +149,9 @@ rm -f %{buildroot}%{_libdir}/libkmod.la
|
|||||||
%doc NEWS README TODO README.libkmod
|
%doc NEWS README TODO README.libkmod
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 29-2mamba
|
||||||
|
- rebuilt with openssl 3.0.1
|
||||||
|
|
||||||
* Fri May 21 2021 Automatic Build System <autodist@mambasoft.it> 29-1mamba
|
* Fri May 21 2021 Automatic Build System <autodist@mambasoft.it> 29-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user