Bug 1288510

Summary: Python-boto fails to build in F23 and rawhide
Product: [Fedora] Fedora Reporter: Ryan Brown <rybrown>
Component: python-botoAssignee: Garrett Holmstrom <gholms>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: gholms, orion, rybrown, s
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-04 21:31:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch for rawhide specfile
none
Patch for f23 specfile none

Description Ryan Brown 2015-12-04 13:07:09 UTC
Created attachment 1102264 [details]
Patch for rawhide specfile

Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Download python-boto package
2. Check out `master` or `f23`
3. Attempt a mockbuild

Actual results:
Build fails with a failure of a Glacier unittest (due to unittest.mock equality test against MagicMock).

Expected results:

Additional info:
I've proposed a fix upstream https://github.com/boto/boto/pull/3412 and attached patches for both branches to fix the build in Fedora.

Comment 1 Ryan Brown 2015-12-04 13:08:37 UTC
Created attachment 1102265 [details]
Patch for f23 specfile

Comment 2 Orion Poplawski 2015-12-04 21:31:14 UTC
Thanks.  Applied minus the conditional (generally try not to conditionally apply patches).