diff --git a/SOURCES/bpftrace-0.12.1-RHEL-8-fixes.patch b/SOURCES/bpftrace-0.12.1-RHEL-8-fixes.patch
index b2689ae..270277b 100644
--- a/SOURCES/bpftrace-0.12.1-RHEL-8-fixes.patch
+++ b/SOURCES/bpftrace-0.12.1-RHEL-8-fixes.patch
@@ -47,7 +47,7 @@ index 3824bc6d..bdc6e4df 100755
  }
  
 -uprobe:/lib/x86_64-linux-gnu/libpthread.so.0:pthread_create
-+uprobe:/usr/lib64/libpthread.so:pthread_create
++uprobe:/usr/lib64/libpthread.so.0:pthread_create
  {
  	printf("%-10u %-6d %-16s %s\n", elapsed / 1e6, pid, comm,
  	    usym(arg2));
diff --git a/SPECS/bpftrace.spec b/SPECS/bpftrace.spec
index e09f39f..cafc44a 100644
--- a/SPECS/bpftrace.spec
+++ b/SPECS/bpftrace.spec
@@ -2,7 +2,7 @@
 
 Name:           bpftrace
 Version:        0.12.1
-Release:        1%{?dist}.0.1
+Release:        3%{?dist}
 Summary:        High-level tracing language for Linux eBPF
 License:        ASL 2.0
 
@@ -96,6 +96,15 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \
 %endif
 
 %changelog
+* Thu Jun 24 2021 Jerome Marchand <jmarchan@redhat.com> - 0.12.1-3
+- Have threadsnoop points to libpthread.so.0
+
+* Wed Jun 09 2021 Jerome Marchand <jmarchan@redhat.com> - 0.12.1-2
+- Rebuild on LLVM12
+
+* Fri Apr 30 2021 Jerome Marchand <jmarchan@redhat.com> - 0.12.1-1
+- Rebase on bpftrace 0.12.1
+
 * Thu Jan 28 2021 Jerome Marchand <jmarchan@redhat.com> - 0.11.1-3
 - Add missing libbpf and binutils-dev dependencies