Accepting request 298806 from home:lmuelle

Require util-linux-systemd at build time on post-13.1 systems.

... as else the SLE 12 build fails.

Please consider to forward the 3.4 version update to openSUSE Factory.

OBS-URL: https://build.opensuse.org/request/show/298806
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=32
This commit is contained in:
Theo Chatzimichos
2015-04-23 14:11:50 +00:00
committed by Git OBS Bridge
parent 288a41e458
commit f82a398a65
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 23 13:40:28 UTC 2015 - lmuelle@suse.com
- Require util-linux-systemd at build time on post-13.1 systems.
-------------------------------------------------------------------
Wed Apr 22 19:41:55 UTC 2015 - lmuelle@suse.com

View File

@@ -75,7 +75,7 @@ BuildRequires: libpurple-devel
%endif
%if %{with_systemd}
BuildRequires: systemd
%if 0%{?suse_version} >= 1320
%if 0%{?suse_version} > 1310
BuildRequires: util-linux-systemd
%endif
%endif