Update conmon to 2.0.2
This is minor release with minor bug fixes and improvements.
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R4786:89b11b95c9f2: Update conmon to 2.0.2
Tested through podman.
Diff Detail
Diff Detail
- Repository
- R4786 conmon
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
If this change is required for your podman update, please ensure you use Phabricator's stack feature. No explanation was also given as to why conmon is being added into that podman path either, or if that's a symlink to /usr/bin/conmon (and if not, why isn't it?)
Comment Actions
it is not required by podman, but it is recommended. Podman will search for conmon first in libexec path, if it doesn't find it there, then it search it in few other predefined locations, and lastly it looks in PATH. So, this is just a bonus, if you think this is unnecessary, can remove 'podman' from %make_install command.
Comment Actions
It's a copy and not symlink in libexec, so. I will remove it because it is unnecessary.