Am 03.07.2014 16:22, schrieb Felix Yan:
On Thursday, July 03, 2014 13:26:20 Thomas Bächler wrote:
Am 03.07.2014 12:09, schrieb Felix Yan:
* lvm2 (flagged 23.06.) - easy version bump (hopefully, sometimes it breaks)> lvm2-make-sockets-static.patch has some conflicts, I'll look into it later if no one else is interested (I don't use LVM myself, so I may not be able to test it).
It's probably trivial to fix. The patch simply removes the [Install] sections from the .socket files and the PKGBUILD enables them unconditionally.
lvm2_lvmetad_systemd_red_hat.socket.in has "WantedBy=sysinit.target" instead of "WantedBy=sockets.target" (which is in the patch).
Okay, that was changed because I told them sockets.target isn't sufficient. Regardless, we already add a static unit with sysinit.target, so that install section should still go away.
dm_event_systemd_red_hat.socket.in has added "RemoveOnStop=true"
Yes, that's a good addition.
That's the two conflicts. Let me know if you think it is okay to push :)
Yes, it's probably fine.