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
This commit is contained in:
Tomáš Chvátal 2017-02-13 10:11:00 +00:00 committed by Git OBS Bridge
parent bdc811538b
commit 5cc581991c
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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