Bug 1540485
| Summary: | grep does not provide /usr/bin/grep | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> | |
| Component: | grep | Assignee: | Jaroslav Škarvada <jskarvad> | |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | rawhide | CC: | jskarvad, j, kasal, lkundrak | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | grep-3.1-4.fc28 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1567086 (view as bug list) | Environment: | ||
| Last Closed: | 2018-02-02 15:39:29 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1567086 | |||
|
Description
Miro Hrončok
2018-01-31 08:03:00 UTC
Note: When this gets fixed, the Requires for /bin/grep in redhat-rpm-config needs to be replaced with /usr/bin/grep immediately, or it will will break the buildroot once again. The grep package can simply add "Provides: /bin/grep" to avoid breaking anything. We kept it mostly for backward compatibility. Let's try to fix it in Rawhide. I will add the explicit provide for backward compatibility. The following packages require /bin/grep: Canna am-utils redhat-lsb-core resource-agents torque The following packages require /bin/egrep: nagios-plugins-log nagios-plugins-sensors redhat-lsb-core The following packages require /bin/fgrep: redhat-lsb-core Thank you! $ rpm -qpl grep-3.1-4.fc28.x86_64.rpm | grep bin /usr/bin/egrep /usr/bin/fgrep /usr/bin/grep $ rpm -qp --provides grep-3.1-4.fc28.x86_64.rpm | grep bin /bin/egrep /bin/fgrep /bin/grep Canna is orphaned https://src.fedoraproject.org/rpms/am-utils/pull-request/1 https://src.fedoraproject.org/rpms/redhat-lsb/pull-request/3 https://src.fedoraproject.org/rpms/resource-agents/pull-request/2 https://src.fedoraproject.org/rpms/torque/pull-request/2 I see no egrep mentioned in nagios-plugins.spec (In reply to Miro Hrončok from comment #6) > Canna is orphaned > https://src.fedoraproject.org/rpms/am-utils/pull-request/1 > https://src.fedoraproject.org/rpms/redhat-lsb/pull-request/3 > https://src.fedoraproject.org/rpms/resource-agents/pull-request/2 > https://src.fedoraproject.org/rpms/torque/pull-request/2 Thanks > I see no egrep mentioned in nagios-plugins.spec It seems they silently fixed it in: https://src.fedoraproject.org/rpms/nagios-plugins/c/12c05af7b4828ecc028accf262b00fb8ba74e3f0 (In reply to Jaroslav Škarvada from comment #7) > (In reply to Miro Hrončok from comment #6) > > Canna is orphaned > > https://src.fedoraproject.org/rpms/am-utils/pull-request/1 > > https://src.fedoraproject.org/rpms/redhat-lsb/pull-request/3 > > https://src.fedoraproject.org/rpms/resource-agents/pull-request/2 > > https://src.fedoraproject.org/rpms/torque/pull-request/2 > > Thanks > > > I see no egrep mentioned in nagios-plugins.spec > > It seems they silently fixed it in: > https://src.fedoraproject.org/rpms/nagios-plugins/c/ > 12c05af7b4828ecc028accf262b00fb8ba74e3f0 Probably here is the first fix: https://src.fedoraproject.org/rpms/nagios-plugins/c/47131dde93200ccbac99cfb379f02a4ba4ec3df1 but it seems there isn't still the fixed version built in the f26 I did the query across. |