summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/rpm.rb
Commit message (Expand)AuthorAgeFilesLines
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-4/+4
* Unification of shell_out APIsLamont Granquist2018-06-151-7/+7
* package: Make sure to use the package_name name propertiesname_propertiesTim Smith2018-06-121-3/+3
* remove uses of shell_out_compact_timeoutLamont Granquist2018-05-311-7/+7
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+3
* rubocop fixes from engine bump to 0.54.0lcg/rubocop-fixesLamont Granquist2018-03-211-1/+1
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-2/+1
* Fixes to package upgrade behaviourJon Cowie2017-09-221-0/+5
* Chef-13: remove deprecated run_command API entirelyLamont Granquist2017-03-311-1/+0
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-25/+25
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-141-4/+4
* Use properties in package resourcesjk/package-propertiesJohn Keiser2015-12-151-1/+0
* Use much simpler regex for determining the rpm versionIrving Popovetsky2015-09-291-2/+2
* fix rpm_package when sourced packages have a tilde character in the versionIrving Popovetsky2015-06-091-2/+2
* fix package timeout attributeLamont Granquist2015-06-021-8/+7
* dont raise exceptions in load_current_resource when checking current statuskaustubh-d2015-02-181-1/+1
* fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-171-2/+1
* allow_downgrade in rpm_packagesonots2015-02-121-1/+5
* Support HTTP/FTP source on rpm_packagesonots2015-02-091-1/+10
* use context in conjunction with let as opposed to local variables and require...David Crowder2015-01-281-0/+1
* fix error in tests where shell_out was being expected incorrectlyDavid Crowder2015-01-281-1/+1
* use shell_out! where appropriate and revert incorrectly scoped variableDavid Crowder2015-01-281-3/+3
* Fix #2663 - refactor to use shell_out in rpm providerDavid Crowder2015-01-281-15/+13
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+2
* fix shell_out/run_command usageLamont Granquist2014-09-081-12/+4
* Don't detect pacakage name as version when the RPM isn't installedRyan Cragun2014-08-071-2/+2
* fixing trailing blank lines as wellLamont Granquist2014-07-291-1/+0
* fixing all the extra blank linesLamont Granquist2014-07-291-1/+0
* Updated tests with more complicated data, fixed regex. Resolves CHEF-4893Scott Hain2014-06-171-2/+2
* CHEF-5273: Set candidate version for rpm_packageRobby Dyer2014-05-051-1/+1
* CHEF-5273 - Corretly detect when rpm_package does not exist when doing upgrad...Robby Dyer2014-05-051-0/+1
* Normalize whitespace on all filesSeth Vargo2013-09-261-14/+14
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+121