Commit 6125eaeb073c9d00ff622459b1163587ac210059
1 parent
eccd504d
Exists in
master
and in
1 other branch
Fixing centos build.
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
rpm/libv3270.spec
@@ -72,7 +72,8 @@ BuildRequires: gtk3-devel | @@ -72,7 +72,8 @@ BuildRequires: gtk3-devel | ||
72 | 72 | ||
73 | %endif | 73 | %endif |
74 | 74 | ||
75 | -%if %{undefined fedora} && %{undefined rhel_version} | 75 | +# https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto |
76 | +%if %{undefined fedora} && %{undefined rhel_version} && %{undefined centos_version} | ||
76 | BuildRequires: libgladeui-2-6 | 77 | BuildRequires: libgladeui-2-6 |
77 | %endif | 78 | %endif |
78 | 79 |