On Tue, Sep 2, 2014 at 10:17 AM, Jan Engelhardt <jengelh@inai.de> wrote:
On Tuesday 2014-09-02 17:11, Archie Cobbs wrote:
On Tue, Sep 2, 2014 at 8:38 AM, Stephan Kulow <coolo@suse.de> wrote:
On 02.09.2014 15:35, Archie Cobbs wrote:
So it still appears a conditional test of some kind will be necessary... unless I'm still missing something.
You can add this to your prj's prjconf %if %suse_version < 1320 FileProvides: /bin/logger util-linux %endif
Except (a) I don't think I have the rights to do that (network:telephony and/or factory) and (b) shouldn't this problem be solved in a more global way so that every other program that requires logger(1) will not face the same issue?
Yeah, the package probably should just BuildReqiure: util-linux.
Which takes us neatly right back to where this whole thread started :) In summary... it appears the best I can do is this conditional, package-specific solution, unless someone has a more elegant one. %if %suse_version < 1320 Requires: util-linux %else Requires: util-linux-systemd %endif Thanks, -Archie -- Archie L. Cobbs -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org