Comment # 5 on bug 1029775 from
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: