Commit c2c3ba9add014625b88ad6f563f328c6b47b719f
1 parent
63e53b5a
Exists in
master
and in
5 other branches
Ajustando teste do fedora com base na documentação do SuSE Build Service em http…
…://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
pw3270.spec.in
@@ -44,10 +44,10 @@ | @@ -44,10 +44,10 @@ | ||
44 | %endif | 44 | %endif |
45 | %endif | 45 | %endif |
46 | 46 | ||
47 | -%if 0%{?fedora_version} | ||
48 | - %define _release %{_rel}.fc%{fedora_version} | 47 | +%if 0%{?fedora} |
48 | + %define _release %{_rel}.fc%{fedora} | ||
49 | %define _redhat 0 | 49 | %define _redhat 0 |
50 | - %define _distro Fedora %{fedora_version} | 50 | + %define _distro Fedora %{fedora} |
51 | %define _bldreq gtk2-devel openssl-devel | 51 | %define _bldreq gtk2-devel openssl-devel |
52 | %endif | 52 | %endif |
53 | 53 |