diff --git a/cups-1.3.7-additional_policies.patch b/cups-1.3.7-additional_policies.patch index 7f4f70a..c44d8e5 100644 --- a/cups-1.3.7-additional_policies.patch +++ b/cups-1.3.7-additional_policies.patch @@ -10,7 +10,7 @@ + + # Job-related operations must be done by the owner or an administrator... + -+ Satisfany any ++ Satisfy any + Order allow,deny + + diff --git a/cups.changes b/cups.changes index f6e6f57..4a42b42 100644 --- a/cups.changes +++ b/cups.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 14 17:30:57 CEST 2008 - kssingvo@suse.de + +- removed deprecated use of %run_ldconfig +- added avahi-compat-mDNSResponder-devel to BuildRequieres (bnc#398700) +- fixed typo in Policy "easy" + ------------------------------------------------------------------- Thu Jul 10 17:08:55 CEST 2008 - kssingvo@suse.de diff --git a/cups.spec b/cups.spec index a1621ad..483dd29 100644 --- a/cups.spec +++ b/cups.spec @@ -12,9 +12,10 @@ Name: cups -BuildRequires: dbus-1-devel gcc-c++ krb5-devel libpng-devel libtiff-devel -BuildRequires: openldap2-devel openslp-devel openssl-devel pam-devel -BuildRequires: pkg-config tcpd-devel update-desktop-files +BuildRequires: avahi-compat-mDNSResponder-devel dbus-1-devel gcc-c++ +BuildRequires: krb5-devel libpng-devel libtiff-devel openldap2-devel +BuildRequires: openslp-devel openssl-devel pam-devel pkg-config tcpd-devel +BuildRequires: update-desktop-files PreReq: textutils, fileutils, sh-utils, %insserv_prereq, PreReq: %fillup_prereq /usr/sbin/groupadd Url: http://www.cups.org/ @@ -22,7 +23,7 @@ License: GPL v2 or later Group: Hardware/Printing Summary: The Common UNIX Printing System Version: 1.3.7 -Release: 30 +Release: 32 Requires: cups-libs = %{version}, cups-client = %{version} Requires: ghostscript_any, ghostscript-fonts-std, foomatic-filters Requires: util-linux /usr/bin/pdftops @@ -323,8 +324,7 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no %pre /usr/sbin/groupadd -g 71 -o -r ntadmin 2>/dev/null || : -%post libs -%run_ldconfig +%post libs -p /sbin/ldconfig %post %{fillup_and_insserv -npy cups cups} @@ -336,8 +336,7 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no %restart_on_update cups %{insserv_cleanup} -%postun libs -%run_ldconfig +%postun libs -p /sbin/ldconfig %files %defattr(-,root,root) @@ -432,6 +431,10 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no %{_datadir}/locale/*/cups_* %changelog +* Mon Jul 14 2008 kssingvo@suse.de +- removed deprecated use of %%run_ldconfig +- added avahi-compat-mDNSResponder-devel to BuildRequieres (bnc#398700) +- fixed typo in Policy "easy" * Thu Jul 10 2008 kssingvo@suse.de - added two additional policies to cupsd.conf (fate#303515) * Wed Jul 09 2008 kssingvo@suse.de