From c0fdf61c1f004f1b40a48d30b73dcaaa9a08fd82 Mon Sep 17 00:00:00 2001 From: Roman Prilipskii Date: Fri, 23 Feb 2024 04:40:56 +0400 Subject: [PATCH] Remove /etc/leapp/files from RPM files These files are provided by leapp-data packages in the AlmaLinux scheme. --- packaging/leapp-repository.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/leapp-repository.spec b/packaging/leapp-repository.spec index cd51851717..bb45987aa5 100644 --- a/packaging/leapp-repository.spec +++ b/packaging/leapp-repository.spec @@ -215,7 +215,8 @@ install -m 0755 -d %{buildroot}%{_sysconfdir}/leapp/repos.d/ install -m 0755 -d %{buildroot}%{_sysconfdir}/leapp/transaction/ install -m 0755 -d %{buildroot}%{_sysconfdir}/leapp/files/ install -m 0644 etc/leapp/transaction/* %{buildroot}%{_sysconfdir}/leapp/transaction -install -m 0644 etc/leapp/files/* %{buildroot}%{_sysconfdir}/leapp/files +# In AlmaLinux-based Leapp, these files are served from the leapp-data packages. +# install -m 0644 etc/leapp/files/* %{buildroot}%{_sysconfdir}/leapp/files # install CLI commands for the leapp utility on the expected path install -m 0755 -d %{buildroot}%{leapp_python_sitelib}/leapp/cli/