From 6c33b26707d232472a1990950c71a83b7d9d34ba Mon Sep 17 00:00:00 2001 From: Frantisek Krenzelok Date: Mon, 12 Aug 2024 10:45:40 +0200 Subject: [PATCH] Remove a file left behind from debuging Related: RHEL-21094 This happens on a build system and won't affect the build process nor the target system --- ca-certificates.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/ca-certificates.spec b/ca-certificates.spec index 1c3cd95..728e2c1 100644 --- a/ca-certificates.spec +++ b/ca-certificates.spec @@ -295,7 +295,6 @@ trust extract --format=pem-directory-hash --filter=ca-anchors --overwrite \ # Create a temporary file with the list of (%ghost )files in the directory-hash. find $RPM_BUILD_ROOT%{catrustdir}/extracted/pem/directory-hash -type f,l > .files.txt sed -i "s|^$RPM_BUILD_ROOT|%ghost /|" .files.txt -cp .files.txt /tmp/.files.txt # Clean up the temporary module config. rm -f "$trust_module_config"