coreutils-9.3 brought changes to the behavior of the -v option which broke some of my automation scripts. I am unlikely to be the only one negatively impacted by this change. Because of this I have been blocking updates to coreutils in Rawhide and Fedora 39. and I'm running coreutils-9.2-4.fc39.x86_64. This change in the -v option has been reverted in 9.4 (released 2023-08-29). From [1]: ** Changes in behavior 'cp -v' and 'mv -v' will no longer output a message for each file skipped due to -i, or -u. Instead they only output this information with --debug. I.e., 'cp -u -v' etc. will have the same verbosity as before coreutils-9.3. Understanding it would be risky pushing 9.4 into Fedora 39 at this late stage, would it be possible to backport just the patch that fixes this issue? I am going to propose this as a freeze exception for the 39 beta. [1] https://github.com/coreutils/coreutils/blob/master/NEWS Reproducible: Always
Proposed as a Freeze Exception for 39-beta by Fedora user nixuser using the blocker tracking app because: Undesirable verbosity was introduced for the -v option in coreutils-9.3 on the cp command that means in copy operations used on large hierarchies where only newer files are copied, a very large amount of output is produced, such that the trail of what was actually copied is lost in the mess of messages about what was not copied. This new verbosity was moved to a debug option in coreutils-9.4 and the -v option works as per 9.2 and earlier. I am proposing to backport the fix for this from 9.4 to the 9.3 in Fedora in time for release.
Pagure PR: https://src.fedoraproject.org/rpms/coreutils/pull-request/12
Thanks, your scratch build works.
FEDORA-2023-b9f3783bf2 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-b9f3783bf2
FEDORA-2023-b9f3783bf2 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-b9f3783bf2` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-b9f3783bf2 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
Freeze Exception discussion ticket: https://pagure.io/fedora-qa/blocker-review/issue/1239
Discussed during the 2023-09-04 blocker review meeting: [1] The decision to classify this bug as a AcceptedFreezeException (Beta) was made: "The benefit here isn't huge (getting the new/old behaviour during live sessions and at first boot, not just on first update) but the risk is also small and we're feeling generous, so...fine." [1] https://meetbot-raw.fedoraproject.org/fedora-blocker-review/2023-09-04/f39-blocker-review.2023-09-04-16.00.log.txt
FEDORA-2023-b9f3783bf2 has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report.