26 Apr
2019
26 Apr
'19
10:00
http://bugzilla.suse.com/show_bug.cgi?id=1133423 http://bugzilla.suse.com/show_bug.cgi?id=1133423#c1 --- Comment #1 from Antoine POULAT <apoulat@vitechnology.com> --- Note: I made a workaround adding a pre-install script that, for my example file attached, does this: #!/bin/sh ZYPP_LOCKFILE_ROOT="/var/run/autoyast" declare -A priorityMap priorityMap[Skype]=20 priorityMap[packman-essentials]=10 for key in "${!priorityMap[@]}" do sudo zypper mr -r -p ${priorityMap[$key]} "${key}" done In addition, I've just seen I made a typo on how I checked the repos priority, it is actually "zypper lr -p" (not "-lr"). -- You are receiving this mail because: You are on the CC list for the bug.