diff --git a/README.debrand b/README.debrand
deleted file mode 100644
index 01c46d2..0000000
--- a/README.debrand
+++ /dev/null
@@ -1,2 +0,0 @@
-Warning: This package was configured for automatic debranding, but the changes
-failed to apply.
diff --git a/SPECS/chrony.spec b/SPECS/chrony.spec
index ee7d947..515002e 100644
--- a/SPECS/chrony.spec
+++ b/SPECS/chrony.spec
@@ -5,7 +5,7 @@
 
 Name:           chrony
 Version:        3.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An NTP client/server
 
 Group:          System Environment/Daemons
@@ -38,6 +38,10 @@ Requires(pre):  shadow-utils
 # install timedated implementation that can control chronyd service
 Recommends:     timedatex
 
+# recommend dhclient to get NTP servers from DHCP with NetworkManager
+# using the dhclient NM-dispatcher script
+Recommends:     dhcp-client
+
 # suggest drivers for hardware reference clocks
 Suggests:       ntp-refclock
 
@@ -198,6 +202,9 @@ fi
 %dir %attr(-,chrony,chrony) %{_localstatedir}/log/chrony
 
 %changelog
+* Mon Mar 01 2021 Miroslav Lichvar <mlichvar@redhat.com> 3.5-2
+- recommend dhcp-client to get DHCP NTP servers with NetworkManager (#1930468)
+
 * Tue May 21 2019 Miroslav Lichvar <mlichvar@redhat.com> 3.5-1
 - update to 3.5 (#1685469 #1677218)
 - fix shellcheck warnings in helper scripts (#1711948)