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:
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.