Accepting request 332962 from home:tampakrap:branches:devel:libraries:c_c++

- Fix the conditionals on the previous commit

OBS-URL: https://build.opensuse.org/request/show/332962
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=36
This commit is contained in:
Marcus Rückert 2015-09-22 13:32:24 +00:00 committed by Git OBS Bridge
parent 912ab3de22
commit f4a5930afe
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 22 13:26:21 UTC 2015 - tampakrap@opensuse.org
- Fix the conditionals on the previous commit
-------------------------------------------------------------------
Tue Sep 22 12:48:38 UTC 2015 - tampakrap@opensuse.org

View File

@ -42,9 +42,9 @@ BuildRequires: pkgconfig(uuid)
%endif
%if 0%{?with_pgm}
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
BuildRequires: pkgconfig(glib-2.0) >= 2.8
%else
BuildRequires: glib2-devel >= 2.8
%else
BuildRequires: pkgconfig(glib-2.0) >= 2.8
%endif
BuildRequires: openpgm-devel >= 5.1
BuildRequires: python