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
This commit is contained in:
parent
db92e3a2de
commit
3b650f4a29
@ -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
|
||||
|
||||
|
4
sbl.spec
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user