add netns udev workaround
This commit is contained in:
parent
5fb0bff53b
commit
dadefab9fa
1
sources
1
sources
@ -1 +1,2 @@
|
||||
257a75fff826ff91cb1ce567091cf270 systemd-212.tar.xz
|
||||
7cc21230d87d3077d244237aa8b302a1 0001-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user