spacecmd has kickstart_getsoftwaredetails, which is great for looking at the noBase and ignoreMissing flags. We need a way to set them as well.
mofified, implemented in commit: 8c798c269b4be117c2799a6e67919ce2e4c26103
Reproducer: Spacewalk 2.5 (spacecmd-2.5.8-1.el7.noarch) >> spacecmd spacecmd {SSM:0}> kickstart_setsoftwaredetails test-01 noBase True *** Unknown syntax: kickstart_setsoftwaredetails test-01 noBase True Verified with spacecmd-2.6.16-1.fc24.noarch: >> spacecmd spacecmd {SSM:0}> kickstart_getsoftwaredetails test-01 noBase: False ignoreMissing: False spacecmd {SSM:0}> kickstart_setsoftwaredetails test-01 noBase True spacecmd {SSM:0}> kickstart_getsoftwaredetails test-01 noBase: True ignoreMissing: False
This looks like it was fixed in previous release, but I'm closing it in this one. Spacewalk 2.7 has been released. https://github.com/spacewalkproject/spacewalk/wiki/ReleaseNotes27