diff --git a/SPECS/sos-collector.spec b/SPECS/sos-collector.spec
index 7ec09a1..4ed9bd3 100644
--- a/SPECS/sos-collector.spec
+++ b/SPECS/sos-collector.spec
@@ -1,7 +1,7 @@
 Summary: Capture sosreports from multiple nodes simultaneously
 Name: sos-collector
 Version: 1.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 Source0: http://people.redhat.com/jhunsake/sos-collector/%{name}-%{version}.tar.gz
 License: GPLv2
 BuildArch: noarch
@@ -73,6 +73,9 @@ install -p -m644 man/en/sos-collector.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/
 %license LICENSE
 
 %changelog
+* Tue Jan 07 2020 Jake Hunsaker <jhunsake@redhat.com> - 1.8-2
+- Resolves: RHBZ#1750756
+
 * Mon Oct 14 2019 Jake Hunsaker <jhunsake@redhat.com> - 1.8-1
 - Rebase to upstream 1.8
 - Resolves: RHBZ#1751633