[systemd] add netns udev workaround

Kay Sievers kay at fedoraproject.org
Wed May 7 23:12:51 UTC 2014


commit dadefab9fad9630d729cc592fd83fb96495b77c0
Author: Kay Sievers <kay at vrfy.org>
Date:   Thu May 8 01:12:22 2014 +0200

    add netns udev workaround

 sources      |    1 +
 systemd.spec |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)
---
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 at redhat.com> - 212-4
+- add netns udev workaround
+
 * Wed May 07 2014 Michal Sekletar <msekleta at redhat.com> - 212-3
 - enable uuidd.socket by default (#1095353)
 


More information about the scm-commits mailing list