diff --git a/systemd-mini.changes b/systemd-mini.changes index ffb3d9de..aa4dc952 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 13 15:43:19 UTC 2014 - werner@suse.de + +- Avoid file conflict between udev and systemd (bnc# 868230) + + ------------------------------------------------------------------- Wed Mar 12 16:52:09 UTC 2014 - werner@suse.de diff --git a/systemd-mini.spec b/systemd-mini.spec index 4f4f7966..d253f72d 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -1105,7 +1105,7 @@ exit 0 %dir %{_prefix}/lib/systemd/user %dir %{_prefix}/lib/systemd/system %exclude %{_prefix}/lib/systemd/system/systemd-udev*.* -%exclude %{_prefix}/lib/systemd/system/udev.service +%exclude %{_prefix}/lib/systemd/system/*udev*.service %exclude %{_prefix}/lib/systemd/system/systemd-udev-root-symlink.service %exclude %{_prefix}/lib/systemd/system/*.target.wants/systemd-udev*.* %exclude %{_prefix}/lib/systemd/system/basic.target.wants/systemd-udev-root-symlink.service diff --git a/systemd.changes b/systemd.changes index ffb3d9de..aa4dc952 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 13 15:43:19 UTC 2014 - werner@suse.de + +- Avoid file conflict between udev and systemd (bnc# 868230) + + ------------------------------------------------------------------- Wed Mar 12 16:52:09 UTC 2014 - werner@suse.de diff --git a/systemd.spec b/systemd.spec index 90eb3c3a..77d3e29f 100644 --- a/systemd.spec +++ b/systemd.spec @@ -625,7 +625,8 @@ cp %{SOURCE7} m4/ %patch1023 -p1 %patch1999 -p1 %patch2000 -p1 -%patch2001 -p1 +## DISABLED ... does not work even on little endian +##%patch2001 -p1 # udev patches %patch1034 -p0 %patch1035 -p0 @@ -1100,7 +1101,7 @@ exit 0 %dir %{_prefix}/lib/systemd/user %dir %{_prefix}/lib/systemd/system %exclude %{_prefix}/lib/systemd/system/systemd-udev*.* -%exclude %{_prefix}/lib/systemd/system/udev.service +%exclude %{_prefix}/lib/systemd/system/*udev*.service %exclude %{_prefix}/lib/systemd/system/systemd-udev-root-symlink.service %exclude %{_prefix}/lib/systemd/system/*.target.wants/systemd-udev*.* %exclude %{_prefix}/lib/systemd/system/basic.target.wants/systemd-udev-root-symlink.service