From 342168a9ff68bbce6c7edafd5dc8e5ba743a4cb3 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 14 Jun 2021 15:59:41 -0400 Subject: [PATCH] buildah-1.22.0-0.5.dev.git8d08247 - fix dependencies and bad changelog date Signed-off-by: Lokesh Mandvekar --- buildah.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/buildah.spec b/buildah.spec index 5be1cfb..bbb8535 100644 --- a/buildah.spec +++ b/buildah.spec @@ -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 - 1.22.0-0.5.dev.git8d08247 +- fix dependencies and bad changelog date + * Fri Jun 11 2021 RH Container Bot - 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 - 1.20.2-0.13.dev.git162fbaf - autobuilt 162fbaf -* Thu Mar 13 2021 Dan Walsh - 1.20.2-0.12.dev.git5119393 +* Thu May 13 2021 Dan Walsh - 1.20.2-0.12.dev.git5119393 - Add suggests qemu-user-static