Accepting request 138487 from openSUSE:Factory:Staging:Systemd
- Fix build with new udev rules directory location. OBS-URL: https://build.opensuse.org/request/show/138487 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=47
This commit is contained in:
parent
321e18264a
commit
884335454e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 17 11:10:24 UTC 2012 - fcrozat@suse.com
|
||||||
|
|
||||||
|
- Fix build with new udev rules directory location.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 18 18:28:50 UTC 2012 - dimstar@opensuse.org
|
Tue Sep 18 18:28:50 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -16,6 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
|
||||||
|
|
||||||
Name: colord
|
Name: colord
|
||||||
Version: 0.1.23
|
Version: 0.1.23
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -144,7 +146,7 @@ exit 0
|
|||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||||
%{_unitdir}/colord.service
|
%{_unitdir}/colord.service
|
||||||
%{_unitdir}/colord-sane.service
|
%{_unitdir}/colord-sane.service
|
||||||
/lib/udev/rules.d/*.rules
|
%{_udevrulesdir}/*.rules
|
||||||
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
|
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
||||||
%{_sysconfdir}/bash_completion.d/colormgr-completion.bash
|
%{_sysconfdir}/bash_completion.d/colormgr-completion.bash
|
||||||
|
Loading…
Reference in New Issue
Block a user