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