summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLokesh Mandvekar <lsm5@fedoraproject.org>2018-04-07 23:13:18 -0400
committerLokesh Mandvekar <lsm5@fedoraproject.org>2018-04-07 23:13:18 -0400
commitd2a10b790a4d41bf7ba1f08e61ef29250a1a2b7b (patch)
tree9e3f514ae51f92cf519f2ddf4a987043aa85199c
parent5cce5a1adad5629f5fa5aed7ec38543ae2ea8e8e (diff)
downloadbuildah-d2a10b790a4d41bf7ba1f08e61ef29250a1a2b7b.tar.gz
buildah-d2a10b790a4d41bf7ba1f08e61ef29250a1a2b7b.tar.xz
buildah-d2a10b790a4d41bf7ba1f08e61ef29250a1a2b7b.zip
buildah-0.16-2.git4743c2e
- autobuilt commit 4743c2e Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
-rw-r--r--buildah.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/buildah.spec b/buildah.spec
index 70e8bf9..57ee4fb 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 82529cdf31628d4636214d93b8d28a05443fce60
+%global commit0 4743c2e7f132010a01de2d9cf96d10244fced423
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: %{repo}
Version: 0.16
-Release: 1.git%{shortcommit0}%{?dist}
+Release: 2.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
+* Sun Apr 08 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.16-2.git4743c2e
+- autobuilt commit 4743c2e
+
* Wed Apr 4 2018 Dan Walsh <dwalsh@redhat.com> 0.16-1
- Add support for shell
- Vendor in latest containers/image