Accepting request 445433 from hardware

Fix build with systemd 232

OBS-URL: https://build.opensuse.org/request/show/445433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sbl?expand=0&rev=41
This commit is contained in:
Dominique Leuenberger 2016-12-16 10:55:07 +00:00 committed by Git OBS Bridge
commit 573c914950
2 changed files with 11 additions and 2 deletions

View File

@ -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 Sat Jun 13 11:49:56 UTC 2015 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package sbl # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -38,7 +38,7 @@ BuildRequires: orca
BuildRequires: speechd-devel BuildRequires: speechd-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1310 %if 0%{?suse_version} > 1310
BuildRequires: pkgconfig(libsystemd-daemon) BuildRequires: systemd-rpm-macros
%{?systemd_requires} %{?systemd_requires}
%else %else
Requires(post): %insserv_prereq Requires(post): %insserv_prereq