diff --git a/cups.spec b/cups.spec index 54f6363..c3ced01 100644 --- a/cups.spec +++ b/cups.spec @@ -248,13 +248,6 @@ install -c -m 644 %{SOURCE15} $RPM_BUILD_ROOT%{_datadir}/cups/model/textonly.ppd install -c -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{cups_serverbin}/filter %endif -cat >$RPM_BUILD_ROOT%{_sysconfdir}/cups/snmp.conf <<"EOF" -#Address @LOCAL -#Community public -#DebugLevel 0 -#HostNameLookups off -EOF - # Ship pstoraster (bug #69573). install -c -m 755 %{SOURCE6} $RPM_BUILD_ROOT%{cups_serverbin}/filter install -c -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/cups @@ -446,6 +439,9 @@ rm -rf $RPM_BUILD_ROOT %{cups_serverbin}/daemon/cups-lpd %changelog +* Tue Jun 17 2008 Tim Waugh +- Don't overwrite the upstream snmp.conf file. + * Tue Jun 17 2008 Tim Waugh 1:1.3.7-7 - Backported cupsGetNamedDest from 1.4 (bug #428086). - Fixed bug #447200 again.