OBS User unknown 2008-07-08 21:45:28 +00:00 committed by Git OBS Bridge
parent 6d38900bf2
commit 6f630bbb40
5 changed files with 15 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 3 11:33:29 CEST 2008 - lnussel@suse.de
- adapt permissions of lppasswd for current cups setup (bnc#406058)
-------------------------------------------------------------------
Mon Jun 2 11:46:30 CEST 2008 - lnussel@suse.de

View File

@ -182,9 +182,9 @@
/usr/sbin/change-passwd root:root 4755
#
# cups (#66305)
# cups (#66305,#406058)
#
/usr/bin/lppasswd lp:sys 4755
/usr/bin/lppasswd lp:lp 2755
#
# smb printing with kerberos authentication (#177114)

View File

@ -198,9 +198,9 @@
/usr/sbin/change-passwd root:root 0755
#
# cups (#66305)
# cups (#66305,#406058)
#
/usr/bin/lppasswd lp:sys 0755
/usr/bin/lppasswd lp:lp 0755
#
# smb printing with kerberos authentication (#177114)

View File

@ -220,9 +220,9 @@
/usr/sbin/change-passwd root:root 4755
#
# cups (#66305)
# cups (#66305,#406058)
#
/usr/bin/lppasswd lp:sys 4755
/usr/bin/lppasswd lp:lp 2755
#
# smb printing with kerberos authentication (#177114)

View File

@ -1,5 +1,5 @@
#
# spec file for package permissions (Version 2008.6.2)
# spec file for package permissions (Version 2008.7.8)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -15,7 +15,7 @@ Name: permissions
License: GPL v2 or later
Group: Productivity/Security
AutoReqProv: on
Version: 2008.6.2
Version: 2008.7.8
Release: 1
Provides: aaa_base:/etc/permissions
Requires: /sbin/SuSEconfig
@ -84,6 +84,8 @@ install -m 644 %{SOURCE9} $RPM_BUILD_ROOT/etc
/var/adm/fillup-templates/sysconfig.security
%changelog
* Thu Jul 03 2008 lnussel@suse.de
- adapt permissions of lppasswd for current cups setup (bnc#406058)
* Mon Jun 02 2008 lnussel@suse.de
- add mount.nfs due to an ever increasing number of users
hit by the regression (bnc#331020, bnc#304318)