mirror of
https://github.com/containers/skopeo.git
synced 2025-09-27 21:16:23 +00:00
spec for v0.1.3 & bump v0.1.4-dev
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
2
main.go
2
main.go
@@ -11,7 +11,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
version = "0.1.3"
|
version = "0.1.4-dev"
|
||||||
usage = "inspect images on a registry"
|
usage = "inspect images on a registry"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
# https://github.com/runcom/skopeo
|
# https://github.com/runcom/skopeo
|
||||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global import_path %{provider_prefix}
|
%global import_path %{provider_prefix}
|
||||||
%global commit 572a6b6f537d71f7cabfdcfe185c6d7cb4367272
|
%global commit fdb5cac7f5af50ae5b1e3424965c31600d86232c
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: skopeo
|
Name: skopeo
|
||||||
@@ -50,7 +50,6 @@ Summary: %{summary}
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%if 0%{?with_check} && ! 0%{?with_bundled}
|
%if 0%{?with_check} && ! 0%{?with_bundled}
|
||||||
BuildRequires: golang >= 1.5
|
|
||||||
BuildRequires: golang-github-cpuguy83-go-md2man
|
BuildRequires: golang-github-cpuguy83-go-md2man
|
||||||
BuildRequires: golang(github.com/Azure/go-ansiterm/winterm)
|
BuildRequires: golang(github.com/Azure/go-ansiterm/winterm)
|
||||||
BuildRequires: golang(github.com/Sirupsen/logrus)
|
BuildRequires: golang(github.com/Sirupsen/logrus)
|
||||||
@@ -128,7 +127,6 @@ BuildRequires: golang(golang.org/x/net/context)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?with_bundled}
|
%if 0%{?with_bundled}
|
||||||
BuildRequires: golang >= 1.5
|
|
||||||
BuildRequires: golang-github-cpuguy83-go-md2man
|
BuildRequires: golang-github-cpuguy83-go-md2man
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@@ -234,8 +232,5 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
|
|||||||
%doc README.md LICENSE
|
%doc README.md LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
#
|
* Thu Jan 28 2016 Antonio Murdaca <amurdaca@redhat.com> - 0.1.3-0.1.gitfdb5cac
|
||||||
# TODO(runcom): change the commit has below!!!!
|
|
||||||
#
|
|
||||||
* Thu Jan 28 2016 Antonio Murdaca <amurdaca@redhat.com> - 0.1.3-0.1.git572a6b6
|
|
||||||
- First package for Fedora
|
- First package for Fedora
|
||||||
|
Reference in New Issue
Block a user