summaryrefslogtreecommitdiff
path: root/spec/functional/resource/rpm_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
| | | | | | | | Legally incredibly dubious, particularly since we don't follow it strictly as policy, and we have git history instead, which does it right. This is just a waste of time and a cargo cult. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Add the DNF checks for Amazon LinuxTim Smith2018-07-161-1/+1
| | | | | | At some point it's getting DNF too. Might as well add it to the mix so we don't have things break later. Signed-off-by: Tim Smith <tsmith@chef.io>
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* run the func tests on fedora, suseleap and others (#5519)Lamont Granquist2016-11-071-10/+7
| | | | | scientific linux, oracle, etc, etc... Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #4541 from chef/lcg/chefstyle-batchLamont Granquist2016-02-111-1/+1
|\ | | | | fix a batch of cops
| * autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
| |
| * auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
| | | | | | | | | | | | | | | | | | Style/NegatedWhile Style/ParenthesesAroundCondition Style/WhileUntilDo Style/WordArray Performance/ReverseEach Style/ColonMethodCall
* | Respect TMPDIR in functional testsJohn Keiser2016-02-101-4/+4
|/
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
| | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi"
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Use double quotes by defaultThom May2016-01-141-9/+9
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* Missed one spec in rpm_spec.rb.sersut/chef-rc-fixes-2Serdar Sutay2014-10-201-2/+2
|
* Refer to rpm assets with the full path in specs.Serdar Sutay2014-10-201-2/+3
|
* Updated tests for AIX.Prabhu Das2013-08-191-15/+20
|
* Fixed a broken AIX expectation.prabhu-das2013-08-191-1/+1
|
* Added rpm upgrade action for non-aix platforms along with the upgraded rpm ↵Prabhu Das2013-08-191-2/+25
| | | | package.
* A minor change.Prabhu Das2013-08-191-1/+1
|
* Refactored the before and after hooks to use linux commands instead of actions.Prabhu Das2013-08-191-4/+5
|
* Rpm resource functional tests supported in aix, centos, redhat and in suse.Prabhu Das2013-08-191-0/+93