diff --git a/buildah.spec b/buildah.spec index 30701ad..4029b6d 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Name: %{repo} Version: 1.17.0 -Release: 0.29.dev.git%{shortcommit0}%{?dist} +Release: 0.30.dev.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -55,7 +55,7 @@ Requires: containers-common BuildRequires: ostree-devel %endif # No btrfs for centos 8 -%if 0%{?fedora} || 0%{?centos} <= 7 +%if 0%{?fedora} || 0%{?centos} <= 7 && ! 0%{?eln} BuildRequires: btrfs-progs-devel %endif %if 0%{?fedora} @@ -148,6 +148,9 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %{_datadir}/%{name}/test %changelog +* Tue Oct 6 2020 Lokesh Mandvekar - 1.17.0-0.30.dev.gitf09e52c +- no btrfs for eln + * Tue Oct 6 2020 RH Container Bot - 1.17.0-0.29.dev.gitf09e52c - autobuilt f09e52c