Bug 1747012

Summary: Review Request: perl-Algorithm-BloomFilter - A simple bloom filter data structure
Product: [Fedora] Fedora Reporter: Emmanuel Seyman <emmanuel>
Component: Package ReviewAssignee: Jitka Plesnikova <jplesnik>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: jplesnik, package-review
Target Milestone: ---Flags: jplesnik: fedora-review+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-09-03 17:39:49 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 Emmanuel Seyman 2019-08-29 17:07:51 UTC
Spec URL: http://people.parinux.org/~seyman/fedora/perl-Algorithm-BloomFilter/perl-Algorithm-BloomFilter.spec
SRPM URL: http://people.parinux.org/~seyman/fedora/perl-Algorithm-BloomFilter/perl-Algorithm-BloomFilter-0.02-1.fc30.src.rpm
Description:
This module implements a simple bloom filter in C/XS.
Fedora Account System Username: eseyman
Rpmlint Output: 1 packages and 1 specfiles checked; 0 errors, 0 warnings.

Comment 1 Jitka Plesnikova 2019-08-30 06:34:24 UTC
Source file is ok
Summary is ok
License is ok
Description is ok
URL and Source0 are ok
All tests passed
BuildRequires are ok

$ rpm -qp --requires perl-Algorithm-BloomFilter-0.02-1.fc32.x86_64.rpm | sort | uniq -c | grep -v rpmlib
      1 libc.so.6()(64bit)
      1 libc.so.6(GLIBC_2.14)(64bit)
      1 libc.so.6(GLIBC_2.2.5)(64bit)
      1 libc.so.6(GLIBC_2.4)(64bit) 
      1 libperl.so.5.30()(64bit)
      1 libpthread.so.0()(64bit)
      1 perl(:MODULE_COMPAT_5.30.0)
      1 perl(strict)
      1 perl(:VERSION) >= 5.8.1
      1 perl(warnings)
      1 perl(XSLoader)
      1 rtld(GNU_HASH)
Binary requires are Ok.

$ rpm -qp --provides perl-Algorithm-BloomFilter-0.02-1.fc32.x86_64.rpm | sort | uniq -c
      1 perl(Algorithm::BloomFilter) = 0.02
      1 perl-Algorithm-BloomFilter = 0.02-1.fc32
      1 perl-Algorithm-BloomFilter(x86-64) = 0.02-1.fc32
Binary provides are Ok.

$ rpmlint ./perl-Algorithm-BloomFilter*
2 packages and 1 specfiles checked; 0 errors, 0 warnings.
Rpmlint is ok

Resolution:
Approved

Comment 2 Gwyn Ciesla 2019-08-30 16:48:12 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/perl-Algorithm-BloomFilter

Comment 3 Emmanuel Seyman 2019-09-03 17:39:49 UTC
This package is now in Rawhide and updates have been released for the stable distributions. Thank you for the review, Jikta.