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:
Lokesh Mandvekar 2021-06-14 15:59:41 -04:00
parent fd2669d857
commit 342168a9ff

View File

@ -35,7 +35,7 @@
Name: %{repo}
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
License: ASL 2.0
URL: https://%{name}.io
@ -46,16 +46,13 @@ BuildRequires: git
BuildRequires: glib2-devel
BuildRequires: glibc-static
BuildRequires: go-md2man
BuildRequires: go-rpm-macros
BuildRequires: gpgme-devel
BuildRequires: libassuan-devel
BuildRequires: make
Requires: oci-runtime >= 2
# No ostree for centos 7
%if 0%{?fedora} || 0%{?centos} >= 8
BuildRequires: ostree-devel
%endif
# No btrfs for centos 8
%if 0%{?fedora} || 0%{?centos} <= 7 && ! 0%{?eln}
%if 0%{?fedora} && ! 0%{?eln}
BuildRequires: btrfs-progs-devel
%endif
%if 0%{?fedora}
@ -160,6 +157,9 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
%{_datadir}/%{name}/test
%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
- 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
- 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