Bug 2211893
| Summary: | Use of egrep cause complaints from grep (use -E) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | John Dodson <jwadodson> |
| Component: | lynis | Assignee: | Gwyn Ciesla <gwync> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 38 | CC: | athmanem, gwync, i |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | lynis-3.0.9-3.fc39 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-09-28 00:19:38 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: | |||
Any news on this? Fixed in rawhide. So will rawhide only manifest it's changes in FC39? or 40? or ...? I'll build the fix for f40 and f39 when it's available. FEDORA-2023-09a48c84a4 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-09a48c84a4 FEDORA-2023-09a48c84a4 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-09a48c84a4` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-09a48c84a4 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-09a48c84a4 has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: Use of egrep cause complaints from grep (use -E) Please change instances of egrep to grep -E Version-Release number of selected component (if applicable): lynis 3.0.8-3.fc38 How reproducible: Always Steps to Reproduce: 1. run lynis 2. See lines... 220: LANGUAGE=$(locale | egrep "^LANG=" | cut -d= -f2 | cut -d_ -f1 | tr -d '"' | egrep "^[a-z]{2}$") 223: DISPLAY_LANG=$(locale | egrep "^LANG=" | cut -d= -f2) 3. Actual results: egrep: warning: egrep is obsolescent; using grep -E Expected results: No warning with use of grep -E Additional info: