The output of snapper list should be delimited to 80 characters per line. The actual command was # dnf upgrade $(cat mga6_23627.lst). This command is stored and expanded in the field description. There is no need to expand the command. It could be retrieved by history or dnf history. Indeed the list could be much longer and the output of # snapper list would be then completely unreadable. Is is quite annoying! Ulrich btrfs is needed as root filesystem to install snapper and reproduce this issue.
Created attachment 10752 [details] Sample output of command # snapper list
Assigning to the registered maintainer.
CC: (none) => marja11Assignee: bugsquad => ngompa13
You can get a readable format with the # snapper modify command, e.g. # snapper modify -d 'dnf upgrade kernel-desktop-5.1.20-2.mga7-1-1.mga7' <pre-no> <post-no>
Hi, thanks for reporting this bug. We are sorry, but we no longer maintains this version of Mageia. Please upgrade to the latest version and reopen this bug against that version if this bug exists there. As a result we are setting this bug to CLOSED:OLD
Status: NEW => RESOLVEDResolution: (none) => OLDCC: (none) => ouaurelien
Created attachment 11831 [details] Upgrade and sample output of snapper list Still valid in Mageia 7.
Reopened
Version: 6 => 7Resolution: OLD => (none)Status: RESOLVED => REOPENED
Created attachment 12469 [details] Sample output of dnf history and exerpt of bash history Same issue applies to # dnf history. Expanding the command makes the output unreadable. Ulrich
Whiteboard: (none) => MGA7TOOCC: (none) => friVersion: 7 => 8
This is an implementation detail of the snapper plugin for DNF. The code in question that does this is here: https://github.com/rpm-software-management/dnf-plugins-extras/blob/master/plugins/snapper.py#L33
Source RPM: snapper => dnf-plugins-extras-4.0.13-1.mga8.src.rpm