From 9707eb58af492e254474baa3bae6556a26a5ef20 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 3 Apr 2014 20:41:40 +0100 Subject: [PATCH] Requires tar, which is not installed in an @Core installation. --- supermin.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/supermin.spec b/supermin.spec index bf0a950..d591602 100644 --- a/supermin.spec +++ b/supermin.spec @@ -1,7 +1,7 @@ Summary: Tool for creating supermin appliances Name: supermin Version: 5.1.6 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ %if 0%{?rhel} >= 7 @@ -33,6 +33,7 @@ Requires: rpm Requires: yum-utils Requires: util-linux-ng Requires: cpio +Requires: tar Requires: /usr/sbin/mke2fs # RHBZ#771310 Requires: e2fsprogs-libs >= 1.42 @@ -89,6 +90,9 @@ make check || { %changelog +* Thu Apr 3 2014 Richard W.M. Jones - 5.1.6-5 +- Requires tar, which is not installed in an @Core installation. + * Fri Mar 28 2014 Richard W.M. Jones - 5.1.6-4 - Add upstream patch to fix supermin on ppc64p7.