This request is superseded by
request 845856
(Show diff)
Overview
Request 845596 superseded
- Amend the spec file for SLE (jsc#SLE-16818)
+ Disable fish in SLE
+ Disable the MSR plugin for non-x86 system
+ Only install dbxtool in the system with UEFI support
- Created by gary_lin
- In state superseded
- 5 package maintainers
- Superseded by 845856
Loading...
Request History
gary_lin created request
- Amend the spec file for SLE (jsc#SLE-16818)
+ Disable fish in SLE
+ Disable the MSR plugin for non-x86 system
+ Only install dbxtool in the system with UEFI support
- Amend the spec file (jsc#SLE-16818)
+ Only enable fish support for Tumbleweed
+ Only enable the MSR plugin for x86
+ Only install dbxtool in the architectures with UEFI support
This is opening the leap gap again. Leap is supposedly inheriting binaries from SLE with 15.3;
Hello, that's correct you really want to use is_opensuse only for differentiation in between (SLE and Leap) or openSUSE Factory. Since Leap 15.3 will simply reuse SLE-binaries, but we need to make sure that re-building sources on Leap would produce the same feature-set.
Based on https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto it should be %if 0%{?suse_version} > 1500 # Please mind that ever changing comment on the page.
Ok, will fix it. Thanks for the suggestion.