My task was pretty straightforward: allow users to download the orcharhino documentation from their orcharhino server.Right now, we’re providing the documentation on each instance at FQDN/or_doc.As we’ve dropped the .pdf support, we want to provide a .zip archive of the html version documentation at FQDN/pub/orcharhino_documentation.zip for users to download. Easy.Let’s amend the .spec file as follows: %post mkdir -p /var/www/html/pub/pushd /usr/share/do...