diff --git a/_service b/_service
index 59afeca..273682b 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
git
@PARENT_TAG@
[v]?([^\+]+)(.*)
-v2.0.29
+v2.0.30
enable
diff --git a/_servicedata b/_servicedata
index f569ea7..c376382 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/containers/conmon
- 7e6de6678f6ed8a18661e1d5721b81ccee293b9b
\ No newline at end of file
+ 2792c16f4436f1887a7070d9ad99d9c29742f38a
diff --git a/conmon-2.0.29.tar.xz b/conmon-2.0.29.tar.xz
deleted file mode 100644
index b48f66a..0000000
--- a/conmon-2.0.29.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:ce216a2a02994582cabc910ddd5e6767b43180ec017ac7889ba9815e6b996fbd
-size 140056
diff --git a/conmon-2.0.30.tar.xz b/conmon-2.0.30.tar.xz
new file mode 100644
index 0000000..d01d088
--- /dev/null
+++ b/conmon-2.0.30.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9051b921347d69addbab22bee4a7c34ee486099d76c2dd043b53b7b70efa87ce
+size 140728
diff --git a/conmon.changes b/conmon.changes
index 8c24fb6..d580dd3 100644
--- a/conmon.changes
+++ b/conmon.changes
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Fri Sep 24 07:31:03 UTC 2021 - Paolo Stivanin
+
+- Update to version 2.0.30:
+ * Remove unreachable code path
+ * exit: report if the exit command was killed
+ * exit: fix race zombie reaper
+ * conn_sock: allow watchdog messages through the notify socket proxy
+ * seccomp: add support for seccomp notify
+
-------------------------------------------------------------------
Fri Jul 23 09:51:11 UTC 2021 - alexandre.vicenzi@suse.com
diff --git a/conmon.spec b/conmon.spec
index ba905ec..889224c 100644
--- a/conmon.spec
+++ b/conmon.spec
@@ -17,7 +17,7 @@
Name: conmon
-Version: 2.0.29
+Version: 2.0.30
Release: 0
Summary: An OCI container runtime monitor
License: Apache-2.0
@@ -25,7 +25,9 @@ Group: System/Management
URL: https://github.com/containers/conmon
Source0: %{name}-%{version}.tar.xz
BuildRequires: glib2-devel
+BuildRequires: pkgconfig
BuildRequires: golang(API) >= 1.16
+BuildRequires: pkgconfig(libseccomp)
BuildRequires: pkgconfig(libsystemd)
%description
@@ -46,6 +48,6 @@ runc or crun) for a single container.
%license LICENSE
%doc README.md
%{_bindir}/%{name}
-%{_mandir}/man8/conmon*.8*
+%{_mandir}/man8/conmon*.8%{?ext_man}
%changelog