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
This commit is contained in:
Frantisek Krenzelok 2024-08-12 10:45:40 +02:00
parent e360c102c0
commit 6c33b26707

View File

@ -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"