From afbf16941fc0e2c170b21761b6393ee1349f8df9 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 03 2016 14:08:21 +0000 Subject: import skopeo-0.1.14-0.6.el7 --- diff --git a/.gitignore b/.gitignore index a558554..8458167 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/skopeo-9e971b4.tar.gz +SOURCES/skopeo-d830391.tar.gz diff --git a/.skopeo.metadata b/.skopeo.metadata index fc364c5..4057b9b 100644 --- a/.skopeo.metadata +++ b/.skopeo.metadata @@ -1 +1 @@ -dc887ec157d9e06ba74b9c68c5d1c7b9b690b09a SOURCES/skopeo-9e971b4.tar.gz +a32833556ac4db56448de27ccdf5e524f78353b4 SOURCES/skopeo-d830391.tar.gz diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec index f382df8..7f1c9ea 100644 --- a/SPECS/skopeo.spec +++ b/SPECS/skopeo.spec @@ -25,17 +25,17 @@ # https://github.com/projectatomic/skopeo %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit 9e971b4937d176aa7ac3af6377b69e58bfd789eb +%global commit d8303916d52272e08d92163bba18e30c50ee24d7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: skopeo Epoch: 1 -Version: 0.1.13 -Release: 8%{?dist} +Version: 0.1.14 +Release: 0.6%{?dist} Summary: Inspect Docker images and repositories on registries License: ASL 2.0 URL: https://%{provider_prefix} -Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz +Source0: https://github.com/mtrmac/skopeo/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}} @@ -256,8 +256,30 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_mandir}/man1/skopeo.1* %license LICENSE %doc README.md +%config(noreplace)%{_sysconfdir}/containers/policy.json +%{_datadir}/bash-completion/ +%{_sysconfdir}/containers/ +%{_sysconfdir}/containers/registries.d %changelog +* Tue Sep 20 2016 Lokesh Mandvekar - 1:0.1.14-0.6 +- built mtrmac/integrate-all-the-things commit d830391 + +* Fri Sep 16 2016 Lokesh Mandvekar - 1:0.1.14-0.5 +- built mtrmac/integrate-all-the-things commit 85e4551 + +* Tue Sep 13 2016 Lokesh Mandvekar - 1:0.1.14-0.4 +- built mtrmac/integrate-all-the-things commit 02b9f8b + +* Tue Sep 13 2016 Lokesh Mandvekar - 1:0.1.14-0.3 +- built mtrmac/integrate-all-the-things commit b3fcce0 + +* Tue Sep 06 2016 Frantisek Kluknavsky - 1:0.1.14-0.2.dev +- own the whole bash-completion dir (https://fedoraproject.org/wiki/Packaging:Guidelines) + +* Tue Sep 06 2016 Frantisek Kluknavsky - 1:0.1.14-0.1.dev +- update to 0.1.14-dev + * Tue Jul 25 2016 Lokesh Mandvekar - 1:0.1.13-8 - bump release, srpm issues in previous build