summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
Commit message (Collapse)AuthorAgeFilesLines
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-0/+1
|
* Fix date in changelog.Michael DeHaan2007-05-241-1/+1
|
* Add support for dnsmasq as an alternative to ISC dhcpd.Michael DeHaan2007-05-241-0/+5
| | | | | Also add --hostname option to "cobbler system add" for dnsmasq DNS control features.
* Adding syslinux as dep. (Thanks euclid).Michael DeHaan2007-05-171-0/+3
|
* Release bumpMichael DeHaan2007-04-271-1/+4
|
* Release bump + changelogMichael DeHaan2007-04-261-2/+7
|
* Fix RPM defattr.Michael DeHaan2007-04-261-1/+1
|
* Clean up permissions some, and make rpmlint a bit less squeaky.Michael DeHaan2007-04-201-2/+3
|
* Bump buildrev as the last commit was a rather major change...Michael DeHaan2007-04-201-2/+2
|
* Update specfile/changelogMichael DeHaan2007-04-201-1/+1
|
* Changelog and bumped revision.Michael DeHaan2007-04-191-1/+1
|
* Changes cobbler_syslogd to cobblerd, and this new daemon now offers koanMichael DeHaan2007-04-191-6/+6
| | | | | info over XMLRPC, allowing koan to stop needing to grok YAML. Older versions of koan will remain compatible over standard http://.
* Release bump for testing purposes.Michael DeHaan2007-04-171-2/+2
|
* Implemented trigger support for tying in with other software.Michael DeHaan2007-04-161-5/+15
|
* cobbler.conf (httpd conf file) should be in version control, alsoMichael DeHaan2007-04-131-2/+2
| | | | bumped release.
* Kickstart tracking now mines the apache logs rather than relying on theMichael DeHaan2007-04-111-1/+1
| | | | | | | | | | | | | | | watcher.py mod_python script, so there is room for greater platform compatibility. A cgi-based more-portable alternative to watcher is still desirable. Since apache logs are cycled more frequently than cobbler logs, this does mean that we lose a bit of granularity with regards to start/stop times, though this can presumably be refined. Last request time (the most important bit) is still solid. Need to verify that Apache log time parsing (strptime) isn't doing anything strange with time zones as cobbler is logging GMT. I suspect it might and that would affect results and state detection.
* Bump release number.Michael DeHaan2007-04-101-1/+4
|
* This specfile define is currently pointless and can be removed.Michael DeHaan2007-04-051-2/+1
|
* Doc cleanup.Michael DeHaan2007-04-051-0/+1
|
* (no commit message)Michael DeHaan2007-04-041-1/+2
|
* Add preliminary support for RHEL5 tree management. This is ratherMichael DeHaan2007-04-031-0/+1
| | | | | | | | | | | | complicated and introduces a new variable source_repos on each 'distro' object and also has some implications for how sync completes. Basically RHEL5 has multiple comps files so createrepo must be run more than once. The main point of this support is to install and configure the "core" mirror for distros, where previously only extras/updates were dealt with. The core repo is derived from the kickstart tree (cobbler import) rather than the "cobbler repo add" commands (manual add).
* Fix changelog format.Michael DeHaan2007-04-021-2/+1
|
* Preparation for later 0.4.6 releaseMichael DeHaan2007-04-021-2/+5
|
* This is 0.4.5Michael DeHaan2007-03-231-4/+8
|
* Added links dir to spec file.Michael DeHaan2007-03-221-0/+1
|
* tags + specfileMichael DeHaan2007-03-221-0/+1
|
* Ongoing work for 0.4.4 -- misc tweaks/fixes, and continuation on the ↵Michael DeHaan2007-03-221-1/+1
| | | | | | | kernel-parameters-get-shorter effort as well as templating and import features. Plus some random things, like case insensitive paths and some additional argument checking.
* Most of these diffs come from directory reorg/cleanup, though the main ↵Michael DeHaan2007-03-191-2/+4
| | | | feature here is the start of a better --import command that creates significantly shorter paths and can work more reliably on mounted DVD images (losetup or otherwise). Detection of kickstarts based on paths needs to be augmented by additional means for this to really work. However, changes going in here (and still more to come) result in cleaner names for imported profiles, and substantially shorter kernel option command lines, which is needed to keep under the 255 limit. There is also some work here going in to template out all of the files for PXE, reducing the amount of code in action_sync and also making PXE setups much more customizable (menu choices, titles, random parameters, ipappend 2, etc) without patching the source. "tree" on import is also attached now to the distro, not the profile. So, whew, that's a lot.
* Interim commit in the middle of directory reorg.Michael DeHaan2007-03-161-0/+1
|
* Version bump / changelog.Michael DeHaan2007-03-021-1/+4
|
* Release stuffMichael DeHaan2007-02-281-1/+1
|
* sseago's patch to set_kernel_options, plus some additional error handling ↵Michael DeHaan2007-02-271-0/+1
| | | | | | around kernel options processing. Plus some manpage/NEWS updates.
* Remove line continuations from description, as RPM doesn't have line ↵Michael DeHaan2007-02-211-8/+8
| | | | continuations.
* Release housekeeping for future version (not now).Michael DeHaan2007-02-201-1/+4
|
* Be a little nicer on file deletes, release housekeeping.Michael DeHaan2007-02-191-1/+5
|
* Unbundling Cheetah.Michael DeHaan2007-02-191-7/+2
|
* Bundle and install menu.c32 for those distros (like RHEL4) that don't ↵Michael DeHaan2007-02-191-2/+6
| | | | package it.
* Bundling Cheetah for backwards compatibility, and associated changes to ↵Michael DeHaan2007-02-191-4/+10
| | | | specfiles/etc.
* Changelog/spec updates and manpage additions.Michael DeHaan2007-02-151-3/+3
|
* Working on adding pxemenu support.Michael DeHaan2007-02-141-1/+0
|
* Further changes related to making cobbler own the directories it's using in ↵Michael DeHaan2007-02-141-1/+13
| | | | | | /var/www and /tftpboot. Plus some minor bugfixes down the error path.
* Run check in post to ensure cobbler tree setup, such that ↵mdehaan@mdehaan.rdu.redhat.com2007-02-141-1/+1
| | | | distros/systems/profiles can be added immediately, without the need to run "sync" to create the base directories.
* Manpage changesMichael DeHaan2007-02-131-0/+2
|
* Moving back to Cheetah for templatingMichael DeHaan2007-02-131-2/+4
|
* Preparation for next release.Michael DeHaan2007-01-291-1/+4
|
* Fixing some errors found by rpmlint in the init scripts, as well as some ↵Michael DeHaan2007-01-291-4/+28
| | | | corrections needed to the pre/post service handling needed for cobblersyslogd (per FC-E wiki). Also shortened lines in the description so as to not confuse rpmlint. Some rpmlint noise remains, though IMO, it's just noise at this point.
* release housekeepingMichael DeHaan2007-01-251-1/+1
|
* glob the syslog, not the kicklog, for older systems that don't write the ↵Michael DeHaan2007-01-251-0/+3
| | | | | | kicklog entry based on the mod_python issues with old Apaches that was addressed in 0.3.7.
* The fix for the very odd mod_python chokes on older Apache installs with ↵Michael DeHaan2007-01-251-1/+7
| | | | | | | | seemingly no explanation bug -- kickstart tracking will only use syslog for older cobbler servers, and will use both on newer machines (FC5+). Also, convert the mini domU template to use cobbler templating where appropriate.
* Adding cobbler syslog serviceMichael DeHaan2007-01-221-1/+11
|