- Fixed relp build requires change, which broke SLE-11 build.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=126
This commit is contained in:
2013-01-15 09:36:53 +00:00
committed by Git OBS Bridge
parent a65d6fd2d9
commit a979ac07f5
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 15 09:35:07 UTC 2013 - mt@suse.de
- Fixed relp build requires change, which broke SLE-11 build.
-------------------------------------------------------------------
Mon Jan 14 21:59:15 UTC 2013 - andreas.stieger@gmx.de

View File

@@ -113,7 +113,11 @@ BuildRequires: postgresql-devel
%endif
%if %{with relp}
# RELP support
%if 0%{?suse_version} >= 1210
BuildRequires: pkgconfig(relp) >= 1.0.1
%else
BuildRequires: librelp-devel
%endif
%endif
%if %{with udpspoof}
# UDP spoof support