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

Fix erroneous conflicts for munge packaging #359

Closed
koomie opened this issue Jan 11, 2017 · 1 comment
Closed

Fix erroneous conflicts for munge packaging #359

koomie opened this issue Jan 11, 2017 · 1 comment
Assignees
Milestone

Comments

@koomie
Copy link
Contributor

koomie commented Jan 11, 2017

From the email lists, a user noticed an issue regarding conflicts for the munge packaging:

* Found 3 pre-existing rpmdb problem(s), 'yum check' output follows:
munge-devel-ohpc-0.5.12-15.1.x86_64 has installed conflicts munge-devel:
munge-devel-ohpc-0.5.12-15.1.x86_64
munge-libs-ohpc-0.5.12-15.1.x86_64 has installed conflicts munge-libs:
munge-libs-ohpc-0.5.12-15.1.x86_64
munge-ohpc-0.5.12-15.1.x86_64 has installed conflicts munge:
munge-ohpc-0.5.12-15.1.x86_64

Upon inspection, this is due to the package conflicting itself (it both conflicts and provides munge). It should be updated to only conflict as the intent was to avoid confusion with the distro-provided version of munge.

@koomie koomie added the bug label Jan 11, 2017
@koomie koomie added this to the 1.2.1 milestone Jan 11, 2017
@koomie koomie self-assigned this Jan 11, 2017
@koomie
Copy link
Contributor Author

koomie commented Jan 11, 2017

After removal of the self-conflicting statements, can confirm that no conflicts are seen post-installation from the latest CI run:

# rpm -qa | grep munge
munge-libs-ohpc-0.5.12-18.1.x86_64
munge-ohpc-0.5.12-18.1.x86_64
munge-devel-ohpc-0.5.12-18.1.x86_64
slurm-munge-ohpc-16.05.5-25.2.x86_64

# yum check
Loaded plugins: fastestmirror
check all
#

@koomie koomie closed this as completed Jan 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant