Bug 1203961

Summary: Review Request: rubygem-sensu-em - Ruby/EventMachine library
Product: [Fedora] Fedora Reporter: Graeme Gillies <ggillies>
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: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dkopecek, package-review
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: 2017-09-26 00:35:51 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:

Description Graeme Gillies 2015-03-20 03:48:49 UTC
Spec URL: http://ggillies.fedorapeople.org//rubygem-sensu-em.spec
SRPM URL: http://ggillies.fedorapeople.org//rubygem-sensu-em-2.4.0-1.fc21.src.rpm

Description:
EventMachine implements a fast, single-threaded engine for arbitrary network
communications. It's extremely easy to use in Ruby. EventMachine wraps all
interactions with IP sockets, allowing programs to concentrate on the
implementation of network protocols. It can be used to create both network
servers and clients. To create a server or client, a Ruby program only needs
to specify the IP address and port, and provide a Module that implements the
communications protocol. Implementations of several standard network protocols
are provided with the package, primarily to serve as examples. The real goal
of EventMachine is to enable programs to easily interface with other programs
using TCP/IP, especially if custom protocols are required.

Comment 1 Graeme Gillies 2015-03-20 03:55:13 UTC
Scratch build in rawhide successful

http://koji.fedoraproject.org/koji/taskinfo?taskID=9276790

Comment 2 greg.hellings 2015-12-22 16:03:01 UTC
How does this differ from the existing rubygem-eventmachine package?

Comment 3 Graeme Gillies 2016-01-03 23:35:11 UTC
I believe it's a sensu specific fork of the rubygem-eventmachine gem. This is needed to get sensu packaged and into fedora

Regards,

Graeme