diff --git a/.gitignore b/.gitignore
index 810f539..11852b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/libseccomp-2.3.3.tar.gz
+SOURCES/libseccomp-2.4.1.tar.gz
diff --git a/.libseccomp.metadata b/.libseccomp.metadata
index 0cf3dae..f24ba90 100644
--- a/.libseccomp.metadata
+++ b/.libseccomp.metadata
@@ -1 +1 @@
-89b1f35447b1891a3051de979dc92ad9f7258b60 SOURCES/libseccomp-2.3.3.tar.gz
+bd9932c1f208b6051c89a4253dc05ad0307338ec SOURCES/libseccomp-2.4.1.tar.gz
diff --git a/SPECS/libseccomp.spec b/SPECS/libseccomp.spec
index 25082f5..8726bc0 100644
--- a/SPECS/libseccomp.spec
+++ b/SPECS/libseccomp.spec
@@ -1,7 +1,9 @@
+%bcond_without check
+
 Summary: Enhanced seccomp library
 Name: libseccomp
-Version: 2.3.3
-Release: 3%{?dist}
+Version: 2.4.1
+Release: 1%{?dist}
 ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mipsel mips64el ppc64 ppc64le s390 s390x
 License: LGPLv2
 Group: System Environment/Libraries
@@ -59,8 +61,10 @@ mkdir -p "%{buildroot}/%{_mandir}"
 make V=1 DESTDIR="%{buildroot}" install
 rm -f "%{buildroot}/%{_libdir}/libseccomp.la"
 
+%if %{with check}
 %check
 make V=1 check
+%endif
 
 %post -p /sbin/ldconfig
 
@@ -72,7 +76,6 @@ make V=1 check
 %doc CREDITS
 %doc README.md
 %doc CHANGELOG
-%doc SUBMITTING_PATCHES
 %{_libdir}/libseccomp.so.*
 
 %files devel
@@ -87,6 +90,12 @@ make V=1 check
 %{_libdir}/libseccomp.a
 
 %changelog
+* Fri May 31 2019 Marek Tamaskovic <mtamasko@redhat.com> - 2.4.1-1
+- rebase to 2.4.1
+
+* Fri May 10 2019 Daniel Kopecek <dkopecek@redhat.com> - 2.3.3-4
+- spec: make the check phase conditional
+
 * Fri Aug  3 2018 Florian Weimer <fweimer@redhat.com> - 2.3.3-3
 - Honor %%{valgrind_arches}