And modify rshim.spec accordingly.
Need to work around the fact that the tar.gz file downloaded from upstream has
a different name (rshim-user-space-rshim-2.0.8.tar.gz) than the URL would
suggest (rshim-2.0.8.tar.gz), by using '#/'. Hopefully this will let automation
(think PELC) check whether the Source0 URL's file matches the one in rhel's
lookaside cache. Additionally the tar.gz contains the longer name as a
directory name. So %autosetup's -n option needs to be changed to the longer
name.
Resolves: rhbz#2196852