Bug 1887671
| Summary: | Review Request: golang-github-redteampentesting-monsoon - Fast HTTP enumerator | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fabian Affolter <mail> |
| Component: | Package Review | Assignee: | Olivier Lemasle <o.lemasle> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | o.lemasle, package-review |
| Target Milestone: | --- | Flags: | o.lemasle:
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: | 2020-12-30 01:38:16 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: | |||
| Bug Depends On: | 1887668 | ||
| Bug Blocks: | 563471 | ||
|
Description
Fabian Affolter
2020-10-13 06:49:32 UTC
Please remove these lines:
for cmd in cmd/* ; do
%gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd
done
It produces the following unexpected binaries:
/usr/bin/fuzz
/usr/bin/list
/usr/bin/show
/usr/bin/test
The only binary should be /usr/bin/monsoon.
Also, a new version (0.6.0) was released this week.
(In reply to Olivier Lemasle from comment #1) > Please remove these lines: > for cmd in cmd/* ; do > %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd > done > > It produces the following unexpected binaries: > /usr/bin/fuzz > /usr/bin/list > /usr/bin/show > /usr/bin/test > > The only binary should be /usr/bin/monsoon. Changed. > Also, a new version (0.6.0) was released this week. Updated %changelog * Fri Dec 11 2020 Fabian Affolter <mail> - 0.6.0-1 - Remove binaries - Update to latest upstream release 0.6.0 (#1887671) Updated files: Spec URL: https://fab.fedorapeople.org/packages/SRPMS/golang-github-redteampentesting-monsoon.spec SRPM URL: https://fab.fedorapeople.org/packages/SRPMS/golang-github-redteampentesting-monsoon-0.6.0-1.fc33.src.rpm (In reply to Olivier Lemasle from comment #1) > Please remove these lines: > for cmd in cmd/* ; do > %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd > done > > It produces the following unexpected binaries: > /usr/bin/fuzz > /usr/bin/list > /usr/bin/show > /usr/bin/test > > The only binary should be /usr/bin/monsoon. Changed. > Also, a new version (0.6.0) was released this week. Updated %changelog * Fri Dec 11 2020 Fabian Affolter <mail> - 0.6.0-1 - Remove binaries - Update to latest upstream release 0.6.0 (#1887671) Updated files: Spec URL: https://fab.fedorapeople.org/packages/SRPMS/golang-github-redteampentesting-monsoon.spec SRPM URL: https://fab.fedorapeople.org/packages/SRPMS/golang-github-redteampentesting-monsoon-0.6.0-1.fc33.src.rpm Change is ok, package is accepted: - spec ok - changelog ok - license ok - last version packaged - packaging guidelines ok - rpmlint ok Thanks for reviewing this. (fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/golang-github-redteampentesting-monsoon FEDORA-2020-6168b864e4 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-6168b864e4 FEDORA-2020-793a800731 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-793a800731 FEDORA-2020-6168b864e4 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2020-6168b864e4 \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-6168b864e4 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-793a800731 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2020-793a800731 \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-793a800731 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-6168b864e4 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2020-793a800731 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. |