From 943175ecfb0630d2783e99a000f08f8c43c8fa63 Mon Sep 17 00:00:00 2001 From: Julien Rische Date: Fri, 12 Jul 2024 17:14:15 +0200 Subject: [PATCH] krb5 1.21.3-2 - Do not include files with "~" termination in krb5-tests Resolves: RHEL-45995 Signed-off-by: Julien Rische --- krb5.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/krb5.spec b/krb5.spec index 2352e0c..0b276bf 100644 --- a/krb5.spec +++ b/krb5.spec @@ -10,7 +10,7 @@ # # baserelease is what we have standardized across Fedora and what # rpmdev-bumpspec knows how to handle. -%global baserelease 1 +%global baserelease 2 # This should be e.g. beta1 or %%nil %global pre_release %nil @@ -508,7 +508,7 @@ install -pdm 755 $RPM_BUILD_ROOT%{_datarootdir}/%{name}-tests/%{_arch} pushd src cp -p --parents -t "$RPM_BUILD_ROOT%{_datarootdir}/%{name}-tests/%{_arch}/" \ $(find . -type f -exec file -i "{}" + \ - | sed -ne 's|^\./\([^:]\+\): \+text/.\+$|\1|p') + | sed -ne 's|^\./\([^:]\+\): \+text/.\+$|\1|p' | grep -Ev '~$') popd # Copy binary test files @@ -717,6 +717,10 @@ exit 0 %{_datarootdir}/%{name}-tests/%{_arch} %changelog +* Fri Jul 12 2024 Julien Rische - 1.21.3-2 +- Do not include files with "~" termination in krb5-tests + Resolves: RHEL-45995 + * Fri Jul 12 2024 Julien Rische - 1.21.3-1 - New upstream version (1.21.3) - CVE-2024-37370 CVE-2024-37371 @@ -730,8 +734,6 @@ exit 0 Resolves: RHEL-47285 - Make TCP waiting time configurable Resolves: RHEL-47278 -- Do not include files with "~" termination in krb5-tests - Resolves: RHEL-45995 * Mon Jun 24 2024 Troy Dawson - 1.21.2-7 - Bump release for June 2024 mass rebuild