Bug 102499
| Summary: | sox RPM does not install soxmix | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Jared Smith <jsmith.fedora> | ||||
| Component: | sox | Assignee: | Bill Nottingham <notting> | ||||
| Status: | CLOSED ERRATA | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 9 | CC: | faith, rvokal | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 12.17.4-1 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2003-10-08 03:14:40 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: | |||||||
| Attachments: |
|
||||||
Created attachment 93675 [details]
Patch to the spec file to correct this bug
This is a patch to the sox.spec file to correct the problem.
This still hasn't changed as of Fedora Core Test (severn 2) or RawHide as of 10/02/2003. Bill Nottingham mentioned in the mailing list the other day that not including soxmix was an accident... So let's get it fixed! fixed in 12.17.4-1. *** Bug 108028 has been marked as a duplicate of this bug. *** An errata has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2004-409.html |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686) Gecko/20030530 Galeon/1.3.5 Description of problem: The following lines in the .spec file for the sox RPM excludes soxmix from being installed: # remove unpackaged files from the buildroot rm -f $RPM_BUILD_ROOT%{_bindir}/soxmix Instead, why not just add soxmix to %files? Is there some reason why soxmix isn't part of the RPM? Version-Release number of selected component (if applicable): 12.17-3 How reproducible: Always Steps to Reproduce: 1. Install the sox RPM 2. run "rpm -ql sox" Actual Results: /usr/bin/soxmix is not listed Expected Results: /usr/bin/soxmix should be listed Additional info: Other distributions (such as Mandrake, PLD, etc.) include soxmix as part of their sox RPM. If it's part of the sox source tarball, why exclude it from the RPM? (I also checked the RPM in rawhide... it's suffers from the same problem)