From b754956fef2789461212615438c65797d77620d8 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 4 Oct 2014 22:22:00 +0200 Subject: [PATCH] - temporarily lower systemd requirement back to 1:198 --- weston.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/weston.spec b/weston.spec index 6b54013..49f55fc 100644 --- a/weston.spec +++ b/weston.spec @@ -63,7 +63,8 @@ BuildRequires: xorg-lib-libX11-devel %if %{with wlaunch} BuildRequires: libdrm-devel BuildRequires: pam-devel -BuildRequires: systemd-devel >= 1:209 +# TODO: bump to 1:209 (required at runtime when built with such version) +BuildRequires: systemd-devel >= 1:198 %endif %if %{with xwayland} BuildRequires: libxcb-devel @@ -90,7 +91,7 @@ Requires: libva-drm >= 1.2.0 %endif %{?with_drm:Requires: mtdev >= 1.1.0} Requires: pixman >= 0.26 -%{?with_wlaunch:Requires: systemd-libs >= 1:209} +%{?with_wlaunch:Requires: systemd-libs >= 1:198} %{?with_drm:Requires: udev-libs >= 1:136} Requires: wayland >= 1.6.0 Requires: xorg-lib-libxkbcommon >= 0.3.0 -- 2.44.0