From 0652da3b079612ac7c3b514f822d409075aabea9 Mon Sep 17 00:00:00 2001 From: Lai Hangliang Date: Thu, 2 Feb 2023 23:21:01 +0800 Subject: [PATCH] kmod build with openssl3.0 --- kmod.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kmod.spec b/kmod.spec index 424c60f..52ca301 100644 --- a/kmod.spec +++ b/kmod.spec @@ -1,6 +1,6 @@ Name: kmod Version: 30 -Release: 2 +Release: 3 Summary: Kernel module management # GPLv2+ is used by programs, LGPLv2+ is used for libraries. License: GPLv2+ and LGPLv2+ @@ -117,3 +117,6 @@ install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/depmod.d/dist.conf %doc TODO NEWS README.md %changelog + +* Thu Feb 2 2023 Lai Hangliang - 30-3 +- kmod: build with openssl3.0 -- Gitee