Skip to content

Commit

Permalink
yum v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Sep 15, 2011
1 parent 1dcdfaf commit 206c1bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions yum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Based on the work done by Eric Wolfe and Charles Duffy on the yumrepo cookbook.
Changes
=======

## v0.5.0:

* COOK-675: add recipe for handling EPEL repository
* COOK-722: add recipe for handling IUS repository

## v.0.1.2:

* Remove yum update in default recipe, that doesn't update caches, it updates packages installed.
Expand Down Expand Up @@ -124,11 +129,11 @@ License and Author
==================

Author:: Eric G. Wolfe

Copyright:: 2010-2011

Author:: Matt Ray (<[email protected]>)
Author:: Joshua Timberman (<[email protected]>)

Copyright:: 2010 Tippr Inc.
Copyright:: 2011 Eric G. Wolfe
Copyright:: 2011 Opscode, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion yum/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
maintainer_email "[email protected]"
license "Apache 2.0"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.1.2"
version "0.5.0"
recipe "yum", "Runs 'yum update' during compile phase"
recipe "yum::yum", "manages yum configuration"

Expand Down

0 comments on commit 206c1bc

Please sign in to comment.