Bug 661452

Summary: python-augeas package doesn't build in EL5 and is missing from EPEL
Product: [Fedora] Fedora Reporter: Greg Swift <gregswift>
Component: python-augeasAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: apevec, harald, lutter, mbooth, nphilipp
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-18 12:03:01 UTC Type: ---
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 to let python-augeas build properly on RHEL5 none

Description Greg Swift 2010-12-08 19:31:12 UTC
Created attachment 467557 [details]
patch to let python-augeas build properly on RHEL5

Description of problem:
The augeas downloads page states that EPEL has a python-augeas package.  This is not the case.  The latest koji SRPM of python-augeas doesn't build properly on RHEL5 without a slight change.

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

How reproducible:
very

Steps to Reproduce:
To install:
1. install epel-release
2. try 'yum install python-augeas'

To build package:
1. download SRPM
2. rpm -ivh --nomd5 the package
3. attempt rpmbuild -ba path/python-augeas.spec
  
Actual results:
To install:
No package python-augeas available.

To build package:
File not found by glob: /var/tmp/python-augeas-0.3.0-5.el5-root-swiftg/usr/lib/python2.4/site-packages/*augeas*.egg-info


Expected results:
To install: the package to be available and installed
To build package: for the package to cleanly build

Additional info:
Attached patch cleans up the spec file so that it builds on RHEL5 (and in theory RHEL4)

Comment 1 Mark Chappell 2010-12-10 09:37:47 UTC
Greg, 

As far as I can tell python-augeas has never been a part of EPEL, I've moved the ticket over to the Fedora python-augeas component so that we can find out if the Fedora maintainer is interested in maintaining the package for EPEL.



Mark

Comment 2 Nils Philippsen 2011-10-28 15:48:58 UTC
I've added the necessary change (slightly modified) to the python-augeas git repo.

Harald: any reason why you didn't commit there? You're in the git commit group for it...

Comment 3 Harald Hoyer 2011-11-01 10:14:37 UTC
(In reply to comment #2)
> I've added the necessary change (slightly modified) to the python-augeas git
> repo.
> 
> Harald: any reason why you didn't commit there? You're in the git commit group
> for it...

no real reason, other than -EBUSY...