From: Richard W.M. Jones Date: Mon, 31 Mar 2014 19:39:00 +0000 (+0100) Subject: Add yum to the appliance to support installing packages. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=6d25a748de77116487fc46ba8558e2857ecd3bd4;p=a-fedora-appliance.git Add yum to the appliance to support installing packages. --- diff --git a/a-fedora-appliance.spec.in b/a-fedora-appliance.spec.in index e2b589c..3b8349a 100644 --- a/a-fedora-appliance.spec.in +++ b/a-fedora-appliance.spec.in @@ -43,7 +43,7 @@ throwaway to test Fedora things. Or you can use it as a test of your hypervisor or virtual machine management tools. Note: The appliance only contains command line tools (no X11 or office -suites). rpm and yum installation of packages is not supported. +suites). rpm and yum installation of packages is supported. %if 0%{?fedora} >= 1 This package contains an appliance built for Fedora %{fedora}. diff --git a/configure.ac b/configure.ac index e09e817..bc4b72c 100644 --- a/configure.ac +++ b/configure.ac @@ -47,6 +47,7 @@ python \ rsyslog \ systemd \ udev \ +yum \ " AC_SUBST([PACKAGELIST])