diff --git a/pytest-html-1.21.1.tar.gz b/pytest-html-1.21.1.tar.gz
deleted file mode 100644
index 9598ff8..0000000
--- a/pytest-html-1.21.1.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:ac405ca2fc4a55b83ca59319c69552f9bc870db2378e851633970bfc7fb93928
-size 27153
diff --git a/pytest-html-1.22.0.tar.gz b/pytest-html-1.22.0.tar.gz
new file mode 100644
index 0000000..4062e16
--- /dev/null
+++ b/pytest-html-1.22.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:43d3a3040ee9676d215225bf8b6aaab916e388bbca7eb05c2a98f28e5cbaa30e
+size 27555
diff --git a/python-pytest-html.changes b/python-pytest-html.changes
index 12244c9..92a9720 100644
--- a/python-pytest-html.changes
+++ b/python-pytest-html.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Mon Aug 12 15:40:19 UTC 2019 - Tomáš Chvátal
+
+- Update to 1.22.0:
+ * Refactor asset naming to be OS safe
+
-------------------------------------------------------------------
Tue Jul 2 12:29:33 UTC 2019 - Tomáš Chvátal
diff --git a/python-pytest-html.spec b/python-pytest-html.spec
index 8ae4411..6bc1f52 100644
--- a/python-pytest-html.spec
+++ b/python-pytest-html.spec
@@ -18,9 +18,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-html
-Version: 1.21.1
+Version: 1.22.0
Release: 0
-Summary: pytest plugin for generating HTML reports
+Summary: Pytest plugin for generating HTML reports
License: MPL-2.0
Group: Development/Languages/Python
URL: https://github.com/pytest-dev/pytest-html
@@ -57,7 +57,8 @@ pytest plugin for generating HTML reports
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v
+export PYTHONDONTWRITEBYTECODE=1
+%pytest
%files %{python_files}
%license LICENSE