On 18.03.2015 08:48 AM, Mike Gabriel wrote:
normally (at the moment) no X2Go component build-depends (in the strict sense) on any other X2Go component.
This was true before my change to x2gomatebindings. This package now build-depends on x2goserver and x2goserver-extensions, so that it does not own directories it shouldn't own -- like $LIBDIR/x2go. Owning directories that are "really" owned by other packages is very bad practice (unless it really cannot be handled any other way) and frowned upon in RPM-land.
I will probably have to change other components in the same vain, too.
Since we provide openSUSE/SLE builds the situation has slightly changed. The obs-build scripts runs rpmlint at end of build and IIRC that required a change in build-deps, pulling in other X2Go components at build time.
Please go ahead and add X2Go's own builds into the build process as available dependencies.
OK, will do. Thanks.
Mihai