Add BuildRequires:make
This commit is contained in:
parent
2402458747
commit
c92eee6d36
@ -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 <yixiangzhike007@163.com> - 1.4.4-4
|
||||
- Add BuildRequires:make
|
||||
|
||||
* Wed Oct 19 2022 yixiangzhike <yixiangzhike007@163.com> - 1.4.4-3
|
||||
- Add option p1 to command autosetup in spec
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user