Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPM specfile cleanup #246

Merged
merged 34 commits into from
Jan 26, 2024
Merged

Conversation

xavierba
Copy link
Contributor

@xavierba xavierba commented Nov 6, 2023

Extensive RPM specfile cleanup.

Closes #265

%dir %{_sysconfdir}/lsc/sql-map-config.d/
%config(noreplace) %{_sysconfdir}/lsc/sql-map-config.d/InetOrgPerson.xml
%config(noreplace) %{_sysconfdir}/cron.d/lsc
%config(noreplace) %{_sysconfdir}/default/lsc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think some lines have been dropped during the rebase.

Here we should:

  1. remove: (this file does not exist anymore)
%config(noreplace) %{_sysconfdir}/default/lsc
  1. add:
%config(noreplace) %{_sysconfdir}/default/lsc-sync
%config(noreplace) %{_sysconfdir}/default/lsc-async

All other modification seems, ok. Thanks for you hard work!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, fixed.

@xavierba xavierba force-pushed the specfile_cleanup branch 4 times, most recently from 265f0f3 to 7cf6d49 Compare January 26, 2024 10:44
@davidcoutadeur
Copy link
Contributor

I have done a complete review and testing of this issue. For me, it can merged.

@coudot
Copy link
Member

coudot commented Jan 26, 2024

I have done a complete review and testing of this issue. For me, it can merged.

Feel free to merge it, it's ok for me too.

@davidcoutadeur davidcoutadeur merged commit 7c45472 into lsc-project:master Jan 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RPM specfile cleanup
3 participants