diff --git a/.gitignore b/.gitignore
index bccb100..401ec35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,4 @@
 /systemd-43.tar.xz
 /systemd-44.tar.xz
 /systemd-183.tar.xz
+/systemd-184.tar.xz
diff --git a/sources b/sources
index 09b0b80..6b752d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e1e5e0f376fa2a4cb4bc31a2161c09f2  systemd-183.tar.xz
+6be0a2519fd42b988a1a2a56e5bd40c1  systemd-184.tar.xz
diff --git a/systemd.spec b/systemd.spec
index 632cb86..8b96319 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -2,7 +2,7 @@
 
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
-Version:        183
+Version:        184
 Release:        1%{?gitcommit:.git%{gitcommit}}%{?dist}
 License:        GPLv2+
 Group:          System Environment/Base
@@ -468,6 +468,9 @@ mv /etc/systemd/system/default.target.save /etc/systemd/system/default.target >/
 %attr(0644,root,root) %{_libdir}/pkgconfig/gudev-1.0*
 
 %changelog
+* Thu May 31 2012 Lennart Poettering <lpoetter@redhat.com> - 184-1
+- New upstream release
+
 * Thu May 24 2012 Kay Sievers <kay@redhat.com> - 183-1
 - New upstream release including udev merge.