diff --git a/.gitignore b/.gitignore
index b919eaf..142e528 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/libuv-v1.40.0.tar.gz
+SOURCES/libuv-v1.41.1.tar.gz
diff --git a/.libuv.metadata b/.libuv.metadata
index 045d3a1..0672bb8 100644
--- a/.libuv.metadata
+++ b/.libuv.metadata
@@ -1 +1 @@
-b332257555ad719c016b68fecfd056706a6c63f9 SOURCES/libuv-v1.40.0.tar.gz
+be3d7de877456af49313208b98f6aafdb6db46c0 SOURCES/libuv-v1.41.1.tar.gz
diff --git a/SPECS/libuv.spec b/SPECS/libuv.spec
index 8f4c967..c6544ca 100644
--- a/SPECS/libuv.spec
+++ b/SPECS/libuv.spec
@@ -5,9 +5,9 @@
 
 Name:           libuv
 Epoch:          1
-Version:        1.40.0
+Version:        1.41.1
 Release:        1%{?dist}
-Summary:        Platform layer for node.js
+Summary:        libuv is a multi-platform support library with a focus on asynchronous I/O.
 
 # the licensing breakdown is described in detail in the LICENSE file
 License:        MIT and BSD and ISC
@@ -27,9 +27,7 @@ Patch1:         0001-Disable-failing-network-tests.patch
 %endif
 
 %description
-libuv is a new platform layer for Node. Its purpose is to abstract IOCP on
-Windows and libev on Unix systems. We intend to eventually contain all platform
-differences in this library.
+libuv is a multi-platform support library with a focus on asynchronous I/O
 
 %package devel
 Summary:        Development libraries for libuv
@@ -88,6 +86,11 @@ make check
 %{_libdir}/%{name}.a
 
 %changelog
+* Mon Jul 12 2021 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:1.41.1-1
+- Rebase to 1.41.1
+- Change description to reflect upstream
+- Resolves: RHBZ1980033
+
 * Mon Jan 25 2021 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:1.40.0-1
 - Rebase to 1.40.0
 - Resolves: RHBZ#1895872