We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The commit ff12270 added logic to unlink the ziti-edge-tunnel.service unit file in the post.sh script here.
ziti-edge-tunnel.service
post.sh
This causes the RPM database to list this file as missing since it is marked with %config in the generated RPM Spec file.
%config
sudo rpm -V ziti-edge-tunnel .M....G.. /opt/openziti/etc/identities missing c /opt/openziti/share/ziti-edge-tunnel.service .M...UG.. /var/lib/ziti
Perhaps adding it to the CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION might work if desired.
CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION
The text was updated successfully, but these errors were encountered:
blocked by #965
Sorry, something went wrong.
No branches or pull requests
The commit ff12270 added logic to unlink the
ziti-edge-tunnel.service
unit file in thepost.sh
script here.This causes the RPM database to list this file as missing since it is marked with
%config
in the generated RPM Spec file.Perhaps adding it to the
CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION
might work if desired.The text was updated successfully, but these errors were encountered: