Add BuildRequires:make

This commit is contained in:
yixiangzhike 2024-07-31 11:59:38 +08:00
parent 2402458747
commit c92eee6d36

View File

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