summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/package/rpm.rb
Commit message (Expand)AuthorAgeFilesLines
* Reversion of 021d534482dd8edb863cb77d668ac3525362a0a6Markus Roberts2010-10-051-2/+1
* Fixed #3707 - rpm, like dpkg-query exits 1 if the package is not installed. ...James Turnbull2010-09-231-1/+2
* Updated all types to Markdown outputJames Turnbull2010-08-111-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-113/+113
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-4/+4
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-6/+6
* Removed extra whitespace from end of linesIan Taylor2009-06-061-5/+5
* Added versionable feature to the RPM providerJames Turnbull2008-11-181-0/+2
* Fxied #1354 - yum provider problems with RHEL 3James Turnbull2008-10-071-1/+8
* Removed the unless condition in query, because the issue is a stale cachedAndrew Shafer2008-06-141-12/+13
* Fix for latest method in rpm provider (fixes #1224)James Turnbull2008-05-161-1/+1
* Uninstalling packages through 'ensure => absent' works again for the rpm and ...David Lutterkort2007-12-171-5/+13
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Use external helper script to talk to yum; should avoid any more trouble with...David Lutterkort2007-10-021-44/+31
* The last set of bug-fixes before the next release. This commit just fixes a ...luke2007-08-071-3/+1
* Guard the rpm command suitability confine better so we hopefully stop seeing ...(no author)2007-07-161-8/+9
* Ignore the pkg directory if it exists, and fix up a couple of tests that were...(no author)2007-07-091-0/+9
* Fixing the yum provider, and fixing the unit tests so the failures people wer...luke2007-06-171-6/+4
* Finishing off the type/provider interface work, including adding package pref...luke2007-06-081-15/+6
* Significantly reworked the type => provider interface with respect toluke2007-06-041-2/+2
* Switch the package type to use a :versionable feature, and convert all provid...mpalmer2007-05-301-4/+0
* Fixing the "is" related problems in yum and rpm support, but there are still ...luke2007-05-141-5/+17
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-091-9/+9
* Getting rid of a warning in the rpm providerluke2007-03-181-1/+1
* Make rpm operations much faster by suppressing unneeded verificationlutter2007-01-221-2/+2
* Don't rely on the type to store the actual NVR of the package; breaks in the ...lutter2007-01-051-3/+10
* Fix yum update breakage - query should not change the name the user gave us; ...lutter2007-01-031-9/+9
* Fix trac #354, and some other oddities around installing multiple versions of...lutter2007-01-021-4/+12
* Fixing some failing tests on fedora.luke2007-01-011-1/+1
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-281-4/+4
* Never default to rpm provider; use up2date on RedHat. This also works on RHEL...lutter2006-12-131-1/+0
* Modifying the provider base class so that it defines a method for every used ...luke2006-09-061-15/+5
* Fixing the package type so that :ensure is always used for version specificat...luke2006-09-051-1/+1
* Adding up2date support, as submitted by Kostas Georgiou (with some modificati...luke2006-08-231-3/+4
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-0/+120