mirror of
https://github.com/containers/skopeo.git
synced 2025-08-02 07:17:46 +00:00
bump version v0.1.2
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
a6742bceff
commit
e604ed368d
2
main.go
2
main.go
@ -11,7 +11,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
version = "0.1.2-dev"
|
||||
version = "0.1.2"
|
||||
usage = "inspect images on a registry"
|
||||
)
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
%global commit 7c8a3fdbe04f9d4f60ad951ff2bc0c99000e4110
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: skopeo
|
||||
Version: 0.1.1
|
||||
Release: 1%{?dist}
|
||||
Version: 0.1.2
|
||||
Release: 0%{?dist}
|
||||
Summary: Inspect Docker images and repositories on registries
|
||||
License: MIT
|
||||
URL: https://github.com/runcom/skopeo
|
||||
@ -43,6 +40,8 @@ make DESTDIR=%{buildroot} install
|
||||
%doc README.md LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Jan 22 2016 Antonio Murdaca <runcom@redhat.com> - 0.1.2
|
||||
- v0.1.2
|
||||
* Fri Jan 22 2016 Antonio Murdaca <runcom@redhat.com> - 0.1.1
|
||||
- v0.1.1
|
||||
* Thu Jan 21 2016 Antonio Murdaca <runcom@redhat.com> - 0.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user