Skip to content

Commit

Permalink
Fixed if statement in yast2-ruby-bindings.spec
Browse files Browse the repository at this point in the history
rpmbuild fails without the fix. Corrected if statement to work with rpmbuild.
  • Loading branch information
sbluhm committed Oct 14, 2020
1 parent 6fca42a commit afe992c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/yast2-ruby-bindings.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: yast2-core-devel
BuildRequires: yast2-devtools >= 3.1.10
%if 0%{suse_version} == 1310
%if 0%{?suse_version} == 1310
BuildRequires: rubygem-fast_gettext < 3.0
BuildRequires: rubygem-rspec
Requires: rubygem-fast_gettext < 3.0
Expand Down

0 comments on commit afe992c

Please sign in to comment.