-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modified ncompress requirement in RPM to exclude RHEL9 #13490
Conversation
The bug this was working around is no longer present. Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
@@ -36,7 +36,7 @@ Obsoletes: spl-dkms | |||
Provides: %{module}-kmod = %{version} | |||
AutoReqProv: no | |||
|
|||
%if 0%{?rhel}%{?fedora}%{?suse_version} | |||
%if (0%{?fedora}%{?suse_version}) || (0 < 0%{?rhel} && 0%{?rhel} < 9) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This RHEL clause makes no sense. It should be (0%{?rhel} && 0%{?rhel} < 9)
or (0%{?rhel} > 0 && 0%{?rhel} < 9)
. I'm not even sure what a < 0
does here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My vague recollection is that some older specfile version didn't allow you to get away with just 0%{?rhel}
.
Or maybe my brain is rotten. It's a toss-up, really. :)
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
The bug this was working around is no longer present. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes openzfs#13480 Closes openzfs#13490
Motivation and Context
#13480
The bug this was working around is no longer present in RHEL9, and neither is the
ncompress
package.Description
Just copied the old logic from the PR to exclude newer EL versions.
How Has This Been Tested?
The RPM did not build on my RHEL9 testbed without this change, and did with.
Types of changes
Checklist:
Signed-off-by
.