Bug 1147728

Summary: RPM Build process modifies underlying code
Product: [Fedora] Fedora Reporter: Adam Young <ayoung>
Component: python-keystoneclientAssignee: Alan Pevec <apevec>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: apevec, bfilippov, extras-qa, itamar, jonathansteffan, jose.castro.leon, jruzicka, p, rbryant
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1147084 Environment:
Last Closed: 2015-07-31 00:34:31 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:
Bug Depends On: 1147084    
Bug Blocks:    
Attachments:
Description Flags
Use PBR_VERSION instead of patching
none
removes the pbr patch none

Description Adam Young 2014-09-30 00:43:40 UTC
+++ This bug was initially created as a clone of Bug #1147084 +++

Description of problem:

Due to an attempt to work around PBR, the spec file patches the code out of the git repository. This makes it very difficult for a developer to build their own RPM.  PBRO provides a means to work around this by setting the PBR_VERSION Environment  variable.

--- Additional comment from Adam Young on 2014-09-26 22:09:51 EDT ---

Removes the associated patches

--- Additional comment from Adam Young on 2014-09-29 20:40:56 EDT ---

Comment 1 Adam Young 2014-09-30 00:50:15 UTC
Created attachment 942552 [details]
Use PBR_VERSION instead of patching

Comment 2 Adam Young 2014-09-30 00:50:50 UTC
Created attachment 942553 [details]
removes the pbr patch