From f82a398a6509e5f010dfd7d96be19cc3789ad44a8328c229c1d7860ca4f827b2 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Thu, 23 Apr 2015 14:11:50 +0000 Subject: [PATCH] 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 --- bitlbee.changes | 5 +++++ bitlbee.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bitlbee.changes b/bitlbee.changes index 539ba6b..3320c7f 100644 --- a/bitlbee.changes +++ b/bitlbee.changes @@ -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 diff --git a/bitlbee.spec b/bitlbee.spec index bcfad8e..824e3e6 100644 --- a/bitlbee.spec +++ b/bitlbee.spec @@ -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