From 3b9609d9b4f64ec259e057cda39c873871f5169a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 25 2017 16:01:38 +0000 Subject: import skopeo-0.1.19-1.el7 --- diff --git a/.gitignore b/.gitignore index 52acc7a..c9ef7d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/skopeo-b08008c.tar.gz +SOURCES/skopeo-62e3747.tar.gz diff --git a/.skopeo.metadata b/.skopeo.metadata index 59109b8..97fa0c3 100644 --- a/.skopeo.metadata +++ b/.skopeo.metadata @@ -1 +1 @@ -27c1db91d1e5ced837d88f4bc10d8934fed5bd97 SOURCES/skopeo-b08008c.tar.gz +aa19a9cead070541ec75636f474b711ff0491f94 SOURCES/skopeo-62e3747.tar.gz diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec index b683239..b341ed6 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 b08008c5b21ec869f40f8eb2a6f2e8687984bf95 -%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commit0 62e3747a114bfaf23a2ff3583f7f73eff8bf9711 +%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} Epoch: 1 -Version: 0.1.18 +Version: 0.1.19 Release: 1%{?dist} Summary: Inspect Docker images and repositories on registries License: ASL 2.0 URL: https://%{provider_prefix} -Source0: https://github.com/projectatomic/skopeo/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz +Source0: https://github.com/projectatomic/skopeo/archive/%{commit0}/%{repo}-%{shortcommit0}.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}} BuildRequires: git @@ -169,7 +169,7 @@ This package installs a default signature store configuration policy under `/etc/containers/`. %prep -%autosetup -Sgit -n %{repo}-%{commit} +%autosetup -Sgit -n %{repo}-%{commit0} %build mkdir -p src/github.com/projectatomic @@ -278,6 +278,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/bash-completion/ %changelog +* Thu Apr 27 2017 Frantisek Kluknavsky - 1:0.1.19-1 +- built commit 62e3747a114bfaf23a2ff3583f7f73eff8bf9711 + * Fri Feb 03 2017 Frantisek Kluknavsky - 1:0.1.18-1 - btrfs-progs-devel, device-mapper-devel added to build dependencies - built commit b08008c