Give more useful help when explaining usage
Also specify container-storage as a valid transport Remove docker reference wherever possible vendor in ostree fixes
This commit is contained in:
parent
c53b2eaec8
commit
483c6cabef
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/skopeo-e802625.tar.gz
|
||||
/skopeo-0b73154.tar.gz
|
||||
/skopeo-d5e34c1.tar.gz
|
||||
/skopeo-5d24b67.tar.gz
|
||||
|
11
skopeo.spec
11
skopeo.spec
@ -25,7 +25,7 @@
|
||||
# https://github.com/projectatomic/skopeo
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global commit d5e34c1b5e1635c9d4ca2c45c240c78f2b26d395
|
||||
%global commit 5d24b67f5eeeca348966adb412d8119837faa1c2
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
|
||||
@ -33,7 +33,7 @@
|
||||
ExcludeArch: ppc64
|
||||
|
||||
Name: skopeo
|
||||
Version: 0.1.21
|
||||
Version: 0.1.22
|
||||
Release: 1.git%{shortcommit}%{?dist}
|
||||
Summary: Inspect Docker images and repositories on registries
|
||||
License: ASL 2.0
|
||||
@ -41,7 +41,6 @@ URL: https://%{provider_prefix}
|
||||
Source0: https://github.com/mtrmac/skopeo/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
|
||||
Source1: storage.conf
|
||||
Source2: storage.conf.5.md
|
||||
Patch0: ostree.patch
|
||||
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: go-srpm-macros
|
||||
@ -286,6 +285,12 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%{_datadir}/bash-completion/completions/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Jun 21 2017 dwalsh <dwalsh@redhat.com> - 0.1.22-1.dev.git5d24b67
|
||||
- Give more useful help when explaining usage
|
||||
- Also specify container-storage as a valid transport
|
||||
- Remove docker reference wherever possible
|
||||
- vendor in ostree fixes
|
||||
|
||||
* Thu Jun 15 2017 dwalsh <dwalsh@redhat.com> - 0.1.21-1.dev.git0b73154
|
||||
- Add support for storage.conf and storage-config.5.md from github container storage package
|
||||
- Bump to the latest version of skopeo
|
||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
||||
SHA512 (skopeo-0b73154.tar.gz) = 6632f2b495c983a2c2ee6581ecf32fc5935e4c9b2cc4bf5789264356a7fd53e93d834c3b8debf7f6036d2ed832613fcefca34f79623842b3b61ad83bc81fe0ac
|
||||
SHA512 (skopeo-d5e34c1.tar.gz) = cf8a1a0e155429c24662608ac6618bd7746aef9262c36a1b0550665fa79bca79025b45fb55defab963993bae5783f2c7d9a63d5dd4ef7e5ae75d06ea208ecd7f
|
||||
SHA512 (skopeo-5d24b67.tar.gz) = cb3905dfde258ab07e28b39818dcb52277938a9fcfb8da2b9977fa854ae4dd78dd05aff150ff55e02d5cc0025017dddfabb48d6625a8fbbf1c2681b5019cef9e
|
||||
|
Loading…
Reference in New Issue
Block a user