add netns udev workaround

This commit is contained in:
Kay Sievers 2014-05-08 01:12:22 +02:00
parent 5fb0bff53b
commit dadefab9fa
2 changed files with 5 additions and 0 deletions

View File

@ -1 +1,2 @@
257a75fff826ff91cb1ce567091cf270 systemd-212.tar.xz
7cc21230d87d3077d244237aa8b302a1 0001-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch

View File

@ -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)