diff --git a/SPECS/etcd.spec b/SPECS/etcd.spec
index a13d0d1..58e5829 100644
--- a/SPECS/etcd.spec
+++ b/SPECS/etcd.spec
@@ -28,7 +28,7 @@
 
 Name:		etcd
 Version:	3.2.15
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A highly-available key value store for shared configuration
 License:	ASL 2.0
 URL:		https://%{provider_prefix}
@@ -445,6 +445,10 @@ getent passwd %{system_name} >/dev/null || useradd -r -g %{system_name} -d %{_sh
 %endif
 
 %changelog
+* Tue Feb 06 2018 Jan Chaloupka <jchaloup@redhat.com> - 3.2.15-2
+- Rebuild for 7.5.0
+  resolves: #1542526
+
 * Mon Jan 29 2018 Jan Chaloupka <jchaloup@redhat.com> - 3.2.15-1
 - Update to 3.2.15
   resolves: #1539670