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:
parent
f77289b46f
commit
29c07fcd60
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Version: 1.17.0
|
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
|
Summary: A command line tool used for creating OCI Images
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://%{name}.io
|
URL: https://%{name}.io
|
||||||
@ -55,7 +55,7 @@ Requires: containers-common
|
|||||||
BuildRequires: ostree-devel
|
BuildRequires: ostree-devel
|
||||||
%endif
|
%endif
|
||||||
# No btrfs for centos 8
|
# No btrfs for centos 8
|
||||||
%if 0%{?fedora} || 0%{?centos} <= 7
|
%if 0%{?fedora} || 0%{?centos} <= 7 && ! 0%{?eln}
|
||||||
BuildRequires: btrfs-progs-devel
|
BuildRequires: btrfs-progs-devel
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
@ -148,6 +148,9 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 6 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.17.0-0.29.dev.gitf09e52c
|
||||||
- autobuilt f09e52c
|
- autobuilt f09e52c
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user