summaryrefslogtreecommitdiffstats
path: root/misc/bcfg2.spec
Commit message (Collapse)AuthorAgeFilesLines
* fixed various issues listed at https://github.com/Bcfg2/bcfg2/pull/131Chris St. Pierre2013-10-281-27/+37
|
* misc/bcfg2.spec: BuildRequires: buildsys-macros for el5John Morris2013-10-281-0/+7
| | | | | | | | By default, el5 doesn't have the %%rhel macro, provided by the buildsys-macros package. EPEL build servers install buildsys-macros by default, but explicitly requiring it may help builds in other environments
* Drop source xml.xsd; included in upstream tarballJohn Morris2013-10-281-2/+1
|
* remove /etc/bcfg2-web.confJohn Morris2013-10-281-3/+1
|
* Disable pylint and pep8 unit tests on redhatJohn Morris2013-10-281-0/+13
|
* Add two installed but unpackaged files to %filesJohn Morris2013-10-281-0/+2
|
* misc/bcfg2.spec: fix macrosJohn Morris2013-10-281-11/+13
| | | | Apparently I made up %elif.
* reconcile: 1.3.2-2 bump release and add %changelogJohn Morris2013-10-281-1/+19
|
* misc/bcfg2.spec: reconcile: %filesJohn Morris2013-10-281-39/+47
|
* 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-081-5/+7
|\ | | | | | | | | | | Conflicts: src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt
| * Version bump to 1.3.2v1.3.2Sol Jerome2013-07-011-4/+7
| | | | | | | | 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-021-1/+23
|\| | | | | | | | | | | | | | | | | | | 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
| |
* | 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-201-8/+22
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-211-5/+8
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | debian: Fix bcfg2-web apache configurationSol Jerome2013-03-211-0/+1
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | Version bump to 1.3.0v1.3.0Sol Jerome2013-03-151-4/+7
| |/ |/| | | | | 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-291-4/+7
|/ | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.3.0rc1Sol Jerome2013-01-091-4/+7
| | | | 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-301-4/+7
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2{,-selinux}.spec: Fix BuildRootSol Jerome2012-10-301-5/+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>
* broke selinux package into its own specfileChris St. Pierre2012-10-171-100/+6
|
* 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
|