diff --git a/.gitignore b/.gitignore
index 5bf2c43..ce2e7b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/skopeo-1bbd87f.tar.gz
+SOURCES/skopeo-28d4e08.tar.gz
diff --git a/.skopeo.metadata b/.skopeo.metadata
index 275d283..879e47a 100644
--- a/.skopeo.metadata
+++ b/.skopeo.metadata
@@ -1 +1 @@
-978152acf06b754a8e13f7eea67735cc76cad45c SOURCES/skopeo-1bbd87f.tar.gz
+bc36610bfa87dfe4b627e46079d44ea079d9346a SOURCES/skopeo-28d4e08.tar.gz
diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec
index f7a077c..bb37f92 100644
--- a/SPECS/skopeo.spec
+++ b/SPECS/skopeo.spec
@@ -19,17 +19,18 @@
 # https://github.com/projectatomic/skopeo
 %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
 %global import_path     %{provider_prefix}
-%global commit0         1bbd87f4356fed4f21b860b18c50dbe72027b1a0
+%global commit0         28d4e08a4bee85ad7c25106431df649c6f9e389b
 %global shortcommit0    %(c=%{commit0}; echo ${c:0:7})
+%global git0            https://%{import_path}
 
 Name:           %{repo}
 Epoch:          1
-Version:        0.1.23
-Release:        1.git%{shortcommit0}%{?dist}
+Version:        0.1.24
+Release:        1.dev.git%{shortcommit0}%{?dist}
 Summary:        Inspect Docker images and repositories on registries
 License:        ASL 2.0
-URL:            https://%{provider_prefix}
-Source0:        https://github.com/projectatomic/skopeo/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz
+URL:            %{git0}
+Source0:        %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
 BuildRequires:  git
 # If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
 BuildRequires:  %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} >= 1.6.2
@@ -41,7 +42,7 @@ BuildRequires:  device-mapper-devel
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(ostree-1)
-Requires: %{repo}-containers = %{epoch}:%{version}-%{release}
+Requires: %{name}-containers = %{epoch}:%{version}-%{release}
 
 %description
 Command line utility to inspect images and repositories directly on Docker
@@ -165,7 +166,7 @@ This package installs a default signature store configuration
 policy under `/etc/containers/`.
 
 %prep
-%autosetup -Sgit -n %{repo}-%{commit0}
+%autosetup -Sgit -n %{name}-%{commit0}
 
 %build
 mkdir -p src/github.com/projectatomic
@@ -272,6 +273,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
 %{_datadir}/bash-completion/
 
 %changelog
+* Fri Oct 06 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.24-1.dev.git28d4e08
+- Resolves: #1499274
+- built commit 28d4e08
+
 * Mon Aug 07 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.23-1.git1bbd87f
 - Resolves: #1455575, #1478416, #1387217
 - bump to v0.1.23