From 6d25a748de77116487fc46ba8558e2857ecd3bd4 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 31 Mar 2014 20:39:00 +0100 Subject: [PATCH] Add yum to the appliance to support installing packages. --- a-fedora-appliance.spec.in | 2 +- configure.ac | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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]) -- 1.8.3.1