forked from chef-boneyard/cookbooks
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jtimberman
committed
Sep 15, 2011
1 parent
1dcdfaf
commit 206c1bc
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|