diff --git a/zeromq.changes b/zeromq.changes index 30b435d..6f5d675 100644 --- a/zeromq.changes +++ b/zeromq.changes @@ -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 diff --git a/zeromq.spec b/zeromq.spec index 236641b..21cb447 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -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