diff --git a/.gitignore b/.gitignore
index 3151de6..cb51732 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 SOURCES/gpgkey-462225C3B46F34879FC8496CD605848ED7E69871.gpg
-SOURCES/p11-kit-0.24.0.tar.xz
+SOURCES/p11-kit-0.24.1.tar.xz
diff --git a/.p11-kit.metadata b/.p11-kit.metadata
index 36bedf6..c80beb8 100644
--- a/.p11-kit.metadata
+++ b/.p11-kit.metadata
@@ -1,2 +1,2 @@
 526f07b62624739ba318a171bab3352af91d0134 SOURCES/gpgkey-462225C3B46F34879FC8496CD605848ED7E69871.gpg
-66380b519caa58d49f31f7fb4aae7b14e91b1a40 SOURCES/p11-kit-0.24.0.tar.xz
+4d5c35c8c2d6ee12ed69ab58221d6d515c570089 SOURCES/p11-kit-0.24.1.tar.xz
diff --git a/SOURCES/p11-kit-0.24.0.tar.xz.sig b/SOURCES/p11-kit-0.24.0.tar.xz.sig
deleted file mode 100644
index 59e4a88..0000000
Binary files a/SOURCES/p11-kit-0.24.0.tar.xz.sig and /dev/null differ
diff --git a/SOURCES/p11-kit-0.24.1.tar.xz.sig b/SOURCES/p11-kit-0.24.1.tar.xz.sig
new file mode 100644
index 0000000..bfc093a
Binary files /dev/null and b/SOURCES/p11-kit-0.24.1.tar.xz.sig differ
diff --git a/SPECS/p11-kit.spec b/SPECS/p11-kit.spec
index c4e396c..122f870 100644
--- a/SPECS/p11-kit.spec
+++ b/SPECS/p11-kit.spec
@@ -1,6 +1,6 @@
 # This spec file has been automatically updated
-Version:	0.24.0
-Release: 4%{?dist}
+Version:	0.24.1
+Release: 2%{?dist}
 Name:           p11-kit
 Summary:        Library for loading and sharing PKCS#11 modules
 
@@ -50,7 +50,7 @@ Conflicts:          nss < 3.14.3-9
 
 %description trust
 The %{name}-trust package contains a system trust PKCS#11 module which
-contains certificate anchors and black lists.
+contains certificate anchors and blocklists.
 
 
 %package server
@@ -152,6 +152,29 @@ fi
 
 
 %changelog
+* Tue Feb  1 2022 Daiki Ueno <dueno@redhat.com> - 0.24.1-2
+- Replace "black list" with "blocklist" in -trust subpackage description (#2026457)
+
+* Mon Jan 17 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 0.24.1-1
+- Release 0.24.1 (Daiki Ueno)
+- common: Support copying attribute array recursively (Daiki Ueno)
+- common: Add assert_ptr_cmp (Daiki Ueno)
+- gtkdoc: remove dependencies on custom target files (Eli Schwartz)
+- doc: Replace occurrence of black list with blocklist (Daiki Ueno)
+- build: Suppress cppcheck false-positive on array bounds (Daiki Ueno)
+- ci: Use Docker image from the same repository (Daiki Ueno)
+- ci: Integrate Docker image building to GitHub workflow (Daiki Ueno)
+- rpc: Fallback to version 0 if server does not support negotiation (Daiki Ueno)
+- build: Port e850e03be65ed573d0b69ee0408e776c08fad8a3 to meson (Daiki Ueno)
+- Link libp11-kit so that it cannot unload (Emmanuel Dreyfus)
+- trust: Use dngettext for plurals (Daiki Ueno)
+- rpc: Support protocol version negotiation (Daiki Ueno)
+- rpc: Separate authentication step from transaction (Daiki Ueno)
+- Meson: p11_system_config_modules instead of p11_package_config_modules (Issam E. Maghni)
+- shell: test -a|o is not POSIX (Issam E. Maghni)
+- Meson: Add libtasn1 to trust programs (Issam E. Maghni)
+- meson: optionalise glib's development files for gtk_doc (Đoàn Trần Công Danh)
+
 * Wed Aug 18 2021 DJ Delorie <dj@redhat.com> - 0.24.0-4
 - Rebuilt for libffi 3.4.2 SONAME transition.
   Related: rhbz#1891914