Add RPM spec file and Upstart file. Fix novnc in console#495
Add RPM spec file and Upstart file. Fix novnc in console#495retspen merged 2 commits intoretspen:masterfrom
Conversation
|
The file conf/init/webvirtmgr-redhat.conf is only in my branch, as you can see on my pull request the file is marked as new. Include the file in your repo then build rpm again. |
There was a problem hiding this comment.
Where this Django package is coming from? (pip, EPEL rpm?), because in https://github.com/retspen/webvirtmgr/blob/master/requirements.txt version is 1.5.5 (but this should not be a problem); just be careful that you are coupling this script to a specific version of Django, in a specific path. In this case I will add a comment.
BTW, everything is in /usr/lib/python2.6/site-packages/ should be already in the PYTHONPATH, or I'm wrong?
There was a problem hiding this comment.
This rpm works with EPEL package without any additional extra packages like pip. The versions are the same required in requirements.txt, I tested with version 1.5.6 and it works great. Anyway you fell free to add comment.
There was a problem hiding this comment.
If the target is CentOS 6 using EPEL then LGTM
Thanks for clarification!
There was a problem hiding this comment.
You're welcome! :)
The RPM is designed to work on cleaned RedHat-like system (RHEL, CentOS) installations. If you add EPEL repo, you have all tools necessary to work with ease.
Add RPM spec file and Upstart file. Fix novnc in console
No description provided.