diff --git a/authd.spec b/authd.spec index d94f5fe..0aa7d16 100644 --- a/authd.spec +++ b/authd.spec @@ -1,6 +1,6 @@ Name: authd Version: 1.4.4 -Release: 3 +Release: 4 Summary: A RFC 1413 ident protocol daemon License: GPLv2+ URL: https://github.com/InfrastructureServices/authd @@ -13,6 +13,7 @@ Source2: auth@.service Patch0: backport-Update-the-hash-function-for-key-derivation-to-SHA256.patch BuildRequires: gcc openssl-devel gettext help2man systemd-units +BuildRequires: make Requires(post): openssl systemd-units Requires(preun): systemd-units Requires(postun): systemd-units @@ -76,6 +77,9 @@ chmod o-rw %{_sysconfdir}/ident.key %doc rfc1413.txt %changelog +* Wed Jul 31 2024 yixiangzhike - 1.4.4-4 +- Add BuildRequires:make + * Wed Oct 19 2022 yixiangzhike - 1.4.4-3 - Add option p1 to command autosetup in spec