Bug 732636

Summary: Review Request: nodejs-graceful-fs - 'fs' module with incremental back-off on EMFILE
Product: [Fedora] Fedora Reporter: T.C. Hollingsworth <tchollingsworth>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: notting, package-review
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-10-24 23:04:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On: 732552    
Bug Blocks: 732704    

Description T.C. Hollingsworth 2011-08-23 07:13:17 UTC
Spec URL: <spec info here>
SRPM URL: <srpm info here>
Description:
Just like node.js' fs module, but it does an incremental back-off when EMFILE is
encountered.  Useful in asynchronous situations where one needs to try to open
lots and lots of files.

(npm dependency)

$ rpmlint SPECS/nodejs-graceful-fs.spec 
SPECS/nodejs-graceful-fs.spec: W: no-%build-section
SPECS/nodejs-graceful-fs.spec: W: invalid-url Source0: isaacs-node-graceful-fs-9d7cd98.tar.gz
0 packages and 1 specfiles checked; 0 errors, 2 warnings.

$ rpmlint RPMS/noarch/nodejs-graceful-fs-1.0.0-1.fc15.noarch.rpm 
nodejs-graceful-fs.noarch: W: spelling-error %description -l en_US js -> dis, ks, j
nodejs-graceful-fs.noarch: W: only-non-binary-in-usr-lib
1 packages and 0 specfiles checked; 0 errors, 2 warnings.

Comment 2 T.C. Hollingsworth 2011-10-24 23:04:06 UTC
Closing all Node.js-related reviews per bug 732552.