diff --git a/buildah.spec b/buildah.spec index 03886d6..6268449 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,7 +19,7 @@ Name: %{repo} Version: 1.2 -Release: 2.git%{shortcommit0}%{?dist} +Release: 3.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} @@ -40,8 +40,8 @@ BuildRequires: btrfs-progs-devel BuildRequires: libassuan-devel BuildRequires: make Requires: runc >= 1.0.0-17 -Requires: skopeo-containers >= 0.1.20-2 -Requires: container-selinux +Requires: containers-common +Recommends: container-selinux %description The %{name} package provides a command line tool which can be used to @@ -84,6 +84,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Mon Jul 23 2018 Dan Walsh - 1.2-3 +- Change container-selinux Requires to Recommends + * Thu Jul 19 2018 Dan Walsh - 1.2-2 - buildah does not require ostree