diff --git a/.gitignore b/.gitignore
index fa46684..f094ff5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/initscripts-9.49.49.tar.gz
+SOURCES/initscripts-9.49.51.tar.gz
diff --git a/.initscripts.metadata b/.initscripts.metadata
index 4538d11..52d7194 100644
--- a/.initscripts.metadata
+++ b/.initscripts.metadata
@@ -1 +1 @@
-ed213c3211049c403b926bc9cfe67a56bccfbee9 SOURCES/initscripts-9.49.49.tar.gz
+2d2a1069f9963d8240bf5029b8f0851310247a1a SOURCES/initscripts-9.49.51.tar.gz
diff --git a/SPECS/initscripts.spec b/SPECS/initscripts.spec
index 95cc13c..e3242b9 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.51
 # ppp-watch is GPLv2+, everything else is GPLv2
 License: GPLv2 and GPLv2+
 Group: System Environment/Base
@@ -220,6 +220,12 @@ rm -rf $RPM_BUILD_ROOT
 /etc/profile.d/debug*
 
 %changelog
+* 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)