diff --git a/sources b/sources
index e18975e..e2e30ee 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 257a75fff826ff91cb1ce567091cf270  systemd-212.tar.xz
+7cc21230d87d3077d244237aa8b302a1  0001-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch
diff --git a/systemd.spec b/systemd.spec
index dfe8d5f..a16924d 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -42,6 +42,7 @@ Source6:        yum-protect-systemd.conf
 
 # kernel-install patch for grubby, drop if grubby is obsolete
 Patch1000:      kernel-install-grubby.patch
+Patch1001:      0001-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch
 
 %global num_patches %{lua: c=0; for i,p in ipairs(patches) do c=c+1; end; print(c);}
 
@@ -717,6 +718,9 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g
 %{_datadir}/systemd/gatewayd
 
 %changelog
+* Wed May 07 2014 Kay Sievers <kay@redhat.com> - 212-4
+- add netns udev workaround
+
 * Wed May 07 2014 Michal Sekletar <msekleta@redhat.com> - 212-3
 - enable uuidd.socket by default (#1095353)