SHA256
1
0
forked from pool/permissions
OBS User unknown 2007-06-12 16:38:36 +00:00 committed by Git OBS Bridge
parent ba0064ee33
commit b2765a99db
3 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 12 15:22:22 CEST 2007 - schwab@suse.de
- permissions.local: Fix comment to use uid:gid instead of uid.gid.
-------------------------------------------------------------------
Fri Jun 1 15:44:55 CEST 2007 - lnussel@suse.de

View File

@ -11,7 +11,7 @@
# shipped with the distribution.
#
# Format:
# <file> <owner>.<group> <permission>
# <file> <owner>:<group> <permission>
#
# Please see the file /etc/permissions for general usage hints of the
# /etc/permissions* files.
@ -29,4 +29,4 @@
# This file needs to end with a newline.
#
# example:
#/usr/bin/sperl5.8.8 root.root 4755
#/usr/bin/sperl5.8.8 root:root 4755

View File

@ -1,5 +1,5 @@
#
# spec file for package permissions (Version 2007.6.3)
# spec file for package permissions (Version 2007.6.12)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -14,7 +14,7 @@ Name: permissions
License: GNU General Public License (GPL)
Group: Productivity/Security
Autoreqprov: on
Version: 2007.6.3
Version: 2007.6.12
Release: 1
Provides: aaa_base:/etc/permissions
Requires: /sbin/SuSEconfig
@ -83,6 +83,8 @@ install -m 644 %{SOURCE9} $RPM_BUILD_ROOT/etc
/var/adm/fillup-templates/sysconfig.security
%changelog
* Tue Jun 12 2007 - schwab@suse.de
- permissions.local: Fix comment to use uid:gid instead of uid.gid.
* Fri Jun 01 2007 - lnussel@suse.de
- package /etc/permissions.local
* Wed May 30 2007 - lnussel@suse.de