diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec
index 52f8b14..b6eae95 100644
--- a/SPECS/skopeo.spec
+++ b/SPECS/skopeo.spec
@@ -12,12 +12,6 @@
 %global with_unit_test 0
 %endif
 
-#%if 0%{?with_debug}
-#%global _dwz_low_mem_die_limit 0
-#%else
-%global debug_package   %{nil}
-#%endif
-
 %global provider        github
 %global provider_tld    com
 %global project         projectatomic
@@ -31,13 +25,11 @@
 Name:           %{repo}
 Epoch:          1
 Version:        0.1.20
-Release:        2%{?dist}
+Release:        2.1.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
-# 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
 # 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
@@ -278,12 +270,23 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
 %{_datadir}/bash-completion/
 
 %changelog
-* Tue Jun 06 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.20-2
+* Fri Jun 30 2017 Ryan Hartman <rhartman@redhat.com> - 1:0.1.20-2.1.gite802625
+- bump release to 2.1
+- built commit e802625b7cb7f4af9ab77bd2be9eb441ff2f28a2
+
+* Tue Jun 06 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.20-1.1.gite802625
 - built commit e802625b7cb7f4af9ab77bd2be9eb441ff2f28a2
-- (fixed changelog entry)
 
-* Thu Apr 27 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.19-1
-- built commit 62e3747a114bfaf23a2ff3583f7f73eff8bf9711
+* Thu Mar 30 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.19-1.1.git62e3747
+- bump to v0.1.19
+- built commit 62e3747
+
+* Thu Mar 30 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.18-1.2
+- build for all available arches (previous build didn't do this)
+
+* Mon Mar 27 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.18-1.1
+- rebuilt for all arches on extras 7.4
+- enable debuginfo package
 
 * Fri Feb 03 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:0.1.18-1
 - btrfs-progs-devel, device-mapper-devel added to build dependencies