From 1e68b717f86a626d08c2b331f6eb6af8774aae5b Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Tue, 15 Mar 2016 03:54:41 +1300 Subject: [PATCH] pykickstart: Document how to get the source --- pykickstart/pykickstart.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pykickstart/pykickstart.spec b/pykickstart/pykickstart.spec index b865d4c..6bdaf4b 100644 --- a/pykickstart/pykickstart.spec +++ b/pykickstart/pykickstart.spec @@ -15,6 +15,13 @@ Url: http://fedoraproject.org/wiki/pykickstart # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. + +# Qubes: To get the source: +# git clone https://github.com/rhinstaller/pykickstart +# check out the version of interest by its tag (rXX-X) +# sudo dnf install zanata-python-client +# make po-pull && make archive +# The tarball will be in the current directory. Source0: %{name}-%{version}.tar.gz Patch0: 0001-Default-to-the-F21-version-of-kickstart-syntax.patch Patch1: 0002-disable-test.patch