Bug 858733
| Summary: | nc should require socat | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Martin Kletzander <mkletzan> |
| Component: | nmap | Assignee: | Petr Šabata <psabata> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | athmanem, mhlavink, psabata, rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-12-20 15:33:41 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Hmm, I see socat is required by the base nmap package (which doesn't get pulled in by nmap-ncat). This is a trivial fix... (Also, correcting the component.) nmap-6.01-7.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/nmap-6.01-7.fc18 Package nmap-6.01-7.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing nmap-6.01-7.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-15214/nmap-6.01-7.fc18 then log in and leave karma (feedback). nmap-6.01-7.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The package 'nc' doesn't require package 'socat' that's needed for running 'nc' with '-U' option. Version-Release number of selected component (if applicable): nmap-ncat-6.01-4.fc18.x86_64 How reproducible: 100% Steps to Reproduce: 1. Install minimal Fedora 18 (I used 'text' installation) 2. Install nmap-ncap 3. Run nc with unix socket (e.g. nc -U /), path doesn't matter. Actual results: # nc -U / /bin/nc: line 5: exec: socat: not found Expected results: # nc -U / 2012/09/19 13:58:10 socat[614] E open("/", 02002, 0666): Is a directory Additional info: Adding socat as a requirement in the spec file should be enough, I guess.