buildah-1.22.0-0.5.dev.git8d08247
- fix dependencies and bad changelog date Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
fd2669d857
commit
342168a9ff
14
buildah.spec
14
buildah.spec
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Version: 1.22.0
|
Version: 1.22.0
|
||||||
Release: 0.4.dev.git%{shortcommit0}%{?dist}
|
Release: 0.5.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
|
||||||
@ -46,16 +46,13 @@ BuildRequires: git
|
|||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: glibc-static
|
BuildRequires: glibc-static
|
||||||
BuildRequires: go-md2man
|
BuildRequires: go-md2man
|
||||||
|
BuildRequires: go-rpm-macros
|
||||||
BuildRequires: gpgme-devel
|
BuildRequires: gpgme-devel
|
||||||
BuildRequires: libassuan-devel
|
BuildRequires: libassuan-devel
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
Requires: oci-runtime >= 2
|
|
||||||
# No ostree for centos 7
|
|
||||||
%if 0%{?fedora} || 0%{?centos} >= 8
|
|
||||||
BuildRequires: ostree-devel
|
BuildRequires: ostree-devel
|
||||||
%endif
|
|
||||||
# No btrfs for centos 8
|
# No btrfs for centos 8
|
||||||
%if 0%{?fedora} || 0%{?centos} <= 7 && ! 0%{?eln}
|
%if 0%{?fedora} && ! 0%{?eln}
|
||||||
BuildRequires: btrfs-progs-devel
|
BuildRequires: btrfs-progs-devel
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
@ -160,6 +157,9 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 14 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.22.0-0.5.dev.git8d08247
|
||||||
|
- fix dependencies and bad changelog date
|
||||||
|
|
||||||
* Fri Jun 11 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.22.0-0.4.dev.git8d08247
|
* Fri Jun 11 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.22.0-0.4.dev.git8d08247
|
||||||
- autobuilt 8d08247
|
- autobuilt 8d08247
|
||||||
|
|
||||||
@ -207,7 +207,7 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
|
|||||||
* Sat May 15 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.20.2-0.13.dev.git162fbaf
|
* Sat May 15 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.20.2-0.13.dev.git162fbaf
|
||||||
- autobuilt 162fbaf
|
- autobuilt 162fbaf
|
||||||
|
|
||||||
* Thu Mar 13 2021 Dan Walsh <dwalsh@redhat.com> - 1.20.2-0.12.dev.git5119393
|
* Thu May 13 2021 Dan Walsh <dwalsh@redhat.com> - 1.20.2-0.12.dev.git5119393
|
||||||
- Add suggests qemu-user-static
|
- Add suggests qemu-user-static
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user