forked from pool/filesystem
Accepting request 76153 from Base:System
Add further languages. (forwarded request 76087 from a_jaeger) OBS-URL: https://build.opensuse.org/request/show/76153 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/filesystem?expand=0&rev=81
This commit is contained in:
commit
9fee864686
@ -30,6 +30,8 @@
|
||||
0755 root root /etc/skel
|
||||
0755 root root /etc/skel/bin
|
||||
0755 root root /etc/skel/.fonts
|
||||
0700 root root /etc/skel/.config
|
||||
0700 root root /etc/skel/.local
|
||||
0755 root root /etc/susehelp.d
|
||||
0755 root root /etc/susehelp.d/htdig
|
||||
0755 root root /etc/sysconfig
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 12 09:13:06 UTC 2011 - aj@suse.de
|
||||
|
||||
- Add languages ga, ia, kk, km, kn, mai, nds, wa (from kde4-l10n) and
|
||||
zh (from cups).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 7 12:06:16 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- add /etc/skel/{.local,.config} to make sure they have correct
|
||||
permissions for new users (bnc#676468)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 30 12:46:34 UTC 2011 - aj@suse.de
|
||||
|
||||
|
@ -23,7 +23,7 @@ License: GPLv2+
|
||||
Group: System/Fhs
|
||||
AutoReqProv: on
|
||||
Summary: Basic Directory Layout
|
||||
Version: 11.5
|
||||
Version: 12.1
|
||||
Release: 20
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Obsoletes: aaa_dir
|
||||
@ -40,6 +40,9 @@ Source64: directory.list64
|
||||
%install
|
||||
function create_dir () {
|
||||
local MODE=$1
|
||||
case "$MODE" in
|
||||
\#*) return ;;
|
||||
esac
|
||||
local OWNR=$2
|
||||
local GRUP=$3
|
||||
local NAME=$4
|
||||
|
Loading…
Reference in New Issue
Block a user