Accepting request 246895 from home:mcaj:branches:server:irc

- I fixed build for SLE_11_SP3 via change if for suse_version in with_libotr.
  The version 1100 is OpenSUSE 11.0 (very old ) but 1110 is SLE 11, see:
  http://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto

OBS-URL: https://build.opensuse.org/request/show/246895
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=28
This commit is contained in:
Martin Caj 2014-09-01 09:06:57 +00:00 committed by Git OBS Bridge
parent 65fc9ef856
commit 11e42e9865
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Aug 29 19:42:15 UTC 2014 - mcaj@suse.com
- I fixed build for SLE_11_SP3 via change if for suse_version in with_libotr if.
version 1100 is OpenSUSE 11.0 (very old ) but 1110 is SLE 11, see:
http://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto
-------------------------------------------------------------------
Wed Aug 20 07:46:50 UTC 2014 - tampakrap@opensuse.org

View File

@ -19,9 +19,11 @@
# Define way to log messages for the machine:
%define nnmmsg logger -t %{name}/rpm
%if 0%{?suse_version} >= 1100
%if 0%{?suse_version} > 1110
%define with_libotr 1
%endif
#define systemd for the new OpenSUSE only:
%if 0%{?suse_version} >= 1310
%define with_systemd 1