Build with --with-dbusdir.
This commit is contained in:
parent
5427dc2a2d
commit
d274bff9f8
13
cups.conf
13
cups.conf
@ -1,13 +0,0 @@
|
|||||||
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
|
||||||
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
||||||
<busconfig>
|
|
||||||
<!-- Only root can send this message -->
|
|
||||||
<policy user="root">
|
|
||||||
<allow send_interface="com.redhat.PrinterSpooler"/>
|
|
||||||
</policy>
|
|
||||||
|
|
||||||
<!-- Allow any connection to receive the message -->
|
|
||||||
<policy context="default">
|
|
||||||
<allow receive_interface="com.redhat.PrinterSpooler"/>
|
|
||||||
</policy>
|
|
||||||
</busconfig>
|
|
@ -20,7 +20,6 @@ Source7: pstoraster.convs
|
|||||||
Source8: postscript.ppd.gz
|
Source8: postscript.ppd.gz
|
||||||
Source9: cups.logrotate
|
Source9: cups.logrotate
|
||||||
Source10: ncp.backend
|
Source10: ncp.backend
|
||||||
Source11: cups.conf
|
|
||||||
Source12: cups.cron
|
Source12: cups.cron
|
||||||
Source13: pdftops.conf
|
Source13: pdftops.conf
|
||||||
Source14: textonly.filter
|
Source14: textonly.filter
|
||||||
@ -186,6 +185,7 @@ export CFLAGS="-DLDAP_DEPRECATED=1"
|
|||||||
--enable-lspp \
|
--enable-lspp \
|
||||||
%endif
|
%endif
|
||||||
--with-log-file-perm=0600 --enable-pie --enable-relro \
|
--with-log-file-perm=0600 --enable-pie --enable-relro \
|
||||||
|
--with-dbusdir=%{_sysconfig}/dbus-1/system.d \
|
||||||
localedir=%{_datadir}/locale
|
localedir=%{_datadir}/locale
|
||||||
|
|
||||||
# If we got this far, all prerequisite libraries must be here.
|
# If we got this far, all prerequisite libraries must be here.
|
||||||
@ -459,6 +459,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Feb 14 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.5-6
|
* Thu Feb 14 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.5-6
|
||||||
- Include fixes from svn up to revision 7304. No longer need str2703 patch.
|
- Include fixes from svn up to revision 7304. No longer need str2703 patch.
|
||||||
|
Build with --with-dbusdir.
|
||||||
- Try out logrotate again (bug #432730).
|
- Try out logrotate again (bug #432730).
|
||||||
|
|
||||||
* Tue Feb 12 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.5-5
|
* Tue Feb 12 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.5-5
|
||||||
|
Loading…
Reference in New Issue
Block a user