From 951d8ecb2f9f993a1a65d15baabbba91a2490164 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 19 Jul 2018 16:40:51 -0400 Subject: [PATCH] buildah does not require ostree --- buildah.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index ca580d2..aece57b 100644 --- a/buildah.spec +++ b/buildah.spec @@ -26,7 +26,7 @@ Name: %{repo} Version: 1.3 -Release: 2.dev.git%{shortcommit0}%{?dist} +Release: 3.dev.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} @@ -49,7 +49,6 @@ BuildRequires: make Requires: runc >= 1.0.0-17 Requires: containers-common Requires: container-selinux -Requires: ostree %description The %{name} package provides a command line tool which can be used to @@ -92,6 +91,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Thu Jul 19 2018 Dan Walsh - 1.3-3.dev.git1215b16 +- buildah does not require ostree + * Thu Jul 19 2018 Lokesh Mandvekar (Bot) - 1.3-2.dev.git1215b16 - autobuilt 1215b16