- Ship with an empty classes.conf file.
This commit is contained in:
parent
0bbee85568
commit
36ea4eb475
@ -5,7 +5,7 @@
|
||||
Summary: Common Unix Printing System
|
||||
Name: cups
|
||||
Version: 1.2.1
|
||||
Release: 17
|
||||
Release: 18
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
Source: ftp://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
|
||||
@ -232,6 +232,7 @@ install -c -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/cups/model
|
||||
# Ship a printers.conf file, and a client.conf file. That way, they get
|
||||
# their SELinux file contexts set correctly.
|
||||
touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/printers.conf
|
||||
touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/classes.conf
|
||||
touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/client.conf
|
||||
|
||||
# Ship an SSL directory
|
||||
@ -311,6 +312,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config(noreplace) %attr(0640,root,lp) /etc/cups/cupsd.conf
|
||||
%attr(0640,root,lp) /etc/cups/cupsd.conf.default
|
||||
%config(noreplace) %attr(0644,root,lp) /etc/cups/client.conf
|
||||
%config(noreplace) %attr(0644,root,lp) /etc/cups/classes.conf
|
||||
%config(noreplace) %attr(0600,root,lp) /etc/cups/printers.conf
|
||||
%config(noreplace) %attr(0644,root,lp) /etc/cups/pdftops.conf
|
||||
%config(noreplace) %attr(0644,root,lp) /etc/cups/snmp.conf
|
||||
@ -393,6 +395,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{cups_serverbin}/daemon/cups-lpd
|
||||
|
||||
%changelog
|
||||
* Fri Jul 7 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-18
|
||||
- Ship with an empty classes.conf file.
|
||||
|
||||
* Tue Jul 4 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-17
|
||||
- Sync with svn5706.
|
||||
- No longer need localhost, str1740, str1758, str1736, str1776 patches.
|
||||
|
Loading…
Reference in New Issue
Block a user