Skip to content

Commit

Permalink
Remove /etc/leapp/files from RPM files
Browse files Browse the repository at this point in the history
These files are provided by leapp-data packages in the AlmaLinux scheme.
  • Loading branch information
prilr committed Feb 23, 2024
1 parent 06382e6 commit c0fdf61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packaging/leapp-repository.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit c0fdf61

Please sign in to comment.