diff --git a/.gitignore b/.gitignore
index 2b1448a..da76942 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/skopeo-1f655f3.tar.gz
+SOURCES/skopeo-b3b4e2b.tar.gz
diff --git a/.skopeo.metadata b/.skopeo.metadata
index 5643ff3..551ad46 100644
--- a/.skopeo.metadata
+++ b/.skopeo.metadata
@@ -1 +1 @@
-f124130f027fdbcf904632d5b487b6ce200bdf69 SOURCES/skopeo-1f655f3.tar.gz
+fca86d45c19dd0bf2b8ed78612f6b9d5601f7f5b SOURCES/skopeo-b3b4e2b.tar.gz
diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec
index 0cdd01c..053590f 100644
--- a/SPECS/skopeo.spec
+++ b/SPECS/skopeo.spec
@@ -25,18 +25,17 @@
 # https://github.com/projectatomic/skopeo
 %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
 %global import_path     %{provider_prefix}
-%global commit          1f655f3f0910a87f844a0ada49eada23ad9fca03
+%global commit          b3b4e2b8f8cebba9a9fe50e8e9c6cf4fe600c448
 %global shortcommit     %(c=%{commit}; echo ${c:0:7})
 
-Name:           skopeo
+Name:           %{repo}
 Epoch:          1
 Version:        0.1.17
-Release:        0.7.git%{shortcommit}%{?dist}
+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
-
 # 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
@@ -271,13 +270,17 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
 %dir %{_sharedstatedir}/atomic/sigstore
 
 %files
-%{_bindir}/skopeo
-%{_mandir}/man1/skopeo.1*
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
 %license LICENSE
 %doc README.md
 %{_datadir}/bash-completion/
 
 %changelog
+* Tue Dec 13 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.17-1
+- Resolves: #1404274 - ship upstream v0.1.17 release
+- built commit b3b4e2b
+
 * Tue Nov 22 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.17-0.7.git1f655f3
 - runtime dep was missing epoch value, added now