]> git.pld-linux.org Git - packages/bluez.git/commitdiff
- added /etc/bluetooth/audio.conf
authorKarol Krenski <charles@pld-linux.org>
Tue, 12 May 2009 18:33:29 +0000 (18:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez.spec -> 1.23

bluez.spec

index ca7f84fafe0b1b988a7a755915e1669303a660a6..0cf46351af1c3dcbe006cb01c5c56378db23439e 100644 (file)
@@ -211,7 +211,7 @@ install -d $RPM_BUILD_ROOT{/etc/udev/rules.d,%{udevdir}}
        udevdir=%{udevdir}
 
 # noinst
-#install sync/bluetoothd-service-sync $RPM_BUILD_ROOT%{_libdir}/bluetooth
+install audio/audio.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/bluetooth
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/bluetooth
@@ -249,6 +249,7 @@ fi
 %dir %{_libdir}/bluetooth/plugins
 %attr(755,root,root) %{_libdir}/bluetooth/plugins/*.so
 %dir %{_sysconfdir}/bluetooth
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/audio.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/main.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/rfcomm.conf
 %attr(754,root,root) /etc/rc.d/init.d/bluetooth
This page took 0.044607 seconds and 4 git commands to generate.