- don't install udev rule for 11.4, as it's provided in alsa-utils

now

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=68
This commit is contained in:
Takashi Iwai 2010-11-26 08:30:25 +00:00 committed by Git OBS Bridge
parent 6e2e452dec
commit 3c9611c796
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Nov 26 09:29:58 CET 2010 - tiwai@suse.de
- don't install udev rule for 11.4, as it's provided in alsa-utils
now
-------------------------------------------------------------------
Wed Nov 24 06:24:00 CET 2010 - tiwai@suse.de

View File

@ -255,8 +255,10 @@ ln -s ../../etc/init.d/joystick $RPM_BUILD_ROOT%{_sbindir}/rcjoystick
#
# udev rules (only for non-systemd)
#
%if %suse_version < 1140
mkdir -p $RPM_BUILD_ROOT/etc/udev/rules.d
install -c -m 0644 %{SOURCE8} $RPM_BUILD_ROOT/etc/udev/rules.d
%endif
#
# install template to update rc.config and sysconfig files:
# (updating the actual files is done in the %post-script)
@ -307,7 +309,9 @@ exit 0
/usr/lib/all_notes_off.*
%{_datadir}/sounds/alsa
/var/adm/fillup-templates/*
%if %suse_version < 1140
/etc/udev
%endif
%files devel
%defattr(-, root, root)