diff --git a/open-isns.spec b/open-isns.spec index 7708abf23cc1ef7f94b6f6beb3bd0547324343cd..edbb039402dfb85cd64e2e4167e96d82dc8e8f7b 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