From dadefab9fad9630d729cc592fd83fb96495b77c0 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 8 May 2014 01:12:22 +0200 Subject: [PATCH] add netns udev workaround --- sources | 1 + systemd.spec | 4 ++++ 2 files changed, 5 insertions(+) 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 - 212-4 +- add netns udev workaround + * Wed May 07 2014 Michal Sekletar - 212-3 - enable uuidd.socket by default (#1095353)