From 92486c00633ce38c1db882e26db1ae76cf58e5b5 Mon Sep 17 00:00:00 2001 From: yang-yulong-007 <528553518@qq.com> Date: Tue, 26 Dec 2023 10:29:39 +0800 Subject: [PATCH] submit test --- krb5.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/krb5.spec b/krb5.spec index 135320f..83c56f7 100644 --- a/krb5.spec +++ b/krb5.spec @@ -2,8 +2,8 @@ %global WITH_DIRSRV 1 Name: krb5 -Version: 1.19.2 -Release: 11 +Version: 1.20.1 +Release: 1 Summary: The Kerberos network authentication protocol License: MIT URL: http://web.mit.edu/kerberos/www/ @@ -53,7 +53,7 @@ BuildRequires: nss_wrapper socket_wrapper keyutils, keyutils-libs-devel BuildRequires: lmdb-devel Obsoletes: libkadm5 < %{version}-%{release} -Provides: libkadm5 = %{version}-%{release} +Provides: libkadm5 = %{version}-%{release} test_provides = 7.0 krb5_test_provides %description Kerberos is a network authentication protocol. @@ -206,7 +206,8 @@ rm -vrf %{buildroot}/%{_datadir}/examples rm -vf %{buildroot}/%{_libdir}/krb5/plugins/preauth/test.so find %buildroot -type f \( -name '*.so' -o -name '*.so.*' \) -exec chmod 755 {} + - +touch $RPM_BUILD_ROOT/%{_bindir}/test_cmd +touch $RPM_BUILD_ROOT/%{_libdir}/test_file.txt %find_lang mit-krb5 @@ -251,6 +252,7 @@ make -C src check || : %dir %{_libdir}/krb5 %dir %{_libdir}/krb5/plugins %dir %{_libdir}/krb5/plugins/* +%{_libdir}/test_file.txt %{_libdir}/krb5/plugins/preauth/spake.so %{_libdir}/krb5/plugins/tls/k5tls.so %dir %{_var}/kerberos @@ -319,6 +321,7 @@ make -C src check || : %{_bindir}/sim_client %{_bindir}/gss-client %{_bindir}/uuclient +%{_bindir}/test_cmd %{_sbindir}/sim_server %{_sbindir}/gss-server %{_sbindir}/uuserver @@ -333,6 +336,9 @@ make -C src check || : %changelog +* Tue Dec 26 2023 yangyy - 1.20.1-1 +- submit issue + * Thu Nov 30 2023 zhangruifang - 1.19.2-11 - Backport patches from upstream community -- Gitee