From fdf43281b33757dfa97070bc61921fd715e4b1ed Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Jul 23 2018 19:09:48 +0000 Subject: Change container-selinux Requires to Recommends --- diff --git a/buildah.spec b/buildah.spec index 08a4716..f0f60fa 100644 --- a/buildah.spec +++ b/buildah.spec @@ -26,7 +26,7 @@ Name: %{repo} Version: 1.3 -Release: 4.dev.git%{shortcommit0}%{?dist} +Release: 5.dev.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} @@ -48,7 +48,7 @@ BuildRequires: libassuan-devel BuildRequires: make Requires: runc >= 1.0.0-17 Requires: containers-common -Requires: container-selinux +Recommends: container-selinux %description The %{name} package provides a command line tool which can be used to @@ -91,6 +91,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Mon Jul 23 2018 Dan Walsh - 1.3-5.dev.dev.git826733a +- Change container-selinux Requires to Recommends + * Fri Jul 20 2018 Lokesh Mandvekar (Bot) - 1.3-4.dev.git826733a - autobuilt 826733a