-
Notifications
You must be signed in to change notification settings - Fork 42
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
RPM specfile cleanup #246
Conversation
4df8061
to
3d18353
Compare
src/install/lsc-core.spec
Outdated
%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 |
There was a problem hiding this comment.
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:
- remove: (this file does not exist anymore)
%config(noreplace) %{_sysconfdir}/default/lsc
- add:
%config(noreplace) %{_sysconfdir}/default/lsc-sync
%config(noreplace) %{_sysconfdir}/default/lsc-async
All other modification seems, ok. Thanks for you hard work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, fixed.
3d18353
to
fafea4a
Compare
fafea4a
to
2eac030
Compare
- Add a comment - Suppress shell - Change home directory to /var/lib/lsc
265f0f3
to
7cf6d49
Compare
7cf6d49
to
d94b38c
Compare
d94b38c
to
afb4ed2
Compare
da97f8b
to
3def7ef
Compare
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. |
Extensive RPM specfile cleanup.
Closes #265