Skip to content

Commit

Permalink
squash! spec: make actor_conf.d before trying to place there stuff
Browse files Browse the repository at this point in the history
Ensure the /etc/leapp/actor_conf.d/ directory is part of the rpm.
Ensure that any possible files delivered by the rpm inside the
directory will be marked as configs.
  • Loading branch information
pirat89 committed Nov 11, 2024
1 parent 8c378f6 commit 99d1afc
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 @@ -294,16 +294,17 @@ done;
%license LICENSE
%dir %{_sysconfdir}/leapp/transaction
%dir %{_sysconfdir}/leapp/files
%dir %{_sysconfdir}/leapp/actor_conf.d
%dir %{leapp_datadir}
%dir %{repositorydir}
%dir %{custom_repositorydir}
%dir %{leapp_python_sitelib}/leapp/cli/commands
%config %{_sysconfdir}/leapp/files/*
%config %{_sysconfdir}/leapp/actor_conf.d/*
%{_sysconfdir}/leapp/repos.d/*
%{_sysconfdir}/leapp/transaction/*
%{repositorydir}/*
%{leapp_python_sitelib}/leapp/cli/commands/*
%{_sysconfdir}/leapp/actor_conf.d/*


%files -n %{lpr_name}-deps
Expand Down

0 comments on commit 99d1afc

Please sign in to comment.