add option p1 to command autosetup in spec

Signed-off-by: yixiangzhike <yixiangzhike007@163.com>
This commit is contained in:
yixiangzhike 2022-10-19 13:44:36 +08:00
parent 4a46c8da6a
commit f5ce0e7061

View File

@ -1,6 +1,6 @@
Name: authd
Version: 1.4.4
Release: 2
Release: 3
Summary: A RFC 1413 ident protocol daemon
License: GPLv2+
URL: https://github.com/InfrastructureServices/authd
@ -27,7 +27,7 @@ as well as the more popular features of pidentd.
%package_help
%prep
%autosetup -n %{name}-%{version}
%autosetup -n %{name}-%{version} -p1
%build
CFLAGS=$RPM_OPT_FLAGS make prefix=%{_prefix}
@ -76,6 +76,9 @@ chmod o-rw %{_sysconfdir}/ident.key
%doc rfc1413.txt
%changelog
* Wed Oct 19 2022 yixiangzhike <yixiangzhike007@163.com> - 1.4.4-3
- Add option p1 to command autosetup in spec
* Wed Apr 27 2022 yixiangzhike <yixiangzhike007@163.com> - 1.4.4-2
- Update the hash function for key derivation to SHA256