add PKCS7/openssl support (rhbz 1320921)
Signed-off-by: Yauheni Kaliuta <ykaliuta@fedoraproject.org>
This commit is contained in:
parent
b159b7c148
commit
434a6d5d65
@ -1,6 +1,6 @@
|
|||||||
Name: kmod
|
Name: kmod
|
||||||
Version: 26
|
Version: 26
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Linux kernel module management utilities
|
Summary: Linux kernel module management utilities
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -14,6 +14,7 @@ BuildRequires: chrpath
|
|||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: xz-devel
|
BuildRequires: xz-devel
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
|
BuildRequires: openssl-devel
|
||||||
|
|
||||||
Provides: module-init-tools = 4.0-1
|
Provides: module-init-tools = 4.0-1
|
||||||
Obsoletes: module-init-tools < 4.0-1
|
Obsoletes: module-init-tools < 4.0-1
|
||||||
@ -47,6 +48,7 @@ applications that wish to load or unload Linux kernel modules.
|
|||||||
%build
|
%build
|
||||||
export V=1
|
export V=1
|
||||||
%configure \
|
%configure \
|
||||||
|
--with-openssl \
|
||||||
--with-zlib \
|
--with-zlib \
|
||||||
--with-xz
|
--with-xz
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -101,6 +103,9 @@ install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/weak-modules
|
|||||||
%{_libdir}/libkmod.so
|
%{_libdir}/libkmod.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 24 2019 Yauheni Kaliuta <ykaliuta@fedoraproject.org> - 26-2
|
||||||
|
- add PKCS7/openssl support (rhbz 1320921)
|
||||||
|
|
||||||
* Sun Feb 24 2019 Yauheni Kaliuta <ykaliuta@fedoraproject.org> - 26-1
|
* Sun Feb 24 2019 Yauheni Kaliuta <ykaliuta@fedoraproject.org> - 26-1
|
||||||
- Update to version 26 (rhbz 1673749)
|
- Update to version 26 (rhbz 1673749)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user