Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bcfg2.spec: Add Utils.py | Sol Jerome | 2013-05-10 | 1 | -0/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | cherrypy blocker bug fixed in cherrypy 3.3, update specfile accordingly | Chris St. Pierre | 2013-04-15 | 1 | -2/+1 |
| | |||||
* | Version bump to 1.3.1v1.3.1 | Sol Jerome | 2013-03-21 | 2 | -7/+13 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | debian: Fix bcfg2-web apache configuration | Sol Jerome | 2013-03-21 | 2 | -1/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Version bump to 1.3.0v1.3.0 | Sol Jerome | 2013-03-15 | 2 | -8/+14 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-web: Fix wsgi configuration for SELinux | Sol Jerome | 2013-02-04 | 1 | -1/+1 |
| | | | | | | | | | This creates the wsgi socket in a location where httpd is allowed to write by default (at least on RHEL). Creating the socket in /etc/httpd/run will not work without allowing httpd_t to write to httpd_config_t:dir. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | divided up Bcfg2/*.py files appropriately amongst bcfg2/bcfg2-server RPMs | Chris St. Pierre | 2013-01-30 | 1 | -4/+15 |
| | |||||
* | Version bump to 1.3.0rc2v1.3.0rc2 | Sol Jerome | 2013-01-29 | 2 | -8/+14 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Version bump to 1.3.0rc1 | Sol Jerome | 2013-01-09 | 2 | -8/+14 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | removed obsolete schema doc XSLT stuff from spec files | Chris St. Pierre | 2012-12-19 | 1 | -2/+0 |
| | |||||
* | Version bump to 1.3.0pre2v1.3.0pre2 | Sol Jerome | 2012-10-30 | 2 | -8/+14 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2{,-selinux}.spec: Fix BuildRoot | Sol Jerome | 2012-10-30 | 2 | -10/+0 |
| | | | | | | | This should work in SUSE as well according to http://fox-eye.appspot.com/bugzilla.novell.com/728682. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | export.py: Add bcfg2-selinux spec file updates | Sol Jerome | 2012-10-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | broke selinux package into its own specfile | Chris St. Pierre | 2012-10-17 | 2 | -100/+135 |
| | |||||
* | Revert "added /var/run/bcfg2-server directory in spec files" | Chris St. Pierre | 2012-10-09 | 1 | -2/+0 |
| | | | | This reverts commit a20c012fca62bec92f3e99369ed6581485e8a153. | ||||
* | created separate bcfg2-server-cherrypy rpm for cherrypy backend | Chris St. Pierre | 2012-10-09 | 1 | -6/+49 |
| | |||||
* | Add django/south version minimum | Tim Laszlo | 2012-10-08 | 1 | -2/+2 |
| | |||||
* | remove bcfg2-report-collector chkconfig lines | Tim Laszlo | 2012-10-08 | 1 | -2/+0 |
| | |||||
* | add init script | Tim Laszlo | 2012-10-08 | 1 | -0/+5 |
| | |||||
* | Update rpm spec with new reports files | Tim Laszlo | 2012-10-08 | 1 | -2/+4 |
| | |||||
* | added /var/run/bcfg2-server directory in spec files | Chris St. Pierre | 2012-10-04 | 1 | -0/+2 |
| | |||||
* | fixed selinux rpm build | Chris St. Pierre | 2012-10-03 | 1 | -5/+33 |
| | |||||
* | added -selinux subpackage to rpm | Chris St. Pierre | 2012-10-03 | 1 | -12/+86 |
| | |||||
* | added python-daemon requires | Chris St. Pierre | 2012-09-05 | 1 | -0/+5 |
| | |||||
* | require python-sphinx >= 1.0 across the board | Chris St. Pierre | 2012-09-04 | 1 | -4/+4 |
| | |||||
* | bcfg2.spec: Fix django dep on OpenSUSE (#1124) | Christopher 'm4z' Holm | 2012-09-03 | 1 | -1/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Version bump to 1.3.0pre1 | Sol Jerome | 2012-08-31 | 1 | -4/+7 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | make bcfg2-server RPM require the identical version of bcfg2 (client) | Chris St. Pierre | 2012-08-23 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | bcfg2.spec: Fix rpmbuild errors | Sol Jerome | 2012-08-16 | 1 | -2/+0 |
| | | | | | | The egg-info files are built on versions < 2.5 also. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | added bcfg2-crypt to specfile | Chris St. Pierre | 2012-08-15 | 1 | -0/+1 |
| | |||||
* | added tools/ as doc for bcfg2-server RPM | Chris St. Pierre | 2012-08-15 | 1 | -2/+8 |
| | |||||
* | Version bump to 1.2.3 | Sol Jerome | 2012-08-15 | 1 | -3/+3 |
| | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: misc/bcfg2.spec setup.py | ||||
* | PY3K/PEP8 fixes | Sol Jerome | 2012-08-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | added CherryPy-based server core | Chris St. Pierre | 2012-07-19 | 1 | -4/+11 |
| | |||||
* | bcfg2.spec: Move python-nose dependency to bcfg2-server | Tim Laszlo | 2012-05-22 | 1 | -1/+1 |
| | |||||
* | bcfg2.spec: Copy build data instead of move | Tim Laszlo | 2012-05-22 | 1 | -2/+2 |
| | | | | | This fixes an issue building the rpm when /var/tmp is on another partition. | ||||
* | fixed missing %{buildroot} | Chris St. Pierre | 2012-04-27 | 1 | -1/+1 |
| | |||||
* | make %ghost work on RHEL 5, Mandriva | Chris St. Pierre | 2012-04-27 | 1 | -10/+7 |
| | |||||
* | better way to divine the path to python packages | Chris St. Pierre | 2012-04-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'maint' | Sol Jerome | 2012-04-19 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: src/sbin/bcfg2-info Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
| * | redhat: Remove stray % | Sol Jerome | 2012-04-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | rhel doesn't recognize Recommends tag either | Chris St. Pierre | 2012-04-13 | 1 | -2/+2 |
| | | |||||
* | | very minor specfile cleanup | Chris St. Pierre | 2012-04-13 | 1 | -54/+57 |
| | | |||||
* | | bcfg2-test requires nose | Chris St. Pierre | 2012-04-13 | 1 | -0/+1 |
|/ | |||||
* | Version bump to 1.2.2v1.2.2 | Sol Jerome | 2012-03-17 | 1 | -3/+3 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2.spec: Fix pythonpath detection on older versions of sphinx | Sol Jerome | 2012-03-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Add Fedora/Mandriva changes to static spec file. | Christopher 'm4z' Holm | 2012-02-18 | 1 | -1/+29 |
| | | | | (cherry picked from commit 9b0232fbf988263b987f89c89ca881b3fbd43e24) | ||||
* | Add openSUSE compatibility to static spec file. | Christopher 'm4z' Holm | 2012-02-17 | 1 | -21/+137 |
| | |||||
* | Redhat/SUSE: Remove the execution of 'rpm' in specfile | Jonathan Billings | 2012-01-30 | 1 | -10/+3 |
| | | | | | | | | Since both Red Hat and SuSE seem to have packages named python-lxml, there's no longer any need to have logic to use a package named 'lxml'. Using the 'rpm' command inside a spec file also breaks mock, so this will allow the spec to be used in build environments that use mock. | ||||
* | Remove extraneous '%changelog' in bcfg2.spec | Sol Jerome | 2012-01-29 | 1 | -1/+0 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> |