From: Bernhard M. Wiedemann Date: Wed, 15 Jan 2025 09:21:25 +0000 (+0100) Subject: Provide a symbol specific for the ruby-version X-Git-Tag: 0.7.32~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19cdbdf55ae690f6512bcedc67e7424dd922f083;p=thirdparty%2Flibsolv.git Provide a symbol specific for the ruby-version so that yast does not break across updates (boo#1235598) --- diff --git a/package/libsolv.changes b/package/libsolv.changes index 5a1cc927..667948e4 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 15 09:16:51 UTC 2025 - Bernhard Wiedemann + +- Provide a symbol specific for the ruby-version + so yast does not break across updates (boo#1235598) + ------------------------------------------------------------------- Tue Nov 12 10:54:33 CET 2024 - mls@suse.de diff --git a/package/libsolv.spec.in b/package/libsolv.spec.in index dde4f7a1..bb1ef742 100644 --- a/package/libsolv.spec.in +++ b/package/libsolv.spec.in @@ -208,6 +208,9 @@ Applications demoing the libsolv library. %package -n ruby-solv Summary: Ruby bindings for the libsolv library Group: Development/Languages/Ruby +%if 0%{?suse_version} +Provides: ruby-solv-ruby-%{rb_ver} +%endif %description -n ruby-solv Ruby bindings for libsolv.