From f5ce0e7061c7d14987dad934e4f0292e67ed8db1 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Wed, 19 Oct 2022 13:44:36 +0800 Subject: [PATCH] add option p1 to command autosetup in spec Signed-off-by: yixiangzhike --- authd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/authd.spec b/authd.spec index 0334e4c..d94f5fe 100644 --- a/authd.spec +++ b/authd.spec @@ -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 - 1.4.4-3 +- Add option p1 to command autosetup in spec + * Wed Apr 27 2022 yixiangzhike - 1.4.4-2 - Update the hash function for key derivation to SHA256