summaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* bcfg2.spec: Remove unnecessary lxml dependencySol Jerome2013-06-281-1/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* add bcfg2-report-collector init script to debian packageAlexander Sulfrian2013-06-131-1/+1
|
* miscellaneous specfile cleanupChris St. Pierre2013-06-031-4/+3
|
* Revert "bcfg2-admin: set appropriate return values on error"Chris St. Pierre2013-06-031-3/+4
| | | | | | This reverts commit dae8f399151052fd2a0ce43ac61a56f399a28252. Splitting this into two commits.
* bcfg2-admin: set appropriate return values on errorChris St. Pierre2013-06-031-4/+3
|
* misc: Updated doc package to buildrequire libs needed to build full docsChris St. Pierre2013-05-231-0/+21
|
* misc: Updated server package to require pyinotify, not gaminChris St. Pierre2013-05-221-1/+2
|
* bcfg2-selinux.spec: Fail silently when missing prerequisitesSol Jerome2013-05-201-1/+1
| | | | | | | | | | | | | | Previously, we were failing hard if build dependencies were not met. /bin/sed: can't read /usr/share/selinux/devel/policyhelp: No such file or directory This commit allows rpmbuild to fall through so that we can see the real problem. error: Failed build dependencies: /usr/share/selinux/devel/policyhelp is needed by bcfg2-selinux-1.3.1-1.noarch Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2.spec: Add Utils.pySol Jerome2013-05-101-0/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* cherrypy blocker bug fixed in cherrypy 3.3, update specfile accordinglyChris St. Pierre2013-04-151-2/+1
|
* Version bump to 1.3.1v1.3.1Sol Jerome2013-03-212-7/+13
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* debian: Fix bcfg2-web apache configurationSol Jerome2013-03-212-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.3.0v1.3.0Sol Jerome2013-03-152-8/+14
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2-web: Fix wsgi configuration for SELinuxSol Jerome2013-02-041-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 RPMsChris St. Pierre2013-01-301-4/+15
|
* Version bump to 1.3.0rc2v1.3.0rc2Sol Jerome2013-01-292-8/+14
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.3.0rc1Sol Jerome2013-01-092-8/+14
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* removed obsolete schema doc XSLT stuff from spec filesChris St. Pierre2012-12-191-2/+0
|
* Version bump to 1.3.0pre2v1.3.0pre2Sol Jerome2012-10-302-8/+14
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2{,-selinux}.spec: Fix BuildRootSol Jerome2012-10-302-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 updatesSol Jerome2012-10-301-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* broke selinux package into its own specfileChris St. Pierre2012-10-172-100/+135
|
* Revert "added /var/run/bcfg2-server directory in spec files"Chris St. Pierre2012-10-091-2/+0
| | | | This reverts commit a20c012fca62bec92f3e99369ed6581485e8a153.
* created separate bcfg2-server-cherrypy rpm for cherrypy backendChris St. Pierre2012-10-091-6/+49
|
* Add django/south version minimumTim Laszlo2012-10-081-2/+2
|
* remove bcfg2-report-collector chkconfig linesTim Laszlo2012-10-081-2/+0
|
* add init scriptTim Laszlo2012-10-081-0/+5
|
* Update rpm spec with new reports filesTim Laszlo2012-10-081-2/+4
|
* added /var/run/bcfg2-server directory in spec filesChris St. Pierre2012-10-041-0/+2
|
* fixed selinux rpm buildChris St. Pierre2012-10-031-5/+33
|
* added -selinux subpackage to rpmChris St. Pierre2012-10-031-12/+86
|
* added python-daemon requiresChris St. Pierre2012-09-051-0/+5
|
* require python-sphinx >= 1.0 across the boardChris St. Pierre2012-09-041-4/+4
|
* bcfg2.spec: Fix django dep on OpenSUSE (#1124)Christopher 'm4z' Holm2012-09-031-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.3.0pre1Sol Jerome2012-08-311-4/+7
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* make bcfg2-server RPM require the identical version of bcfg2 (client)Chris St. Pierre2012-08-231-1/+1
| | | | [ci skip]
* bcfg2.spec: Fix rpmbuild errorsSol Jerome2012-08-161-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 specfileChris St. Pierre2012-08-151-0/+1
|
* added tools/ as doc for bcfg2-server RPMChris St. Pierre2012-08-151-2/+8
|
* Version bump to 1.2.3Sol Jerome2012-08-151-3/+3
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: misc/bcfg2.spec setup.py
* PY3K/PEP8 fixesSol Jerome2012-08-141-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added CherryPy-based server coreChris St. Pierre2012-07-191-4/+11
|
* bcfg2.spec: Move python-nose dependency to bcfg2-serverTim Laszlo2012-05-221-1/+1
|
* bcfg2.spec: Copy build data instead of moveTim Laszlo2012-05-221-2/+2
| | | | | This fixes an issue building the rpm when /var/tmp is on another partition.
* fixed missing %{buildroot}Chris St. Pierre2012-04-271-1/+1
|
* make %ghost work on RHEL 5, MandrivaChris St. Pierre2012-04-271-10/+7
|
* better way to divine the path to python packagesChris St. Pierre2012-04-261-1/+1
|
* Merge branch 'maint'Sol Jerome2012-04-191-1/+1
|\ | | | | | | | | | | | | Conflicts: src/sbin/bcfg2-info Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * redhat: Remove stray %Sol Jerome2012-04-181-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | rhel doesn't recognize Recommends tag eitherChris St. Pierre2012-04-131-2/+2
| |