diff --git a/.gitignore b/.gitignore
index fa46684..d6f5952 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/initscripts-9.49.49.tar.gz
+SOURCES/initscripts-9.49.53.tar.gz
diff --git a/.initscripts.metadata b/.initscripts.metadata
index 4538d11..b8e740f 100644
--- a/.initscripts.metadata
+++ b/.initscripts.metadata
@@ -1 +1 @@
-ed213c3211049c403b926bc9cfe67a56bccfbee9 SOURCES/initscripts-9.49.49.tar.gz
+bb687258488e0a60d7c0bc5d5657e0d239cce966 SOURCES/initscripts-9.49.53.tar.gz
diff --git a/SPECS/initscripts.spec b/SPECS/initscripts.spec
index 95cc13c..1d336f4 100644
--- a/SPECS/initscripts.spec
+++ b/SPECS/initscripts.spec
@@ -1,6 +1,6 @@
 Summary: The inittab file and the /etc/init.d scripts
 Name: initscripts
-Version: 9.49.49
+Version: 9.49.53
 # ppp-watch is GPLv2+, everything else is GPLv2
 License: GPLv2 and GPLv2+
 Group: System Environment/Base
@@ -27,6 +27,7 @@ Conflicts: redhat-release < 7.5-0.11
 Requires: udev >= 125-1
 Requires: cpio
 Requires: hostname
+Requires: bc
 Conflicts: ipsec-tools < 0.8.0-2
 Conflicts: NetworkManager < 0.9.9.0-37.git20140131.el7
 Requires(pre): /usr/sbin/groupadd
@@ -220,6 +221,18 @@ rm -rf $RPM_BUILD_ROOT
 /etc/profile.d/debug*
 
 %changelog
+* Fri May 22 2020 Jan Macku <jamacku@redhat.com> - 9.49.53-1
+- rwtab: Add support for chrony (bug #1838260)
+
+* Mon May 18 2020 Jan Macku <jamacku@redhat.con> - 9.49.52-1
+- ifup-eth: Switch to bc utility, which supports floating point computations (bug #1609687)
+
+* Wed Mar 18 2020 Jan Macku <jamacku@redhat.com> - 9.49.51-1
+- Fix inline comment - (bug #1773798)
+
+* Wed Mar 11 2020 Jan Macku <jamacku@redhat.com> - 9.49.50-1
+- Wait for scope link addresses as well as for scope global addresses - ipv6 (bug #1773798)
+
 * Mon Aug 19 2019 Jan Macku <jamacku@redhat.com> - 9.49.49-1
 - ifup-eth: Check that device name is set (bug #1741830)
 - Add option for IPv6 GRE tunnel (bug #1691552)