OBS User unknown 2008-07-14 16:17:01 +00:00 committed by Git OBS Bridge
parent 353d40c61b
commit 6f190ae942
3 changed files with 19 additions and 9 deletions

View File

@ -10,7 +10,7 @@
+<Policy easy> +<Policy easy>
+ # Job-related operations must be done by the owner or an administrator... + # Job-related operations must be done by the owner or an administrator...
+ <Limit All> + <Limit All>
+ Satisfany any + Satisfy any
+ Order allow,deny + Order allow,deny
+ </Limit> + </Limit>
+</Policy> +</Policy>

View File

@ -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 Thu Jul 10 17:08:55 CEST 2008 - kssingvo@suse.de

View File

@ -12,9 +12,10 @@
Name: cups Name: cups
BuildRequires: dbus-1-devel gcc-c++ krb5-devel libpng-devel libtiff-devel BuildRequires: avahi-compat-mDNSResponder-devel dbus-1-devel gcc-c++
BuildRequires: openldap2-devel openslp-devel openssl-devel pam-devel BuildRequires: krb5-devel libpng-devel libtiff-devel openldap2-devel
BuildRequires: pkg-config tcpd-devel update-desktop-files BuildRequires: openslp-devel openssl-devel pam-devel pkg-config tcpd-devel
BuildRequires: update-desktop-files
PreReq: textutils, fileutils, sh-utils, %insserv_prereq, PreReq: textutils, fileutils, sh-utils, %insserv_prereq,
PreReq: %fillup_prereq /usr/sbin/groupadd PreReq: %fillup_prereq /usr/sbin/groupadd
Url: http://www.cups.org/ Url: http://www.cups.org/
@ -22,7 +23,7 @@ License: GPL v2 or later
Group: Hardware/Printing Group: Hardware/Printing
Summary: The Common UNIX Printing System Summary: The Common UNIX Printing System
Version: 1.3.7 Version: 1.3.7
Release: 30 Release: 32
Requires: cups-libs = %{version}, cups-client = %{version} Requires: cups-libs = %{version}, cups-client = %{version}
Requires: ghostscript_any, ghostscript-fonts-std, foomatic-filters Requires: ghostscript_any, ghostscript-fonts-std, foomatic-filters
Requires: util-linux /usr/bin/pdftops Requires: util-linux /usr/bin/pdftops
@ -323,8 +324,7 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
%pre %pre
/usr/sbin/groupadd -g 71 -o -r ntadmin 2>/dev/null || : /usr/sbin/groupadd -g 71 -o -r ntadmin 2>/dev/null || :
%post libs %post libs -p /sbin/ldconfig
%run_ldconfig
%post %post
%{fillup_and_insserv -npy cups cups} %{fillup_and_insserv -npy cups cups}
@ -336,8 +336,7 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
%restart_on_update cups %restart_on_update cups
%{insserv_cleanup} %{insserv_cleanup}
%postun libs %postun libs -p /sbin/ldconfig
%run_ldconfig
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -432,6 +431,10 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
%{_datadir}/locale/*/cups_* %{_datadir}/locale/*/cups_*
%changelog %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 * Thu Jul 10 2008 kssingvo@suse.de
- added two additional policies to cupsd.conf (fate#303515) - added two additional policies to cupsd.conf (fate#303515)
* Wed Jul 09 2008 kssingvo@suse.de * Wed Jul 09 2008 kssingvo@suse.de