summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into el6el6Todd Zullinger2011-03-271-1/+1
|\
| * Remove extra mkdir in tmpfiles.d setupHEADmasterf15f14Todd Zullinger2011-03-271-1/+1
| |
* | Merge branch 'master' into el6Todd Zullinger2011-03-178-32/+668
|\|
| * Apply a few upstream fixes for 0.25.5 regressionsTodd Zullinger2011-03-164-0/+588
| | | | | | | | | | | | | | | | | | The patches are from 2.6.7rc1. (#4922) Don't truncate remotely-sourced files on 404 (#5073) Download plugins even if you're filtering on tags (#5428) More fully "stub" Puppet::Resource::Reference for use with storedconfigs
| * Support tmpfiles.d for Fedora >= 15 (#656677)Todd Zullinger2011-03-161-0/+11
| |
| * Require libselinux-utils when selinux support is enabledTodd Zullinger2011-03-161-4/+5
| | | | | | | | | | | | Some of the selinux types/providers call binaries from libselinux-utils directly. Ideally, these would be converted to use the ruby bindings, but it is not clear if that is feasible at this time.
| * Properly restart puppet agent/master daemons on upgrades from 0.25.xTodd Zullinger2011-03-161-0/+21
| | | | | | | | | | The pidfile changed from 0.25.x to 2.6.x. Attempt to handle upgrades without leaving the old process running.
| * Create and own /usr/share/puppet/modules (#615432)Todd Zullinger2011-03-161-0/+2
| |
| * Fix License tag, puppet is now GPLv2 onlyTodd Zullinger2011-03-161-1/+2
| | | | | | | | | | | | Upstream is exploring the possibility of moving to a more liberal license like the Apache Software License and the advice of their legal team was that it would be easier to move from GPLv2 than GPLv2 or later.
| * Ensure %pre exits cleanlyTodd Zullinger2011-03-161-4/+6
| |
| * Update to 2.6.6Todd Zullinger2011-03-165-24/+31
| |
| * - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_RebuildDennis Gilmore2011-02-091-1/+4
| |
| * dist-git conversionFedora Release Engineering2010-07-293-25/+0
| |
| * Update to 0.25.5puppet-0_25_5-1_fc14Todd Zullinger2010-05-186-54/+33
| | | | | | | | | | | | - Adjust selinux conditional for EL-6 - Apply rundir-perms patch from tarball rather than including it separately - Update URL's to reflect the new puppetlabs.com domain
| * Update to 0.25.4puppet-0_25_4-1_fc13F-13-startF-13-splitTodd Zullinger2010-01-316-95/+24
| |
| * Apply upstream patch to fix cron resources (upstream #2845)puppet-0_25_3-2_fc13Todd Zullinger2010-01-202-1/+78
| |
| * Replace %%define with %%global for macrospuppet-0_25_3-1_fc13Todd Zullinger2010-01-124-4/+25
| |
| * Replace %%define with %%global for macrospuppet-0_25_2-1_fc13_1Todd Zullinger2010-01-051-3/+6
| |
| * Remove unused patchesTodd Zullinger2010-01-052-102/+0
| |
| * - Update to 0.25.2puppet-0_25_2-1_fc13Todd Zullinger2010-01-053-14/+16
| | | | | | | | | | - Fixes CVE-2010-0156, tmpfile security issue (#502881) - Install auth.conf, puppetqd manpage, and queuing examples/docs
| * Bump and rebuild to get 0.25.1 into rawhidepuppet-0_25_1-1_fc13_1Todd Zullinger2009-12-031-1/+4
| |
| * 0.25.1Jeroen van Meeuwen2009-11-2611-286/+95
| |
| * Fix typo that causes a failure to update the common directory. (relengpuppet-0_25_1-1_fc13Bill Nottingham2009-11-251-1/+1
| | | | | | | | #2781)
* | dist-git conversionFedora Release Engineering2010-07-294-26/+0
| |
* | Update to 0.25.5puppet-0_25_5-1_el6Todd Zullinger2010-05-206-54/+33
| | | | | | | | | | | | - Adjust selinux conditional for EL-6 - Apply rundir-perms patch from tarball rather than including it separately - Update URL's to reflect the new puppetlabs.com domain
* | Initialize branch EL-6 for puppetpuppet-0_25_4-1_el6Dennis Gilmore2010-05-031-0/+1
| |
* | Update to 0.25.4EL-6-startTodd Zullinger2010-01-316-95/+24
| |
* | Apply upstream patch to fix cron resources (upstream #2845)Todd Zullinger2010-01-202-1/+78
| |
* | Update to 0.25.3Todd Zullinger2010-01-124-4/+25
| |
* | Replace %%define with %%global for macrosTodd Zullinger2010-01-051-3/+6
| |
* | Update to 0.25.2Todd Zullinger2010-01-055-113/+16
| | | | | | | | | | | | - Fixes CVE-2010-0156, tmpfile security issue (#502881) - Install auth.conf, puppetqd manpage, and queuing examples/docs - Replace %%define with %%global for macros
* | 0.25.1-1Jeroen van Meeuwen2009-11-2611-286/+95
| |
* | Fix typo that causes a failure to update the common directory. (relengBill Nottingham2009-11-261-1/+1
|/ | | | #2781)
* Fix a number of packaging and source bugspuppet-0_24_8-4_fc12F-12-startF-12-splitTodd Zullinger2009-08-087-6/+359
| | | | | | | | | | | | | | | Fri Aug 07 2009 Todd Zullinger <tmz@pobox.com> - 0.24.8-4 - Fix status -p handling on older RHEL (#501577) - Fix condrestart when daemon's aren't running (#480600) - Fix timeout reading /proc/mounts (upstream #1963) - Fix permissions on /var/log/puppet (#495096) - Fix rails test for activerecord-2.3 (#515728) Wed Jun 24 2009 Jeroen van Meeuwen <kanarip@kanarip.com> - Fix permissions on /var/run/puppet/ (#495096) - Support initializing supplementary groups (#1806, #475201, Till Maas) - Own the correct vim directory - Move ext/ outside of doc datadir (rpmlint) - Require ruby(selinux) rather then libselinux-ruby (#507848)
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuildpuppet-0_24_8-3_fc12Jesse Keating2009-07-261-1/+4
|
* 0.24.8-2puppet-0_24_8-2_fc12Jeroen van Meeuwen2009-06-242-4/+28
|
* Update to 0.24.8puppet-0_24_8-1_fc11F-11-startF-11-splitTodd Zullinger2009-03-243-27/+23
| | | | | | - Quiet output from %pre - Use upstream install script - Increase required facter version to >= 1.5
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuildpuppet-0_24_7-5_fc11Jesse Keating2009-02-271-1/+4
|
* Remove redundant useradd from %%prepuppet-0_24_7-4_fc11Todd Zullinger2008-12-161-2/+4
|
* 0.24.7-3puppet-0_24_7-3_fc11Jeroen van Meeuwen2008-12-162-3/+13
|
* 0.24.7-1puppet-0_24_7-1_fc11Jeroen van Meeuwen2008-12-165-23/+14
|
* Use fixed uid/gid pair across all active branchesDavid Lutterkort2008-12-151-2/+4
|
* - Update to 0.24.6puppet-0_24_6-1_fc10F-10-startF-10-splitTodd Zullinger2008-10-233-38/+67
| | | | | | | | | | | | - Require ruby-shadow on Fedora and RHEL >= 5 - Simplify Fedora/RHEL version checks for ruby(abi) and BuildArch - Require chkconfig and initstripts for preun, post, and postun scripts - Conditionally restart puppet in %postun - Ensure %preun, %post, and %postun scripts exit cleanly - Create puppet user/group according to Fedora packaging guidelines - Quiet a few rpmlint complaints - Remove useless %pbuild macro - Make specfile more like the Fedora/EPEL template
* New versionpuppet-0_24_5-1_fc10David Lutterkort2008-07-283-21/+26
|
* New version; add man pagespuppet-0_24_4-1_fc9F-9-startF-9-splitDavid Lutterkort2008-03-253-3/+23
|
* New version 0.24.3puppet-0_24_3-1_fc9David Lutterkort2008-03-243-3/+6
|
* New versionpuppet-0_24_2-1_fc9David Lutterkort2008-03-053-3/+6
|
* New versionpuppet-0_24_1-1_fc9David Lutterkort2007-12-223-4/+7
|
* Use updated upstream tarball that contains yumhelper.pypuppet-0_24_0-2_fc9David Lutterkort2007-12-172-2/+5
|
* New versionpuppet-0_24_0-1_fc9David Lutterkort2007-12-143-4/+17
|