diff --git a/buildah.spec b/buildah.spec index f0bf98f..f3d0591 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,11 +19,11 @@ # https://github.com/containers/buildah %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 00eb895d6f2f13d658a9cb78714382e494974afc +%global commit0 e5e054795b44b3af65d618ca04547c0061d9167e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} -Version: 1.9.0 +Version: 1.9.1 Release: 1.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -86,6 +86,7 @@ GOMD2MAN=go-md2man %{__make} -C docs %install export GOPATH=$(pwd)/_build:$(pwd):%{gopath} make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions +make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install #define license tag if not already defined %{!?_licensedir:%global license %doc}