buildah- 1.17.0-0.30.dev.gitf09e52c

- no btrfs for eln

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2020-10-06 15:44:39 -04:00
parent f77289b46f
commit 29c07fcd60

View File

@ -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 <lsm5@fedoraproject.org> - 1.17.0-0.30.dev.gitf09e52c
- no btrfs for eln
* Tue Oct 6 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.17.0-0.29.dev.gitf09e52c
- autobuilt f09e52c