From 5cc581991ca1add548bffd0ac023583ba4dffcb76df3e6c3db0c8b8b0377604d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 13 Feb 2017 10:11:00 +0000 Subject: [PATCH] Accepting request 455426 from home:kukuk:branches:multimedia:libs - Don't require insserv if we don't need it. OBS-URL: https://build.opensuse.org/request/show/455426 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=207 --- alsa.changes | 5 +++++ alsa.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/alsa.changes b/alsa.changes index da5374e..b87250c 100644 --- a/alsa.changes +++ b/alsa.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 8 08:39:05 CET 2017 - kukuk@suse.de + +- Don't require insserv if we don't need it. + ------------------------------------------------------------------- Wed Dec 28 16:38:57 CET 2016 - tiwai@suse.de diff --git a/alsa.spec b/alsa.spec index 09040ff..b14abf5 100644 --- a/alsa.spec +++ b/alsa.spec @@ -1,7 +1,7 @@ # # spec file for package alsa # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -56,7 +56,9 @@ BuildRequires: pkg-config Requires: alsa-utils # FIXME: use proper Requires(pre/post/preun/...) PreReq: %fillup_prereq +%if 0%{?suse_version} <= 1310 PreReq: %insserv_prereq +%endif Recommends: alsa-oss Recommends: alsa-plugins BuildRoot: %{_tmppath}/%{name}-%{version}-build