gao-yan / pacemaker-mgmt

Pacemaker-mgmt is a server/client GUI to manage pacemaker based HA solution
http://www.clusterlabs.org
4 stars 11 forks source link

make rpm option #7

Open sammcj opened 9 years ago

sammcj commented 9 years ago

I'm wondering how hard it would be to add the option of building an rpm package for pacemaker-mgmt and whether this could perhaps be added into the Makefile options?

I would submit a PR for this however I must admit I am not at all experienced in building rpms.

gao-yan commented 9 years ago

I guess the hardest part is to figure out the dependencies for it to build against different distributions. I haven't tried to build it on a non-suse system yet. But the spec file from the following should be a good example to start with: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker-mgmt

Patches are welcome :-) Thanks.