[Bug 638906] New: Review Request: erlang-gen_leader - A leader election behavior modeled after gen_server

bugzilla at redhat.com bugzilla at redhat.com
Thu Sep 30 10:43:09 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: erlang-gen_leader - A leader election behavior modeled after gen_server

https://bugzilla.redhat.com/show_bug.cgi?id=638906

           Summary: Review Request: erlang-gen_leader - A leader election
                    behavior modeled after gen_server
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: lemenkov at gmail.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora


Spec URL: http://peter.fedorapeople.org/erlang-gen_leader.spec
SRPM URL: http://peter.fedorapeople.org/erlang-gen_leader-0-0.1.fc12.src.rpm
Description: This application implements a leader election behavior modeled
after gen_server.
This behavior intends to make it reasonably straightforward to implement a
fully
distributed server with master-slave semantics.

This package is one of the requirements for erlang-gproc and etorrent.

Koji scratch build for F-14:
http://koji.fedoraproject.org/koji/taskinfo?taskID=2503189

rpmlint messages:
1. erlang-gen_leader.ppc: E: no-binary
2. erlang-gen_leader.ppc: W: only-non-binary-in-usr-lib
3. erlang-gen_leader.ppc: W: no-documentation

All these messages should be ignored. The messages №1 and №2 means that I
installed noarch application into arch-dependent library - that's exactly like
Erlang/OTP is designed - it stores all its libraries under
%{_libdir}/erlang/lib no matter of whether package is arch-dependent or not
(unlike python). The message №3 means exactly what it means - there is no
documentation for this library (yet).

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the package-review mailing list