From 46a0f633ab7aad1fc35e4c712314998819e7da69 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 9 Apr 2018 07:29:22 -0400 Subject: buildah-0.16-3.git4339223 - autobuilt commit 4339223 Signed-off-by: Lokesh Mandvekar --- buildah.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'buildah.spec') diff --git a/buildah.spec b/buildah.spec index 57ee4fb..1e2ad83 100644 --- a/buildah.spec +++ b/buildah.spec @@ -14,12 +14,12 @@ # https://github.com/projectatomic/buildah %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit0 4743c2e7f132010a01de2d9cf96d10244fced423 +%global commit0 43392231c3e773569d598c48d4ac14512e009002 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} Version: 0.16 -Release: 2.git%{shortcommit0}%{?dist} +Release: 3.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} @@ -84,6 +84,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Mon Apr 09 2018 Lokesh Mandvekar - 0.16-3.git4339223 +- autobuilt commit 4339223 + * Sun Apr 08 2018 Lokesh Mandvekar - 0.16-2.git4743c2e - autobuilt commit 4743c2e -- cgit