From 0aa48eb05ef9b646ac444ddc878eb93dbd3d6d98 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 21 Sep 2016 14:09:54 -0500 Subject: [PATCH] NVR: skopeo-0.1.14-3.gitd830391 - built mtrmac/integrate-all-the-things commit d830391 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + skopeo.spec | 26 +++++++++++++++++--------- sources | 2 +- 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 3860d25..20580cf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /skopeo-9e971b4.tar.gz /skopeo-ffe92ed.tar.gz /skopeo-362bfc5.tar.gz +/skopeo-d830391.tar.gz diff --git a/skopeo.spec b/skopeo.spec index c150368..aebbad4 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -12,11 +12,11 @@ %global with_unit_test 0 %endif -#%if 0%{?with_debug} -#%global _dwz_low_mem_die_limit 0 -#%else +#%%if 0%{?with_debug} +#%%global _dwz_low_mem_die_limit 0 +#%%else %global debug_package %{nil} -#%endif +#%%endif %global provider github %global provider_tld com @@ -25,16 +25,16 @@ # https://github.com/projectatomic/skopeo %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit 362bfc5fe37db08b945d190c377b617c6a7e4c3c +%global commit d8303916d52272e08d92163bba18e30c50ee24d7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: skopeo Version: 0.1.14 -Release: 2.git%{shortcommit}%{?dist} +Release: 3.git%{shortcommit}%{?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 %if 0%{?rhel} Patch0: skopeo-go142.patch %endif @@ -247,14 +247,22 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %files +%license LICENSE +%doc README.md %{_bindir}/%{name} %{_sysconfdir}/containers %{_mandir}/man1/%{name}.1* +%dir %{_datadir}/bash-completion +%dir %{_datadir}/bash-completion/completions %{_datadir}/bash-completion/completions/%{name} -%license LICENSE -%doc README.md +%config(noreplace)%{_sysconfdir}/containers/policy.json +%dir %{_sysconfdir}/containers +%{_sysconfdir}/containers/registries.d %changelog +* Wed Sep 21 2016 Lokesh Mandvekar - 0.1.14-3.gitd830391 +- built mtrmac/integrate-all-the-things commit d830391 + * Thu Sep 08 2016 Lokesh Mandvekar - 0.1.14-2.git362bfc5 - built commit 362bfc5 diff --git a/sources b/sources index 111cfb3..d83de2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b413ac6927ba1931d97c14e23652aa94 skopeo-362bfc5.tar.gz +e7b4517d6708b38a44f7b3efd9f5ae67 skopeo-d830391.tar.gz