https://bugzilla.redhat.com/show_bug.cgi?id=1849353
Bug ID: 1849353
Summary: Review Request: rust-askama_shared - Shared code for
Askama
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: ego.cordatus(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://atim.fedorapeople.org//rust-askama_shared.spec
SRPM URL:
https://atim.fedorapeople.org//rust-askama_shared-0.9.1-1.fc33.src.rpm
Description:
Shared code for Askama.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1849352
Bug ID: 1849352
Summary: Review Request: rust-askama_escape - Optimized HTML
escaping code, extracted from Askama
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: ego.cordatus(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://atim.fedorapeople.org//rust-askama_escape.spec
SRPM URL:
https://atim.fedorapeople.org//rust-askama_escape-0.3.0-1.fc33.src.rpm
Description:
Optimized HTML escaping code, extracted from Askama.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1789854
--- Comment #17 from IBM Bug Proxy <bugproxy(a)us.ibm.com> ---
------- Comment From sjain014(a)in.ibm.com 2020-07-01 03:01 EDT-------
Hello Team,
Thanks for the review.
I will open a new BUG and will post the updated SPEC file there.
(In reply to comment #19)
> - Don't use %define but %global:
>
> %define name ServiceReport
> %define version 2.2.1
> %define release 1
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1839242
Bug ID: 1839242
Summary: Review Request: python-ouimeaux - Open source control
for Belkin WeMo devices
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: zonexpertconsulting(a)outlook.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://raw.githubusercontent.com/knight-of-ni/specfiles/master/python-ouim…
SRPM URL:
https://download.copr.fedorainfracloud.org/results/kni/ouimeaux-fedora/fedo…
Fedora Account System Username: kni
Description:
Open source control for Belkin WeMo devices
- Supports WeMo Switch, Light Switch, Insight Switch and Motion
- Command-line tool to discover and control devices in your environment
- REST API to obtain information and perform actions on devices
- Simple responsive Web app provides device control on mobile
- Python API to interact with device at a low level
RPMLint output:
> $ rpmlint /var/lib/mock/fedora-32-x86_64/result/*.rpm
> python3-ouimeaux.noarch: W: no-manual-page-for-binary wemo
> 2 packages and 0 specfiles checked; 0 errors, 1 warnings.
>
There is no man page available for the wemo binary, but it does have decent
commandline help:
> $ wemo -h
> usage: wemo [-h] [-b BIND] [-d] [-e] [-v] [-t TIMEOUT] {status,switch,maker,light,list,server} ...
>
> positional arguments:
> {status,switch,maker,light,list,server}
> status Print status of WeMo devices
> switch Turn a WeMo Switch on or off
> maker Get sensor or switch state of a Maker or Turn on or off
> light Turn a WeMo LED light on or off
> list List all devices found in the environment
> server Run the API server and web app
> optional arguments:
> -h, --help show this help message and exit
> -b BIND, --bind BIND ip:port to which to bind the response server. Default is localhost:54321
> -d, --debug Enable debug logging
> -e, --exact-match Disable fuzzy matching for device names
> -v, --human-readable Print statuses as human-readable words
> -t TIMEOUT, --timeout TIMEOUT
> Time in seconds to allow for discovery
Scope:
- The intended scope of this review is for recent Fedora only
- EPEL builds are not planned at this time due to missing dependencies
- Unless someone can make a compelling argument for python2, only a python3
package is planned
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1822132
Bug ID: 1822132
Summary: Review Request: golang-github-andreasbriese-bbloom -
Fast bit set Bloom filter
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: mail(a)fabian-affolter.ch
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://fab.fedorapeople.org/packages/SRPMS/golang-github-andreasbriese-bbl…
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/golang-github-andreasbriese-bbl…
Project URL: https://github.com/AndreasBriese/bbloom
Description:
A fast bit set Bloom filter.
Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=43123258
rpmlint output:
$ rpmlint
golang-github-andreasbriese-bbloom-0-0.1.20200408git46b345b.fc31.src.rpm
golang-github-andreasbriese-bbloom.src: W: no-%build-section
1 packages and 0 specfiles checked; 0 errors, 1 warnings.
$ rpmlint
golang-github-andreasbriese-bbloom-devel-0-0.1.20200408git46b345b.fc31.noarch.rpm
golang-github-andreasbriese-bbloom-devel.noarch: W: hidden-file-or-dir
/usr/share/gocode/src/github.com/AndreasBriese/bbloom/.goipath
1 packages and 0 specfiles checked; 0 errors, 1 warnings.
Fedora Account System Username: fab
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1820855
Bug ID: 1820855
Summary: Review Request: golang-github-jpillora-requestlog-
Simple request logging
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: mail(a)fabian-affolter.ch
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://fab.fedorapeople.org/packages/SRPMS/golang-github-jpillora-requestl…
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/golang-github-jpillora-requestl…
Project URL: https://github.com/jpillora/requestlog
Description:
Simple request logging in Go (Golang).
Koji scratch build:
fails due to missing dependencies
rpmlint output:
$ rpmlint golang-github-jpillora-requestlog-*
golang-github-jpillora-requestlog.src: W: no-%build-section
1 packages and 0 specfiles checked; 0 errors, 1 warnings.
$ rpmlint golang-github-jpillora-requestlog-devel*
golang-github-jpillora-requestlog-devel.noarch: W: hidden-file-or-dir
/usr/share/gocode/src/github.com/jpillora/requestlog/.goipath
1 packages and 0 specfiles checked; 0 errors, 1 warnings.
Fedora Account System Username: fab
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1821808
Bug ID: 1821808
Summary: Review Request: golang-github-badgerodon-peg - Parsing
Expression Grammer Parser
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: mail(a)fabian-affolter.ch
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://fab.fedorapeople.org/packages/SRPMS/golang-github-badgerodon-peg.sp…
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/golang-github-badgerodon-peg-0-…
Project URL: https://github.com/badgerodon/peg
Description:
Parsing Expression Grammer Parser in Go.
Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=43094321
rpmlint output:
$ rpmlint golang-github-badgerodon-peg-0-0.1.20200407git9e5f7f4.fc31.src.rpm
golang-github-badgerodon-peg.src: W: no-%build-section
1 packages and 0 specfiles checked; 0 errors, 1 warnings.
$ rpmlint
golang-github-badgerodon-peg-devel-0-0.1.20200407git9e5f7f4.fc31.noarch.rpm
golang-github-badgerodon-peg-devel.noarch: W: no-documentation
golang-github-badgerodon-peg-devel.noarch: W: hidden-file-or-dir
/usr/share/gocode/src/github.com/badgerodon/peg/.goipath
1 packages and 0 specfiles checked; 0 errors, 2 warnings.
Fedora Account System Username: fab
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1818870
Bug ID: 1818870
Summary: Review Request: hulk - DoS tool using unique and
obfuscated traffic
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: mail(a)fabian-affolter.ch
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://fab.fedorapeople.org/packages/SRPMS/hulk.spec
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/hulk-0-0.1.20200330git9670699.f…
Project URL: https://github.com/grafov/hulk
Description:
HULK is a web server denial of service tool. It is designed to generate
volumes of unique and obfuscated traffic at a web server, bypassing caching
engines and therefore hitting the server's direct resource pool.
Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=42875755
rpmlint output:
$ rpmlint hulk-0-0.1.20200330git9670699.fc31.src.rpm
hulk.src: W: spelling-error Summary(en_US) DoS -> Dos, DOS, Doe
1 packages and 0 specfiles checked; 0 errors, 1 warnings.
$ rpmlint hulk-*
hulk.x86_64: W: spelling-error Summary(en_US) DoS -> Dos, DOS, Doe
hulk.x86_64: W: no-manual-page-for-binary hulk
3 packages and 0 specfiles checked; 0 errors, 2 warnings.
Fedora Account System Username: fab
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1818892
Bug ID: 1818892
Summary: Review Request: webanalyze - Tool to uncovers
technologies used on websites
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: mail(a)fabian-affolter.ch
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://fab.fedorapeople.org/packages/SRPMS/webanalyze.spec
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/webanalyze-0.3.1-1.fc31.src.rpm
Project URL: https://github.com/rverton/webanalyze
Description:
Port of Wappalyzer (uncovers technologies used on websites) in Go to automate
scanning.
Koji scratch build:
fails due to missing dependency
rpmlint output:
$ rpmlint webanalyze-0.3.1-1.fc31.src.rpm
1 packages and 0 specfiles checked; 0 errors, 0 warnings.
$ rpmlint webanalyze-*
webanalyze.x86_64: W: no-manual-page-for-binary webanalyze
3 packages and 0 specfiles checked; 0 errors, 1 warnings.
Fedora Account System Username: fab
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component