On 5/1/24 11:14, Jeffrey Walton wrote:
The file command changed at F40, and it includes some breaking changes. One of my scripts stopped working as expected after the F40 upgrade.

This part is now failing:

     file "${file}.tmp" | grep -q 'CSV text'

It appears the file command changed the output label or text from 'CSV text' to 'CSV ASCII text'. 'CSV text' has been used for years.

This was changed a year ago to include file encoding info:
https://github.com/file/file/commit/f2bc45dd3565d064bd08563f7e22282f0c30a6a0

There may be other changes lurking in the updated file command.

That's very likely.

The issue was reported at <https://bugzilla.redhat.com/show_bug.cgi?id=2278228 <https://bugzilla.redhat.com/show_bug.cgi?id=2278228>>.

This isn't a Fedora issue. The package maintainer isn't going to revert a useful upstream change like that.

When you change software versions, it's up to you to check for any changes. This is a really minor change.
--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to