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

rpm-maven-plugin on Mac OS X produces invalid RPMs #3657

Closed
joschi opened this issue Mar 27, 2017 · 1 comment
Closed

rpm-maven-plugin on Mac OS X produces invalid RPMs #3657

joschi opened this issue Mar 27, 2017 · 1 comment
Assignees
Milestone

Comments

@joschi
Copy link
Contributor

joschi commented Mar 27, 2017

It seems like the rpm-maven-plugin produces RPMs which are not usable with (CentOS) Linux when run on Mac OS X.

The graylog-plugin-parent should ensure that the RPMs can be installed on (CentOS) Linux even when being run on different operating systems.

See Graylog2/graylog-plugin-threatintel#28 for a related issue and http://stackoverflow.com/a/21644577/49505 for a related StackOverflow answer.

@joschi
Copy link
Contributor Author

joschi commented Mar 27, 2017

Hints for testing:

(host system) # docker run --rm -it -v /path/to/rpm:/rpm centos:7 /bin/bash
(inside container) # rpm -i /rpm/filename.rpm

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

2 participants