From 5c7bb4746053181f917d9df92f7e83f6e6155e5c Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 30 Jun 2026 11:56:06 +0300 Subject: [PATCH] fix: match new %dir %{templatedir}/80-rhel ownership line in %files RHEL 10.3-2 (RHEL-163726) added explicit directory ownership '%dir %{templatedir}/80-rhel' to the %files section, which broke the ReplaceAction (No changes made). Add the line to find/replace so the AlmaLinux subpackage %files block is appended again. --- config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.yaml b/config.yaml index 8d7073c..06e7758 100644 --- a/config.yaml +++ b/config.yaml @@ -96,10 +96,12 @@ actions: find: | %files %dir %{templatedir} + %dir %{templatedir}/80-rhel %{templatedir}/80-rhel/* replace: | %files %dir %{templatedir} + %dir %{templatedir}/80-rhel %{templatedir}/80-rhel/* %files -n lorax-templates-almalinux -- 2.47.3