diff --git a/qemu.spec b/qemu.spec
index f8a85df..3cfe0a9 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -39,8 +39,9 @@
 %endif
 
 # Release candidate version tracking
-%global rcver rc5
+# global rcver rc5
 %if 0%{?rcver:1}
+%global rcrel .%{rcver}
 %global rcstr -%{rcver}
 %endif
 
@@ -48,7 +49,7 @@
 Summary: QEMU is a FAST! processor emulator
 Name: qemu
 Version: 2.6.0
-Release: 0.2.%{rcver}%{?dist}
+Release: 1%{?rcrel}%{?dist}
 Epoch: 2
 License: GPLv2+ and LGPLv2+ and BSD
 Group: Development/Tools
@@ -1198,6 +1199,9 @@ getent passwd qemu >/dev/null || \
 
 
 %changelog
+* Fri May 13 2016 Cole Robinson <crobinso@redhat.com> - 2:2.6.0-1
+- Rebase to v2.6.0 GA
+
 * Mon May 09 2016 Cole Robinson <crobinso@redhat.com> - 2:2.6.0-0.2.rc5
 - Fix gtk UI crash when switching to monitor (bz #1333424)
 - Fix sdl2 UI lockup lockup when switching to monitor
diff --git a/sources b/sources
index bd4daed..263e4bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec2df091cc493fbf65bda427f0abc3cd  qemu-2.6.0-rc5.tar.bz2
+ca3f70b43f093e33e9e014f144067f13  qemu-2.6.0.tar.bz2