diff --git a/systemtap-static-probes-in-ruby/main.fmf b/systemtap-static-probes-in-ruby/main.fmf index 7868896..310c441 100644 --- a/systemtap-static-probes-in-ruby/main.fmf +++ b/systemtap-static-probes-in-ruby/main.fmf @@ -1,3 +1,10 @@ +adjust: +- when: distro != fedora + require-: + - rubypick + environment: + PACKAGES: "ruby rubygems" + summary: It tests there are static probes in ruby package. description: | Simple test to exercise ruby's systemtap API.