From 3b650f4a29b536784e2d2228aa1320595b49bf91451b64da1f1bfd32a33c4c55 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Sat, 10 Dec 2016 20:49:12 +0000 Subject: [PATCH] Accepting request 445086 from home:fbui:branches:hardware - Drop (build) requirement on libsystemd-daemon There's no usage of systemd libraries in this package however build require the systemd rpm macros instead as they're used in the spec file. OBS-URL: https://build.opensuse.org/request/show/445086 OBS-URL: https://build.opensuse.org/package/show/hardware/sbl?expand=0&rev=27 --- sbl.changes | 9 +++++++++ sbl.spec | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/sbl.changes b/sbl.changes index 75a3af2..0fceaa5 100644 --- a/sbl.changes +++ b/sbl.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Dec 9 13:22:43 UTC 2016 - fbui@suse.com + +- Drop (build) requirement on libsystemd-daemon + + There's no usage of systemd libraries in this package however build + require the systemd rpm macros instead as they're used in the spec + file. + ------------------------------------------------------------------- Sat Jun 13 11:49:56 UTC 2015 - mpluskal@suse.com diff --git a/sbl.spec b/sbl.spec index d48f128..1112b7f 100644 --- a/sbl.spec +++ b/sbl.spec @@ -1,7 +1,7 @@ # # spec file for package sbl # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: orca BuildRequires: speechd-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} > 1310 -BuildRequires: pkgconfig(libsystemd-daemon) +BuildRequires: systemd-rpm-macros %{?systemd_requires} %else Requires(post): %insserv_prereq