diff --git a/SPECS/pcp.spec b/SPECS/pcp.spec
index a4298c9..2781e56 100644
--- a/SPECS/pcp.spec
+++ b/SPECS/pcp.spec
@@ -1,6 +1,6 @@
 Name:    pcp
 Version: 5.2.5
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: System-level performance monitoring and performance management
 License: GPLv2+ and LGPLv2+ and CC-BY
 URL:     https://pcp.io
@@ -2978,6 +2978,11 @@ chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null
 %{_tapsetdir}/pmcd.stp
 %endif
 
+%exclude %{_ieconfdir}/zeroconf
+%exclude %{_logconfdir}/zeroconf
+%exclude %{_confdir}/pmlogconf/zeroconf
+%exclude %{_confdir}/pmieconf/zeroconf
+
 %files zeroconf
 %{_libexecdir}/pcp/bin/pmlogger_daily_report
 %if !%{disable_systemd}
@@ -3492,6 +3497,9 @@ chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null
 %endif
 
 %changelog
+* Mon Aug 23 2021 Nathan Scott <nathans@redhat.com> - 5.2.5-6
+- Cull duplicate zeroconf file listings from the PCP spec (BZ 1995501)
+
 * Fri Jul 16 2021 Nathan Scott <nathans@redhat.com> - 5.2.5-5
 - Pacemaker location constraints as labels (BZs 1980067, 1972277)