Blob Blame History Raw
repo system 0 testtags <inline>
#>=Pkg: A 1 1 noarch
#>=Pkg: D 1 1 noarch
#>=Pkg: Z 1 1 noarch
#>=Con: D = 2-1
repo available 0 testtags <inline>
#>=Pkg: A 2 1 noarch
#>=Pkg: B 1 0 noarch
#>=Obs: A
#>=Pkg: C 1 0 noarch
#>=Obs: A = 1-1
#>=Pkg: D 2 1 noarch
#>=Pkg: D 3 1 noarch
system unset * system

# first check untargeted
job update name A = 1-1
result transaction,problems <inline>
#>erase A-1-1.noarch@system B-1-0.noarch@available
#>install B-1-0.noarch@available

# then targeted to A-2-1
nextjob
job update name A = 2-1
result transaction,problems <inline>
#>upgrade A-1-1.noarch@system A-2-1.noarch@available

# then targeted to B
nextjob
job update name B
result transaction,problems <inline>
#>erase A-1-1.noarch@system B-1-0.noarch@available
#>install B-1-0.noarch@available

# first check forced to targeted
nextjob
job update name A = 1-1 [targeted]
result transaction,problems <inline>

# second check forced to untargeted
nextjob
solverflags noautotarget
job update name A = 2-1
result transaction,problems <inline>

# then targeted to D
nextjob
job update name D
result transaction,problems <inline>
#>upgrade D-1-1.noarch@system D-3-1.noarch@available

# then targeted to D-2-1 (should not go to D-3-1)
nextjob
job update name D = 2-1
result transaction,problems <inline>