From 42ffa51215ed8790cd095b56bff9c431da8a51eb Mon Sep 17 00:00:00 2001 From: Acccll Date: Tue, 2 Sep 2025 11:39:09 +0800 Subject: [PATCH] Enable security using libcrypt (cherry picked from commit df9c8c95b2aa5c2cac468139f848b01029c40d03) --- open-isns.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/open-isns.spec b/open-isns.spec index 7708abf..edbb039 100644 --- a/open-isns.spec +++ b/open-isns.spec @@ -1,6 +1,6 @@ Name: open-isns Version: 0.103 -Release: 1 +Release: 2 Summary: The iSNS server and client programs License: LGPL-2.1-or-later URL: https://github.com/open-iscsi/open-isns @@ -9,7 +9,7 @@ Source0: https://github.com/open-iscsi/open-isns/archive/refs/tags/v%{ver Patch0001: 0001-Do-not-install-isnsd.socket-in-isnsd.service.patch BuildRequires: gcc systemd meson -BuildRequires: systemd-devel +BuildRequires: openssl-devel systemd-devel Recommends: %{name}-help = %{version}-%{release} Requires(post): systemd-units Requires(preun): systemd-units @@ -46,7 +46,7 @@ This package consists of man files for iSNS %autosetup -n %{name}-%{version} -p1 %build -%meson -Dsecurity=disabled -Dslp=disabled +%meson -Dsecurity=enabled -Dslp=disabled %meson_build %check @@ -95,6 +95,9 @@ install -p -m 644 isnsd.service %{buildroot}%{_unitdir}/isnsd.service %{_mandir}/man8/* %changelog +* Tue Sep 2 2025 Acccll - 0.103-2 +- Enable security using libcrypt + * Tue Mar 25 2025 lvyy - 0.103-1 - Update to open-isns-0.103 version -- Gitee