!15 【Mainline】add option p1 to command autosetup in spec

From: @yixiangzhike 
Reviewed-by: @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
This commit is contained in:
openeuler-ci-bot 2022-10-19 08:15:15 +00:00 committed by Gitee
commit 2402458747
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: authd Name: authd
Version: 1.4.4 Version: 1.4.4
Release: 2 Release: 3
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
@ -27,7 +27,7 @@ as well as the more popular features of pidentd.
%package_help %package_help
%prep %prep
%autosetup -n %{name}-%{version} %autosetup -n %{name}-%{version} -p1
%build %build
CFLAGS=$RPM_OPT_FLAGS make prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS make prefix=%{_prefix}
@ -76,6 +76,9 @@ chmod o-rw %{_sysconfdir}/ident.key
%doc rfc1413.txt %doc rfc1413.txt
%changelog %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 * Wed Apr 27 2022 yixiangzhike <yixiangzhike007@163.com> - 1.4.4-2
- Update the hash function for key derivation to SHA256 - Update the hash function for key derivation to SHA256