diff --git a/.cockpit.metadata b/.cockpit.metadata
index 080de3a..9c301f7 100644
--- a/.cockpit.metadata
+++ b/.cockpit.metadata
@@ -1 +1 @@
-9f554fc9f93250b05d8761af453bac98d67f6451 SOURCES/cockpit-248.tar.xz
+9a7e3e57e2074aac2d004e73d0d4213c4e6d0ef2 SOURCES/cockpit-249.tar.xz
diff --git a/.gitignore b/.gitignore
index 68849fe..87f8658 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/cockpit-248.tar.xz
+SOURCES/cockpit-249.tar.xz
diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec
index defd34c..a1fab6d 100644
--- a/SPECS/cockpit.spec
+++ b/SPECS/cockpit.spec
@@ -1,5 +1,5 @@
 # This spec file has been automatically updated
-Version:        248
+Version:        249
 Release: 1%{?dist}
 #
 # Copyright (C) 2014-2020 Red Hat, Inc.
@@ -435,7 +435,6 @@ Recommends: (reportd >= 0.7.1 if abrt)
 %endif
 # NPM modules which are also available as packages
 Provides: bundled(js-jquery) = 3.5.1
-Provides: bundled(js-moment) = 2.29.1
 Provides: bundled(xstatic-bootstrap-datepicker-common) = 1.9.0
 Provides: bundled(xstatic-patternfly-common) = 3.59.5
 
@@ -546,7 +545,7 @@ fi
 test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true
 
 # check for deprecated PAM config
-if grep --color=auto pam_cockpit_cert {_sysconfdir}/pam.d/cockpit; then
+if grep --color=auto pam_cockpit_cert %{_sysconfdir}/pam.d/cockpit; then
     echo '**** WARNING:'
     echo '**** WARNING: pam_cockpit_cert is a no-op and will be removed in a'
     echo '**** WARNING: future release; remove it from your /etc/pam.d/cockpit.'
@@ -719,6 +718,10 @@ via PackageKit.
 
 # The changelog is automatically generated and merged
 %changelog
+* Wed Jul 21 2021 Matej Marusak <mmarusak@redhat.com> - 249-1
+- common: Add Content-Type for wasm
+- all: Port away from Moment.js
+
 * Thu Jul 08 2021 Martin Pitt <mpitt@redhat.com> - 248-1
 - Metrics: Install missing packages
 - PAM: Deprecate pam_cockpit_cert module