From 3d5afce1d27483413d923cd3de9af6860baebda0 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 24 Apr 2019 14:47:44 +0000 Subject: [PATCH] buildah-1:1.8-0.42.dev.gitbdbedfd - Resolves: #1702419 - bump Epoch to correct release tag Signed-off-by: Lokesh Mandvekar --- buildah.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index 7945321..3948a56 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,13 +19,13 @@ %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} +Epoch: 1 Version: 1.8 -Release: 41.dev.git%{shortcommit0}%{?dist} +Release: 0.42.dev.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} Source: https://%{provider_prefix}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz - ExclusiveArch: x86_64 %{arm} aarch64 ppc64le s390x # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} @@ -91,6 +91,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Wed Apr 24 2019 Lokesh Mandvekar - 1:1.8-0.42.dev.gitbdbedfd +- Resolves: #1702419 - bump Epoch to correct release tag + * Wed Apr 24 2019 Lokesh Mandvekar (Bot) - 1.8-41.dev.gitbdbedfd - autobuilt bdbedfd