-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Releasing version 1.0.2 with python 2.7 fix
- Loading branch information
Showing
5 changed files
with
12 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
## 1.0.2 (2015-11-03) | ||
- Fix signature issue with python 2.7 |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
NAME = yum-plugin-s3-iam | ||
VERSION = 1.0.1 | ||
VERSION = 1.0.2 | ||
RELEASE = 1 | ||
ARCH = noarch | ||
|
||
|
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
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
__email__ = "[email protected]" | ||
__copyright__ = "Copyright 2012, Julius Seporaitis" | ||
__license__ = "Apache 2.0" | ||
__version__ = "1.0.1" | ||
__version__ = "1.0.2" | ||
|
||
|
||
import urllib2 | ||
|
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 |
---|---|---|
|
@@ -37,8 +37,8 @@ rm -rf ${RPM_BUILD_ROOT} | |
/usr/lib/yum-plugins/s3iam.py* | ||
|
||
%changelog | ||
* Mon Sep 21 2015 Mathias Brossard <[email protected]> 1.0.1-1 | ||
Fix for trailing line-feed on signature | ||
* Tue Nov 03 2015 Mathias Brossard <[email protected]> 1.0.2-1 | ||
Fix for trailing line-feed on signature on newer python 2.7 | ||
|
||
* Fri May 31 2013 Matt Jamison <[email protected]> 1.0-1 | ||
Initial packaging |