summaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
...
* | misc/bcfg2.spec: reconcile: %pre and %post scriptsJohn Morris2013-10-281-41/+126
| | | | | | | | Both old init scripts and new systemd units
* | misc/bcfg2.spec: reconcile: %install scriptJohn Morris2013-10-281-47/+75
| | | | | | | | | | | | | | | | | | - remove %{__install} and other such macros, no longer used in Fedora - use init scripts from redhat/scripts rather than debian - systemd unit file installation - install Examples - move %check section up - fix some macros
* | misc/bcfg2.spec: reconcile: add the new %check scriptJohn Morris2013-10-281-1/+18
| |
* | misc/bcfg2.spec: reconcile: %prep and %buildJohn Morris2013-10-281-5/+18
| |
* | misc/bcfg2.spec: reconcile: Add -pre/-rc macroJohn Morris2013-10-281-36/+93
| |
* | misc/bcfg2.spec: reconcile w/Fedora; %package section rearrangementsJohn Morris2013-10-281-35/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specfile reconciliation w/Fedora: Sol Jerome requested the differences between misc/bcfg2.spec and the Fedora specfile be reconciled as much as possible. This will hopefully make updates easier for distro packagers (like me), and also help keep misc/bcfg2.spec up to date. The approach is to pick one feature at a time and massage both upstream and Fedora versions so that they match as much as possible after several easy-to-understand commits on each side. Beneficial features present in one but not the other will be preserved in both. Unfortunately, they will never match perfectly since misc/bcfg2.spec maintains support for non-RedHat distros. I believe Fedora Packaging Guidelines does not permit the extra macros (this statement should be verified). An additional goal is to make the diff between the two minimal and easy to read. ------------------ - Rearrange %package sections - Add bcfg2-examples package - Reconcile Summary: and Group: tags - Remove unneeded Version: tags from subpackages
* | Merge branch 'maint'Sol Jerome2013-07-082-6/+11
|\| | | | | | | | | | | Conflicts: src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt
| * 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>
* | Merge branch 'maint'Chris St. Pierre2013-06-271-5/+4
|\| | | | | | | | | | | | | | | | | Conflicts: doc/server/plugins/generators/cfg.txt doc/server/plugins/generators/tcheetah.txt src/lib/Bcfg2/Server/Admin/Xcmd.py src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py
| * 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
| |
* | Merge branch 'maint'Sol Jerome2013-06-022-2/+24
|\| | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: doc/installation/distributions.txt doc/server/snapshots/index.txt src/lib/Bcfg2/Server/Plugin/helpers.py src/sbin/bcfg2-server
| * 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>
* | Merge branch 'maint'Chris St. Pierre2013-05-171-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/guides/centos.txt doc/server/plugins/grouping/metadata.txt setup.py src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Client/Proxy.py src/lib/Bcfg2/Server/Lint/Genshi.py src/lib/Bcfg2/Server/Lint/Validate.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/SSHbase.py src/sbin/bcfg2-lint
| * bcfg2.spec: Add Utils.pySol Jerome2013-05-101-0/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Merge branch 'maint'Chris St. Pierre2013-04-241-2/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Client.py src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Client/Tools/YUM.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Perf.py src/lib/Bcfg2/Server/Admin/Xcmd.py src/lib/Bcfg2/Server/Admin/__init__.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/FileMonitor/Fam.py src/lib/Bcfg2/Server/Lint/RequiredAttrs.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Base.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgPrivateKeyCreator.py src/lib/Bcfg2/Server/Plugins/Cvs.py src/lib/Bcfg2/Server/Plugins/Darcs.py src/lib/Bcfg2/Server/Plugins/Decisions.py src/lib/Bcfg2/Server/Plugins/FileProbes.py src/lib/Bcfg2/Server/Plugins/Fossil.py src/lib/Bcfg2/Server/Plugins/Git.py src/lib/Bcfg2/Server/Plugins/Metadata.py src/lib/Bcfg2/Server/Plugins/NagiosGen.py src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py src/lib/Bcfg2/Server/Plugins/Packages/Source.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Properties.py src/lib/Bcfg2/Server/Plugins/__init__.py src/lib/Bcfg2/Server/__init__.py src/sbin/bcfg2-build-reports src/sbin/bcfg2-crypt testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestMetadata.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py
| * cherrypy blocker bug fixed in cherrypy 3.3, update specfile accordinglyChris St. Pierre2013-04-151-2/+1
| |
* | Merge branch '1.4.x'Chris St. Pierre2013-04-231-1/+0
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: debian/bcfg2-server.install doc/server/plugins/grouping/metadata.txt src/lib/Bcfg2/Client/Client.py src/lib/Bcfg2/Client/Tools/Portage.py src/lib/Bcfg2/Client/Tools/RcUpdate.py src/lib/Bcfg2/Client/Tools/YUM24.py src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Client/Tools/launchd.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Metadata.py src/lib/Bcfg2/Server/models.py src/lib/Bcfg2/Utils.py src/sbin/bcfg2-info src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/Test_init.py testsuite/Testsrc/test_code_checks.py
| * Merge branch 'master' into 1.4.xChris St. Pierre2013-02-203-13/+30
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/contributors.txt schemas/bundle.xsd src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Server/Encryption.py src/lib/Bcfg2/Server/Lint/Genshi.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/Decisions.py src/lib/Bcfg2/Server/Plugins/TemplateHelper.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py tools/bcfg2-profile-templates.py
| * | removed deprecated plugins: TGenshi, TCheetah, Account, Hostbase, Snapshots, ↵Chris St. Pierre2013-01-171-1/+0
| | | | | | | | | | | | Statistics, Editor
* | | 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>