Overview
Request 1113905 accepted
- Add libetebase-devel to BuildRequires to enable the etesync resource for
factory builds
Until now, etebase-enabled builds of kdepim-runtime have mostly been packaged via home projects here on OBS and on COPR by the etesync community.
Now that libetebase is in factory (https://build.opensuse.org/package/show/openSUSE:Factory/libetebase), the dependency can be made available to kdepim-runtime which will enable the etesync resource plugin (https://invent.kde.org/pim/kdepim-runtime/-/blob/master/resources/CMakeLists.txt?ref_type=heads#L52). This also means that libetebase0 will become a runtime dependency of the kdepim-runtime package.
This submit request only enables it for tumbleweed only. I'm not sure what the pattern/strategy is for dependencies which are only available for some versions of opensuse. The network project where libetebase lives doesn't seem to build for the aarch64 15.5 leap target for instance, while kdepim-runtime does.
Let me know what you think about enabling this :)
The i586 build for openSUSE_Factory_standard failing seems unrelated to my changes (?).
Also not sure about all the https://en.opensuse.org/openSUSE:Packaging_checks#unstripped-binary-or-object warnings.
Ignore, that's because your branch has buildinfo disabled.
This one can be addressed: kdepim-runtime.spec:84: E: invalid-suse-version-check 1600
It's not too late to submit etebase to 15.6. you can change that to:
%if 0%{?suse_version} > 1500 || %{?sle_version} > 150500
(https://en.opensuse.org/openSUSE:Packaging_for_Leap#RPM_Distro_Version_Macros)
Request History
fawz created request
- Add libetebase-devel to BuildRequires to enable the etesync resource for
factory builds
Until now, etebase-enabled builds of kdepim-runtime have mostly been packaged via home projects here on OBS and on COPR by the etesync community.
Now that libetebase is in factory (https://build.opensuse.org/package/show/openSUSE:Factory/libetebase), the dependency can be made available to kdepim-runtime which will enable the etesync resource plugin (https://invent.kde.org/pim/kdepim-runtime/-/blob/master/resources/CMakeLists.txt?ref_type=heads#L52). This also means that libetebase0 will become a runtime dependency of the kdepim-runtime package.
This submit request only enables it for tumbleweed only. I'm not sure what the pattern/strategy is for dependencies which are only available for some versions of opensuse. The network project where libetebase lives doesn't seem to build for the aarch64 15.5 leap target for instance, while kdepim-runtime does.
Let me know what you think about enabling this :)
krop accepted request
LGTM
Thanks for the feedback on the previous SR!
I've given submitting libetebase to leap 15.6 a go: https://build.opensuse.org/request/show/1113903