summaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Version bump to 1.3.5v1.3.5Sol Jerome2014-09-052-3/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Revert "misc/bcfg2.spec: Remove unnecessary requirement"Sol Jerome2014-06-101-0/+1
| | | | | | This reverts commit 433974d9311f68f199bedf1c2710381e0bc8d34a. python-nose is required by bcfg2-test.
* misc/bcfg2.spec: Remove unnecessary requirementSol Jerome2014-06-101-1/+0
| | | | | | | python-nose is only required for running the nosetests. It is not required by bcfg2-server. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* misc/bcfg2.spec: Bumped release and added a changelog entryJonathan Billings2014-04-231-1/+4
|
* misc/bcfg2.spec: Remove second, unnecessary %endifJonathan Billings2014-04-231-5/+5
|
* misc/bcfg2.spec Remove duplicate checks for systemd in RPM scriptletsJonathan Billings2014-04-231-19/+0
| | | | | | | | | | | | | In the RPM scriptlets, there's first a check for fedora 18 or greater, then if that's not true, a check for fedora 16 or greater. Due to some bug in how nested %if statements work in RPM scriptlets, the second test is evaluating true even on non-Fedora systems, which is leading to systemd commands being put in RHEL6 RPM scriptlets. This change removes the second check. If there needed to be a check for versions of Fedora 16 and 17, they will no longer work, but since neither of those are supported versions of Fedora, I suspect we don't need to include logic for them.
* misc/bcfg2.spec: reconcile w/Fedora: re-enable unit tests in EL7John Morris2014-04-061-9/+9
| | | | | | | EL7 deps needed for unit tests (pylibacl, python-pep8, pylint) now built for EPEL7. https://bugzilla.redhat.com/show_bug.cgi?id=1058427
* Version bump to 1.3.4Sol Jerome2014-02-252-4/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2.spec: Fix changelog date orderSol Jerome2014-02-251-6/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* misc: only require gamin for building on RHEL < 7Chris St. Pierre2014-02-131-6/+5
|
* misc: build requires gamin-python to properly generate docsChris St. Pierre2014-02-131-1/+2
|
* misc/bcfg2.spec: Bump releaseJohn Morris2014-02-031-1/+1
| | | | Forgot this somewhere; already bumped in %changelog
* misc/bcfg2.spec: merge recent Fedora changesJohn Morris2014-02-031-5/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: EPEL7 updates; EPEL5 bcfg2-web pkg disabled; CherryPy disabled * Sat Feb 1 2014 John Morris <john@zultron.com> - 1.3.3-4 - Disable bcfg2-web package on EL5; bz #1058427 - Disable %%check on EL7; missing EPEL deps - BR: systemd to pick up _unitdir macro * Mon Jan 27 2014 Sol Jerome <sol.jerome@gmail.com> - 1.3.3-4 - Fix BuildRequires for EPEL7's Django - Remove unnecessary client-side lxml dependency - Add Django dependency for bcfg2-web (the web package *does* require Django for the database) - Fix OS detection for RHEL7 initscripts * Sun Dec 15 2013 John Morris <john@zultron.com> - 1.3.3-3 - Remove unneeded Django dep in 'web' package, bz #1043229 * Sun Nov 24 2013 John Morris <john@zultron.com> - 1.3.3-2 - Fix CherryPyCore.py exclude glob to include compiled files - Disable server-cherrypy package build to make Fedora buildsys happy * Thu Nov 07 2013 Sol Jerome <sol.jerome@gmail.com> 1.3.3-1 - New upstream release
* misc/bcfg2.spec: Merge changelog from epelSol Jerome2014-01-271-0/+250
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* misc/bcfg2.spec: Pull in cherrypy toggle from epelSol Jerome2014-01-271-1/+16
| | | | | | | This allows one to disable building of the bcfg2-server-cherrypy package. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* misc/bcfg2.spec: Fix bcfg2-web Requires for EPEL7Sol Jerome2014-01-271-1/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* misc/bcfg2.spec: Fix BuildRequires for RHEL7Sol Jerome2014-01-241-0/+5
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* misc/bcfg2.spec: Remove upstream release commentsSol Jerome2013-12-161-24/+0
| | | | | | | | We don't need to make changelog edits every time there's a new release. This just clutters up the changelog without adding any useful information. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* misc/bcfg2.spec: Use systemd scripts on RHEL7Sol Jerome2013-12-161-3/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2.spec: Remove unnecessary replacementSol Jerome2013-11-181-3/+0
| | | | | | | Our cron job is smart enough to work in any libexec directory. These replacements are unnecessary. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* misc/bcfg2.spec: lxml not required on the clientSol Jerome2013-11-141-1/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.3.3v1.3.3Sol Jerome2013-11-072-5/+11
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2-selinux: Add pre/rc magicSol Jerome2013-11-071-0/+8
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* misc/bcfg2.spec: Remove more unnecessary requiresSol Jerome2013-10-301-2/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* misc/bcfg2.spec: Remove some unnecessary requiresSol Jerome2013-10-301-4/+0
| | | | | | | While a lot of these dependencies can be useful, they aren't necessarily required unless you expect to use particular functionality. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* specfile: backported merge w/ Fedora specfile to 1.3Chris St. Pierre2013-10-281-180/+478
|
* New plugin: AWSTagsChris St. Pierre2013-09-261-0/+1
| | | | | AWSTags allows querying tags from EC2, and setting groups based on the tag names or values.
* Version bump to 1.3.2v1.3.2Sol Jerome2013-07-012-5/+11
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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
|