]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Provide a symbol specific for the ruby-version 578/head
authorBernhard M. Wiedemann <bwiedemann@suse.de>
Wed, 15 Jan 2025 09:21:25 +0000 (10:21 +0100)
committerBernhard M. Wiedemann <bwiedemann@suse.de>
Mon, 31 Mar 2025 14:55:55 +0000 (16:55 +0200)
so that yast does not break across updates (boo#1235598)

package/libsolv.changes
package/libsolv.spec.in

index 5a1cc92714defa2c4e2149a3518236671b4e7ba4..667948e4baa3f351d51c454c619c19ad0e67cf67 100644 (file)
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Wed Jan 15 09:16:51 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
+
+- 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
 
index dde4f7a1e94bafa03a96adf04ae1270bf6406097..bb1ef74241dff8cb3f314352e03307dc309873e8 100644 (file)
@@ -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.