Skip to content

Commit

Permalink
Merge pull request #1005 from aschnell/master
Browse files Browse the repository at this point in the history
- added provides with explicit ruby version (bsc#1235598)
  • Loading branch information
aschnell authored Jan 13, 2025
2 parents a918f69 + 3e4a73f commit d45d13c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libstorage-ng.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ Summary: Python bindings for libstorage-ng
Group: System/Libraries
Requires: %{libname} = %{version}
Obsoletes: libstorage-python
Provides: libstorage-ng-python-%{py3_ver}

%description python3
This package contains Python bindings for libstorage-ng.
Expand All @@ -132,6 +133,7 @@ Summary: Ruby bindings for libstorage-ng
Group: System/Libraries
Requires: %{libname} = %{version}
Obsoletes: libstorage-ruby
Provides: libstorage-ng-ruby-%{rb_ver}

%description ruby
This package contains Ruby bindings for libstorage-ng.
Expand Down

0 comments on commit d45d13c

Please sign in to comment.