diff --git a/.gitignore b/.gitignore index 6cb5b18..546149e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /skopeo-30db2ad.tar.gz /skopeo-82b121c.tar.gz /skopeo-8094910.tar.gz +/skopeo-015f1c8.tar.gz diff --git a/skopeo.spec b/skopeo.spec index 24d585c..a7ae05a 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,12 +25,12 @@ # https://github.com/projectatomic/skopeo %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit 8094910c9a8122311e175b83b9c611f886a0a034 +%global commit 015f1c8c9a0a46688985c106d295f390ffeb0460 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: skopeo -Version: 0.1.11 -Release: 1%{?dist} +Version: 0.1.12 +Release: 2%{?dist} Summary: Inspect Docker images and repositories on registries License: ASL 2.0 URL: https://%{provider_prefix} @@ -253,6 +253,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %doc README.md %changelog +* Fri May 27 2016 Antonio Murdaca - 0.1.12-2 +- update to v0.1.12 + * Tue Mar 08 2016 Antonio Murdaca - 0.1.11-1 - update to v0.1.11 diff --git a/sources b/sources index ec96398..1b7a748 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -13da0e8f0f46ed53c968a816b9f0f800 skopeo-8094910.tar.gz +e4f013d9f9ca412e8f367f77ea0e46de skopeo-015f1c8.tar.gz