Add yum to the appliance to support installing packages.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 31 Mar 2014 19:39:00 +0000 (20:39 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 31 Mar 2014 21:39:05 +0000 (22:39 +0100)
a-fedora-appliance.spec.in
configure.ac

index e2b589c..3b8349a 100644 (file)
@@ -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}.
index e09e817..bc4b72c 100644 (file)
@@ -47,6 +47,7 @@ python \
 rsyslog \
 systemd \
 udev \
+yum \
 "
 AC_SUBST([PACKAGELIST])