[Bug 1754957] Review Request: lua-luv - lua bindings for libuv

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1754957

Elliott Sales de Andrade  changed:

   What|Removed |Added

 CC||quantum.anal...@gmail.com



--- Comment #2 from Elliott Sales de Andrade  ---
You should not use compat- in your naming of subpackages for old versions of
Lua, so it's probably best not to name your variables with compat either.

This also doesn't build, but the output is rather weird, so I'm not sure if
it's a bug in Rawhide at the moment:
-- The C compiler identification is unknown
-- The ASM compiler identification is unknown
-- Didn't find assembler
CMake Error at CMakeLists.txt:7 (project):
  No CMAKE_C_COMPILER could be found.
  Tell CMake where to find the compiler by setting either the environment
  variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
  the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:7 (project):
  No CMAKE_ASM_COMPILER could be found.
  Tell CMake where to find the compiler by setting either the environment
  variable "ASM" or the CMake cache entry CMAKE_ASM_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.
-- Warning: Did not find file Compiler/-ASM
-- Configuring incomplete, errors occurred!
See also "/builddir/build/BUILD/luv-1.30.1-0/obj/CMakeFiles/CMakeOutput.log".
See also "/builddir/build/BUILD/luv-1.30.1-0/obj/CMakeFiles/CMakeError.log".

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1755695] Review Request: R-websocket - 'WebSocket' Client Library

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1755695



--- Comment #8 from Fedora Update System  ---
R-websocket-1.1.0-1.fc29 has been pushed to the Fedora 29 testing repository.
If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-d03cdf4e77

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1756582] Review Request: sshguard - Protect hosts from brute-force attacks

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1756582



--- Comment #2 from Michal Schorm  ---
Package Review
==

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated


Issues:
===
1) The package does not own '/usr/libexec/sshguard' directory, but it should.

2) Systemd X SysVinit
The package has an option to not build sysvinit stuff. Which it fine - we want
systemd files in Fedora instead.
However the condition on the first 3 lines is broken. On Fedora it will expand
to "0 <= 6", which is always TRUE, so it will always pack sysvinit stuff over
systemd stuff.

2.1) Fix the condition
2.2) Logrotate is used only with sysvinit and not with systemd - is that an
intention?
2.3) When the package is build with systemd service instead of sysvinit script,
do you think it still worth to ship the example
'/usr/share/doc/sshguard/sshguard.service' file, even if it's nearly the same
as the actual service file?
2.4) Please note, that the base package contains systemd service file, but the
package does not require systemd. Thus it can end up in a state, when it is
installed, but systemd is not.
 If the main functionality remains even without systemd, it's fine. If the
functionality depends on the service, you need to fix the package requirements.
Please check if it's OK.
 Also note that the e.g. teh firewalld subpackage depends on firewalld
which depends on systemd ... so in that case the systemd will be pulled in.
2.5) The systemd service contains e.g. "After=firewalld.service". If the
service is not present or not started, this won't have any effect.
 Thus you can end up with sshguard service running but firewalld service
not running;  and an error message in the systemd journal: "sshguard[1518]:
sshg-fw-firewalld: Could not initialize firewall"
 Check if that's OK.

3) I'd suggest to have every changelog entry (each header) separated by a
newline, to have it consistent with both itself and all other pkgs in Fedora.

4) I saw two bundled libraries that I suspect they are bundled, can you please
confirm?
* simclist library?
* Fowler/Noll/Vo Hash (fnv) library ?
They are mentioned here too:
https://bitbucket.org/sshguard/sshguard/src/036efe21bd46122fde9d3d85aa71ee72b4c8d7e4/COPYING
And i see them amongst the debugsource files, so they were used during the
build process.

If they are packed in Fedora, those packages MUST be used instead.
If they are not packaged in Fedora, you MUST pack them too.
Only in very special cases, when neither of those two steps above are a good
solution, you may bundle it. But in such case you MUST mark that the package
provide those bundles.


= MUST items =

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: If your application is a C or C++ application you must list a
 BuildRequires against gcc, gcc-c++ or clang.
[x]: Header files in -devel subpackage, if present.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.

Generic:
[x]: Package is licensed with an open-source compatible license and meets
 other legal requirements as defined in the legal section of Packaging
 Guidelines.
[?]: License field in the package spec file matches the actual license.
 "sshguard is available under the terms of the OpenBSD license, which
is based on the ISC License."
 The "OpenBSD" license is not specified here:
https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#SoftwareLicenses, so
it need aditional check.
[x]: License file installed when any subpackage combination is installed.
[x]: If the package is under multiple licenses, the licensing breakdown
 must be documented in the spec.
[!]: Package requires other packages for directories it uses.
 Note: No known owner of /usr/libexec/sshguard
[!]: Package must own all directories that it creates.
 Note: Directories without known owners: /usr/libexec/sshguard
[x]: %build honors applicable compiler flags or justifies otherwise.
[!]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[x]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
 names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
 Provides are present.
[?]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[!]: Package contains systemd file(s) if in need.
[x]: Useful -debuginfo package or justification otherwise.
[x]: Package is not known to 

[Bug 1751218] Review Request: php-pragmarx-google2fa-qrcode - QR Code package for Google2FA

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1751218



--- Comment #8 from Fedora Update System  ---
php-pragmarx-google2fa-qrcode-1.0.3-1.fc30 has been pushed to the Fedora 30
stable repository. If problems still persist, please make note of it in this
bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1750667] Review Request: php-bacon-qr-code2 - QR code generator for PHP

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750667



--- Comment #9 from Fedora Update System  ---
php-bacon-qr-code2-2.0.0-1.fc30 has been pushed to the Fedora 30 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1751204] Review Request: php-khanamiryan-qrcode-detector-decoder - QR code decoder / reader

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1751204



--- Comment #8 from Fedora Update System  ---
php-khanamiryan-qrcode-detector-decoder-1.0.2-3.fc30 has been pushed to the
Fedora 30 stable repository. If problems still persist, please make note of it
in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1750701] Review Request: php-pragmarx-google2fa5 - Google Two-Factor Authentication for PHP Package

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750701



--- Comment #9 from Fedora Update System  ---
php-pragmarx-google2fa5-5.0.0-1.fc30 has been pushed to the Fedora 30 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1750658] Review Request: php-dasprid-enum - PHP enum implementation

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750658



--- Comment #8 from Fedora Update System  ---
php-dasprid-enum-1.0.0-1.fc30 has been pushed to the Fedora 30 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1755569] Review Request: golang-github-putdotio-putio - Put.io Go API client

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1755569



--- Comment #9 from Fedora Update System  ---
golang-github-putdotio-putio-0-0.1.20190927git19b9c63.fc30 has been pushed to
the Fedora 30 testing repository. If problems still persist, please make note
of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-c19cb2aec7

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1755566] Review Request: golang-github-jzelinskie-whirlpool - Whirlpool cryptographic hashing library

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1755566



--- Comment #8 from Fedora Update System  ---
golang-github-jzelinskie-whirlpool-0-0.1.20190927gitc19460b.fc30 has been
pushed to the Fedora 30 testing repository. If problems still persist, please
make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-7ab976946a

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1755695] Review Request: R-websocket - 'WebSocket' Client Library

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1755695



--- Comment #7 from Fedora Update System  ---
R-websocket-1.1.0-1.fc30 has been pushed to the Fedora 30 testing repository.
If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-c3edd74a4f

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1755217] Review Request: R-repurrrsive - Examples of Recursive Lists and Nested or Split Data Frames

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1755217



--- Comment #7 from Fedora Update System  ---
R-repurrrsive-1.0.0-1.fc30 has been pushed to the Fedora 30 testing repository.
If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-6310532365

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1752288] Review Request: Coin4 - High-level 3D visualization library

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1752288



--- Comment #18 from Fedora Update System  ---
Coin4-4.0.0-2.fc30 has been pushed to the Fedora 30 testing repository. If
problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-e1fbb1c109

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1755566] Review Request: golang-github-jzelinskie-whirlpool - Whirlpool cryptographic hashing library

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1755566

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #7 from Fedora Update System  ---
golang-github-jzelinskie-whirlpool-0-0.1.20190927gitc19460b.fc31 has been
pushed to the Fedora 31 testing repository. If problems still persist, please
make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-7a97d9212d

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1755569] Review Request: golang-github-putdotio-putio - Put.io Go API client

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1755569

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
golang-github-putdotio-putio-0-0.1.20190927git19b9c63.fc31 has been pushed to
the Fedora 31 testing repository. If problems still persist, please make note
of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-63adc0ae2f

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1755217] Review Request: R-repurrrsive - Examples of Recursive Lists and Nested or Split Data Frames

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1755217

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #6 from Fedora Update System  ---
R-repurrrsive-1.0.0-1.fc31 has been pushed to the Fedora 31 testing repository.
If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-f74cc2a4b0

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1752288] Review Request: Coin4 - High-level 3D visualization library

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1752288

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #17 from Fedora Update System  ---
Coin4-4.0.0-2.fc31 has been pushed to the Fedora 31 testing repository. If
problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-d756edf752

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1755695] Review Request: R-websocket - 'WebSocket' Client Library

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1755695

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #6 from Fedora Update System  ---
R-websocket-1.1.0-1.fc31 has been pushed to the Fedora 31 testing repository.
If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-771d6fbe66

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1752298] Review Request: python-wurlitzer - Capture C-level output in context managers

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1752298

Mukundan Ragavan  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2019-09-29 00:25:50



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1751218] Review Request: php-pragmarx-google2fa-qrcode - QR Code package for Google2FA

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1751218
Bug 1751218 depends on bug 1750667, which changed state.

Bug 1750667 Summary: Review Request: php-bacon-qr-code2 -  QR code generator 
for PHP
https://bugzilla.redhat.com/show_bug.cgi?id=1750667

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1751218] Review Request: php-pragmarx-google2fa-qrcode - QR Code package for Google2FA

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1751218
Bug 1751218 depends on bug 1750701, which changed state.

Bug 1750701 Summary: Review Request: php-pragmarx-google2fa5 - Google 
Two-Factor Authentication for PHP Package
https://bugzilla.redhat.com/show_bug.cgi?id=1750701

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1750667] Review Request: php-bacon-qr-code2 - QR code generator for PHP

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750667
Bug 1750667 depends on bug 1750658, which changed state.

Bug 1750658 Summary: Review Request: php-dasprid-enum - PHP enum implementation
https://bugzilla.redhat.com/show_bug.cgi?id=1750658

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1751218] Review Request: php-pragmarx-google2fa-qrcode - QR Code package for Google2FA

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1751218

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-09-29 00:00:55



--- Comment #7 from Fedora Update System  ---
php-pragmarx-google2fa-qrcode-1.0.3-1.fc31 has been pushed to the Fedora 31
stable repository. If problems still persist, please make note of it in this
bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1751204] Review Request: php-khanamiryan-qrcode-detector-decoder - QR code decoder / reader

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1751204

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-09-29 00:00:48



--- Comment #7 from Fedora Update System  ---
php-khanamiryan-qrcode-detector-decoder-1.0.2-3.fc31 has been pushed to the
Fedora 31 stable repository. If problems still persist, please make note of it
in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1751218] Review Request: php-pragmarx-google2fa-qrcode - QR Code package for Google2FA

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1751218
Bug 1751218 depends on bug 1751204, which changed state.

Bug 1751204 Summary: Review Request: php-khanamiryan-qrcode-detector-decoder - 
QR code decoder / reader
https://bugzilla.redhat.com/show_bug.cgi?id=1751204

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1750667] Review Request: php-bacon-qr-code2 - QR code generator for PHP

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750667

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-09-29 00:00:53



--- Comment #8 from Fedora Update System  ---
php-bacon-qr-code2-2.0.0-1.fc31 has been pushed to the Fedora 31 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1750658] Review Request: php-dasprid-enum - PHP enum implementation

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750658

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-09-29 00:00:42



--- Comment #7 from Fedora Update System  ---
php-dasprid-enum-1.0.0-1.fc31 has been pushed to the Fedora 31 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1750701] Review Request: php-pragmarx-google2fa5 - Google Two-Factor Authentication for PHP Package

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750701

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-09-29 00:00:51



--- Comment #8 from Fedora Update System  ---
php-pragmarx-google2fa5-5.0.0-1.fc31 has been pushed to the Fedora 31 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1750590] Review Request: password-safe - Password manager for GNOME

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750590
Bug 1750590 depends on bug 1750580, which changed state.

Bug 1750580 Summary: Review Request: python-pykeepass - Python library to 
interact with keepass databases
https://bugzilla.redhat.com/show_bug.cgi?id=1750580

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |DUPLICATE



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1750580] Review Request: python-pykeepass - Python library to interact with keepass databases

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750580

Artem  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |DUPLICATE
Last Closed||2019-09-28 23:32:10



--- Comment #4 from Artem  ---


*** This bug has been marked as a duplicate of bug 1719959 ***

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1750590] Review Request: password-safe - Password manager for GNOME

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750590

Artem  changed:

   What|Removed |Added

 Depends On||1719959




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1719959
[Bug 1719959] Review Request: python-pykeepass - library to interact with
keepass databases
-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1719959] Review Request: python-pykeepass - library to interact with keepass databases

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1719959

Artem  changed:

   What|Removed |Added

 Blocks||1750590
 CC||ego.corda...@gmail.com



--- Comment #7 from Artem  ---
*** Bug 1750580 has been marked as a duplicate of this bug. ***


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1750590
[Bug 1750590] Review Request: password-safe - Password manager for GNOME
-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1750590] Review Request: password-safe - Password manager for GNOME

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750590
Bug 1750590 depends on bug 1750765, which changed state.

Bug 1750765 Summary: Review Request: python-pycryptodome - Cryptographic 
library for Python
https://bugzilla.redhat.com/show_bug.cgi?id=1750765

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |WORKSFORME



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1750765] Review Request: python-pycryptodome - Cryptographic library for Python

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750765

Artem  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |WORKSFORME
Last Closed||2019-09-28 23:30:22



--- Comment #5 from Artem  ---
gnome-passwordsafe built with system 'python-pycryptodomex' so we don't need
this python-pycryptodome'
https://bodhi.fedoraproject.org/updates/FEDORA-2019-5fc014f121

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1750590] Review Request: password-safe - Password manager for GNOME

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750590

Artem  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NEXTRELEASE
Last Closed||2019-09-28 23:26:55



--- Comment #2 from Artem  ---
https://bodhi.fedoraproject.org/updates/FEDORA-2019-5fc014f121

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1752233] Review Request: mle - small, flexible, terminal-based text editor

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1752233



--- Comment #2 from a...@php.net ---
Updated. Thank you for the review.

Spec URL: https://raw.githubusercontent.com/adsr/mle/rpm/rpm/mle.spec
SRPM URL:
https://github.com/adsr/mle/blob/rpm/rpm/mle-1.4.2-1.fc30.src.rpm?raw=true

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1752158] Review Request: termbox - Legacy-free alternative to ncurses

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1752158



--- Comment #3 from a...@php.net ---
Updated. Thank you for the review.

Spec URL: https://raw.githubusercontent.com/adsr/termbox/rpm/rpm/termbox.spec
SRPM URL:
https://github.com/adsr/termbox/blob/rpm/rpm/termbox-1.1.2-1.fc30.src.rpm?raw=true

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1326504] Review Request: htslib - C library for high-throughput sequencing data formats (required for `samtools`)

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1326504



--- Comment #25 from Jun Aruga  ---
> Spec URL: 
> https://raw.githubusercontent.com/junaruga/htslib-pkg/hotfix/review/htslib.spec
> SRPM URL: 
> https://github.com/junaruga/htslib-pkg/blob/hotfix/review/htslib-1.9-1.fc32.src.rpm?raw=true

Hi I updated the htslib.spec and SRPM file.

I renamed libhts-so.1.9 to libhts-1.9.so asking the question to the upstream
here https://github.com/samtools/htslib/issues/932#issuecomment-536212327 to
align glic(libc)'s style.

```
 sh-5.0# ls -l /usr/lib64/libhts*
-rwxr-xr-x 1 root root 759680 Sep 28 20:29 /usr/lib64/libhts-1.9.so
lrwxrwxrwx 1 root root 13 Sep 28 20:29 /usr/lib64/libhts.so ->
libhts-1.9.so
lrwxrwxrwx 1 root root 13 Sep 28 20:29 /usr/lib64/libhts.so.2 ->
libhts-1.9.so
```

On my local Fedora 30 environment.

```
$ ls -l /usr/lib64/libc[-.]*
-rwxr-xr-x 1 root root  6699224 Jun  6 14:09 /usr/lib64/libc-2.29.so*
-rw-r--r-- 1 root root 16258354 Jun  6 14:10 /usr/lib64/libc.a
-rw-r--r-- 1 root root  253 Jun  6 13:55 /usr/lib64/libc.so
lrwxrwxrwx 1 root root   12 Jun  6 13:55 /usr/lib64/libc.so.6 ->
libc-2.29.so*
```

I think this situation is to solve the concern "It's simply wrong.  .so.1.9 and
.so.2 imply incompatible ABIs."

* rpmlint: ok.
* Test to install binary RPMs: ok
* Scratch build: ok
https://koji.fedoraproject.org/koji/taskinfo?taskID=37915859

Could you review again? Thanks.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1752288] Review Request: Coin4 - High-level 3D visualization library

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1752288

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #16 from Fedora Update System  ---
FEDORA-2019-e1fbb1c109 has been submitted as an update to Fedora 30.
https://bodhi.fedoraproject.org/updates/FEDORA-2019-e1fbb1c109

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1554022] Review Request: usbauth-notifier - Notifier for USB Firewall to use with desktop environments

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1554022



--- Comment #12 from Stefan Koch  ---
Because of a rpmgrill.manifest error I have moved the usbauth-npriv binary from
bindir to libexecdir:
"/usr/bin/usbauth-npriv", "Owned by group 'usbauth'; files in /usr/bin
must be group 'root'", "subpackage" : "usbauth-notifier"

The last build is at:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-65ec840e4c

There remain two rpmgrill.setxid errors, but I seems that there is no whitelist
within fedora.
"File /usr/libexec/usbauth-npriv is setuid root but is not on the
setxid whitelist.", "subpackage" : "usbauth-notifier"
"File /usr/libexec/usbauth-notifier/usbauth-notifier is setgid
usbauth but is not on the setxid whitelist.", "subpackage" : "usbauth-notifier"

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1755569] Review Request: golang-github-putdotio-putio - Put.io Go API client

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1755569



--- Comment #7 from Fedora Update System  ---
FEDORA-2019-c19cb2aec7 has been submitted as an update to Fedora 30.
https://bodhi.fedoraproject.org/updates/FEDORA-2019-c19cb2aec7

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1755566] Review Request: golang-github-jzelinskie-whirlpool - Whirlpool cryptographic hashing library

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1755566



--- Comment #6 from Fedora Update System  ---
FEDORA-2019-7ab976946a has been submitted as an update to Fedora 30.
https://bodhi.fedoraproject.org/updates/FEDORA-2019-7ab976946a

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1756582] Review Request: sshguard - Protect hosts from brute-force attacks

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1756582

Michal Schorm  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||msch...@redhat.com
   Assignee|nob...@fedoraproject.org|msch...@redhat.com
  Flags||fedora-review?



--- Comment #1 from Michal Schorm  ---
Hello, I'm a Fedora packager and I'll do this review.
I'll test it and I'll post my findings no later than overmorrow.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1755569] Review Request: golang-github-putdotio-putio - Put.io Go API client

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1755569

Fedora Update System  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED



--- Comment #6 from Fedora Update System  ---
FEDORA-2019-63adc0ae2f has been submitted as an update to Fedora 31.
https://bodhi.fedoraproject.org/updates/FEDORA-2019-63adc0ae2f

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1755566] Review Request: golang-github-jzelinskie-whirlpool - Whirlpool cryptographic hashing library

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1755566

Fedora Update System  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED



--- Comment #5 from Fedora Update System  ---
FEDORA-2019-7a97d9212d has been submitted as an update to Fedora 31.
https://bodhi.fedoraproject.org/updates/FEDORA-2019-7a97d9212d

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1755084] Review Request: smbcmp - SMB network trace debugging tool

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1755084



--- Comment #6 from Guenther Deschner  ---
Thanks for the excellent review and all the hints, I'll get to each of them,
just next week :)

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1754684] Review Request: python-shamir-mnemonic - Reference implementation of SLIP-0039: Shamir’s Secret-Sharing for Mnemonic Codes

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1754684

Jonny Heggheim  changed:

   What|Removed |Added

 Status|POST|MODIFIED
   Assignee|zebo...@gmail.com   |heg...@gmail.com



--- Comment #3 from Jonny Heggheim  ---
(In reply to Robert-André Mauchin from comment #2)
>  - Shorten the summary:
> 
> python3-shamir-mnemonic.noarch: E: summary-too-long C Reference
> implementation of SLIP-0039: Shamir’s Secret-Sharing for Mnemonic Codes

Fixed.

>  - There is no tests provided, remove:
> 
> %check
> %{__python3} setup.py test

Fixed.

> Package approved, please fix the aforementioned issues.

Thanks, will import the SRPM with the fixes.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1260845] Review Request: sshguard - Protect hosts from brute-force attacks

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1260845

Christopher Engelhard  changed:

   What|Removed |Added

 Blocks||201449 (FE-DEADREVIEW)



--- Comment #28 from Christopher Engelhard  ---
Duplicate of Bug 1756582


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=201449
[Bug 201449] FE-DEADREVIEW -- Reviews stalled due to lack of submitter response
should be blocking this bug.
-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1756582] New: Review Request: sshguard - Protect hosts from brute-force attacks

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1756582

Bug ID: 1756582
   Summary: Review Request: sshguard - Protect hosts from
brute-force attacks
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: c...@lcts.de
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Package: sshguard 2.4.0-8
spec:
https://copr-be.cloud.fedoraproject.org/results/lcts/sshguard/fedora-rawhide-x86_64/01039802-sshguard/sshguard.spec
srpm:
https://copr-be.cloud.fedoraproject.org/results/lcts/sshguard/fedora-rawhide-x86_64/01039802-sshguard/sshguard-2.4.0-8.fc32.src.rpm

rpmlint (f30, x64_86): no errors, some warnings I consider false positives

I'm also looking for a sponsor.

About the package:
sshguard detects & blocks brute-force attempts on common services by monitoring
logs. Not as flexible as fail2ban, but extremely easy to configure and supports
pretty much any IP blocking backend one might think of.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1750938] Review Request: rust-failure-tools - Various tools to be used in conjunction with the 'failure' crate

2019-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750938

Igor Gnatenko  changed:

   What|Removed |Added

 Status|ASSIGNED|POST
  Flags|fedora-review?  |fedora-review+



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org