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:
commit
573c914950
@ -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
|
||||||
|
|
||||||
|
4
sbl.spec
4
sbl.spec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user