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
fluent-package v5.0.0 and v5.0.1try to remove User and Group at uninstalling.
the codes in %postun:
%postun
fluent-package-builder/fluent-package/yum/fluent-package.spec.in
Lines 287 to 305 in bf66110
This behavior is added in the following fix:
It looks like it was influenced by the implementation of apt purge .
apt purge
For dnf/yum remove, we can't remove User and Group. The files in /var/log/fluent/ and /etc/fluent/ remain, and they will be used after reinstalling.
dnf/yum remove
/var/log/fluent/
/etc/fluent/
If the previous Use or Group is removed, fluent-package creates a new one, and it causes errors in accessing those files.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
fluent-package v5.0.0 and v5.0.1try to remove User and Group at uninstalling.
the codes in
%postun
:fluent-package-builder/fluent-package/yum/fluent-package.spec.in
Lines 287 to 305 in bf66110
This behavior is added in the following fix:
It looks like it was influenced by the implementation of
apt purge
.For
dnf/yum remove
, we can't remove User and Group.The files in
/var/log/fluent/
and/etc/fluent/
remain, and they will be used after reinstalling.If the previous Use or Group is removed, fluent-package creates a new one, and it causes errors in accessing those files.
The text was updated successfully, but these errors were encountered: