You have to roll your own:
for shizzle in \
bionic/apt-spacewalk \
bionic/python-ethtool \
bionic/rhn-client-tools \
bionic/rhnlib \
bionic/rhnsd \
; do
cd $shizzle && debuild -uc -us ; \
cd ../../
done
I uploaded some binary packages (.deb) which work for me ™:
(This was originally uploaded for https://www.redhat.com/archives/spacewalk-list/2018-May/msg00009.html )
EDIT: If you are missing dependencies, use packages from artful
https://launchpad.net/ubuntu/artful/amd64/apt-transport-spacewalk
Where do I find these directories …. bionic/apt-spacewalk etc. The packages don’t work for me as there is the unresolved dependency on python-gudev ( as described here: https://www.redhat.com/archives/spacewalk-list/2018-May/msg00086.html).
The answer is: You use the packages from artful.
For example: https://launchpad.net/ubuntu/artful/amd64/python-gudev
https://launchpad.net/ubuntu/artful/amd64/apt-transport-spacewalk