This commit is contained in:
parent
353d40c61b
commit
6f190ae942
@ -10,7 +10,7 @@
|
||||
+<Policy easy>
|
||||
+ # Job-related operations must be done by the owner or an administrator...
|
||||
+ <Limit All>
|
||||
+ Satisfany any
|
||||
+ Satisfy any
|
||||
+ Order allow,deny
|
||||
+ </Limit>
|
||||
+</Policy>
|
||||
|
@ -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
|
||||
|
||||
|
19
cups.spec
19
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user