Bug 1178227

Summary: Add a fake egg alias
Product: [Fedora] Fedora Reporter: Pete Zaitcev <zaitcev>
Component: pyxattrAssignee: Marcin Zajaczkowski <mszpak>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mszpak
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-02 23:18:05 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
pyxattr-0.5.1-xattr-alias.patch none

Description Pete Zaitcev 2015-01-02 23:15:06 UTC
Created attachment 975467 [details]
pyxattr-0.5.1-xattr-alias.patch

Description of problem:

When running self-tests in upstream OpenStack Swift, it blows up with
DistributionNotFound: xattr>=0.4

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

pyxattr-0.5.3-4.fc21

How reproducible:

synchronous

Steps to Reproduce:
1. git clone git://github.com/openstack/swift.git
2. cd swift
3. python setup.py build
4. PYTHONPATH=$(pwd) ./.unittests

Actual results:

DistributionNotFound: xattr>=0.4

Expected results:

success

Additional info:

This is more of an RFE than a bug in Fedora, because for builds of
openstack-swift RPMs, we kill the dependency checking and everything
works fine. However, this is super annoying for development.

See the attached patch.

Comment 1 Pete Zaitcev 2015-01-02 23:18:05 UTC
Wait, never mind. I already filed this ages ago, closing.
It popped up again because of upgrade to F21.

*** This bug has been marked as a duplicate of bug 1102926 ***