podman-0.5.1-1.giteda0fd7

- reflect version number correctly
- my builder script error ended up picking the wrong version number previously

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2018-04-29 14:09:14 -04:00
parent 03d363b6a6
commit 7cc93b9a27

View File

@ -45,8 +45,8 @@
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: podman
Version: 0.4.2
Release: 5.git%{shortcommit0}%{?dist}
Version: 0.5.1
Release: 1.git%{shortcommit0}%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0
URL: %{git_podman}
@ -464,6 +464,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%endif
%changelog
* Sun Apr 29 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.5.1-1.giteda0fd7
- reflect version number correctly
- my builder script error ended up picking the wrong version number previously
* Sun Apr 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.2-5.giteda0fd7
- autobuilt commit eda0fd7