http://bugzilla.suse.com/show_bug.cgi?id=1029775 http://bugzilla.suse.com/show_bug.cgi?id=1029775#c5 --- Comment #5 from Stanislav Brabec <sbrabec@suse.com> --- Force activation of uuidd is relatively minor issue, but something that should not happen. Yes, Factory could have the same package as Leap 42.3, as long as we don't intentionally decide to diverge. SLE has a different package, but version should be the same. Having SLE and Leap in sync is important, so we could use: systemd-presets-branding-*: Add preset enable foo.service and increase version from n to n+1 package foo: Conflicts: systemd-presets-branding < n+1 or Requires: systemd-presets-branding >= n If we not sync, we have to use: package foo: %if 0%{?is_opensuse} Conflicts: systemd-presets-branding-openSUSE < n+1 %else Conflicts: systemd-presets-branding-SLE < s+1 %endif or %if 0%{?is_opensuse} Requires: systemd-presets-branding-openSUSE >= n %else Requires: systemd-presets-branding-SLE >= s %endif -- You are receiving this mail because: You are on the CC list for the bug.