Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 900510 Details for
Bug 1102926
Add a fake egg "xattr"
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Proposed patch
pyxattr-0.5.1-xattr.diff (text/plain), 2.13 KB, created by
Pete Zaitcev
on 2014-05-29 20:41:26 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Pete Zaitcev
Created:
2014-05-29 20:41:26 UTC
Size:
2.13 KB
patch
obsolete
>commit a2729d3f061efea56c7b12e6a5a3037ec7a69b7a >Author: Pete Zaitcev <zaitcev@kotori.zaitcev.us> >Date: Thu May 29 14:26:32 2014 -0600 > > Add a patch to install dummy "xattr" egg > >diff --git a/pyxattr-0.5.1-xattr-alias.patch b/pyxattr-0.5.1-xattr-alias.patch >new file mode 100644 >index 0000000..12e8092 >--- /dev/null >+++ b/pyxattr-0.5.1-xattr-alias.patch >@@ -0,0 +1,15 @@ >+diff -urp pyxattr-0.5.1-p3/setup.py pyxattr-0.5.1/setup.py >+--- pyxattr-0.5.1-p3/setup.py 2012-05-15 16:58:20.000000000 -0600 >++++ pyxattr-0.5.1/setup.py 2014-05-29 14:21:54.223317477 -0600 >+@@ -29,3 +29,11 @@ setup(name = "pyxattr", >+ test_suite = "test", >+ platforms = ["Linux"], >+ ) >++# Add a dummy egg so "xattr>=0.4" works in requirements.txt for paste-deploy. >++# This primarily helps with running unit tests of Swift et.al., because for >++# packaging we already disable all this. >++setup(name="xattr", >++ version = version, >++ description = "Alias to pyxattr", >++ ext_modules = [Extension("xattr", [])] >++ ) >diff --git a/pyxattr.spec b/pyxattr.spec >index 1422057..3158852 100644 >--- a/pyxattr.spec >+++ b/pyxattr.spec >@@ -1,7 +1,7 @@ > Name: pyxattr > Summary: Extended attributes library wrapper for Python > Version: 0.5.1 >-Release: 4%{?dist} >+Release: 5%{?dist} > #license version is precised on a website > License: LGPLv2+ > Group: Development/Libraries >@@ -13,12 +13,15 @@ Requires: python >= 2.2 > #python-setuptools package is required since 0.4.0 > BuildRequires: python-devel, libattr-devel, python-setuptools > >+Patch1: pyxattr-0.5.1-xattr-alias.patch >+ > %description > Python extension module wrapper for libattr. It allows to query, list, > add and remove extended attributes from files and directories. > > %prep > %setup -q >+%patch1 -p1 > > %build > CFLAGS="%{optflags}" %{__python} setup.py build >@@ -39,6 +42,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build > %doc COPYING NEWS README > > %changelog >+* Wed May 28 2014 Pete Zaitcev <zaitcev@redhat.com> 0.5.1-5 >+- Add an alias for xattr >+ > * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-4 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1102926
: 900510