Hello community, here is the log from the commit of package aaa_base for openSUSE:Factory checked in at 2017-03-29 13:19:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aaa_base (Old) and /work/SRC/openSUSE:Factory/.aaa_base.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "aaa_base" Wed Mar 29 13:19:43 2017 rev:431 rq:477910 version:13.2+git20170308.c0ecf2e Changes: -------- --- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes 2016-09-21 18:24:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes 2017-03-29 13:19:47.840962627 +0200 @@ -1,0 +2,12 @@ +Wed Mar 8 09:11:59 UTC 2017 - werner@suse.de + +- Make lang.csh work again (bsc#1025673) + +------------------------------------------------------------------- +Mon Mar 06 00:36:39 UTC 2017 - ro@suse.de + +- Update to version 13.2+git20170306.3deb627: + * aaa_base.pre: drop some system users from aaa_base and create + them in the respective packages: bin,daemon,news,uucp,games,man + +------------------------------------------------------------------- Old: ---- aaa_base-13.2+git20160915.106a00d.tar.xz New: ---- aaa_base-13.2+git20170308.c0ecf2e.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.rb3rmq/_old 2017-03-29 13:19:49.792686613 +0200 +++ /var/tmp/diff_new_pack.rb3rmq/_new 2017-03-29 13:19:49.792686613 +0200 @@ -1,7 +1,7 @@ # # spec file for package aaa_base # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: aaa_base -Version: 13.2+git20160915.106a00d +Version: 13.2+git20170308.c0ecf2e Release: 0 Url: https://github.com/openSUSE/aaa_base Provides: aaa_skel = %{version}-%{release} ++++++ aaa_base-13.2+git20160915.106a00d.tar.xz -> aaa_base-13.2+git20170308.c0ecf2e.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20160915.106a00d/aaa_base.pre new/aaa_base-13.2+git20170308.c0ecf2e/aaa_base.pre --- old/aaa_base-13.2+git20160915.106a00d/aaa_base.pre 2016-09-15 16:49:01.000000000 +0200 +++ new/aaa_base-13.2+git20170308.c0ecf2e/aaa_base.pre 2017-03-08 10:07:53.000000000 +0100 @@ -35,48 +35,22 @@ mkdir -p /etc mkdir -p /var/adm/fillup-templates echo "root:x:0:0:root:/root:/bin/bash -bin:x:1:1:bin:/bin:/bin/bash -daemon:x:2:2:Daemon:/sbin:/bin/bash lp:x:4:7:Printing daemon:/var/spool/lpd:/bin/bash mail:x:8:12:Mailer daemon:/var/spool/clientmqueue:/bin/false -news:x:9:13:News system:/etc/news:/bin/bash -uucp:x:10:14:Unix-to-Unix CoPy system:/etc/uucp:/bin/bash -games:x:12:100:Games account:/var/games:/bin/bash -man:x:13:62:Manual pages viewer:/var/cache/man:/bin/bash wwwrun:x:30:8:WWW daemon apache:/var/lib/wwwrun:/bin/false ftp:x:40:49:FTP account:/srv/ftp:/bin/bash nobody:x:65534:65533:nobody:/var/lib/nobody:/bin/bash" \
/var/adm/fillup-templates/passwd.aaa_base
echo "root:x:0: -bin:x:1:daemon -daemon:x:2: sys:x:3: -tty:x:5: -disk:x:6: lp:x:7: www:x:8: -kmem:x:9: -wheel:x:10: mail:x:12: -news:x:13: -uucp:x:14: shadow:x:15: dialout:x:16: -audio:x:17: -floppy:x:19: -cdrom:x:20: -console:x:21: utmp:x:22: -public:x:32: -video:x:33: -games:x:40: -xok:x:41: -trusted:x:42: -modem:x:43: ftp:x:49: -lock:x:54: -man:x:62: users:x:100: nobody:x:65533: nogroup:x:65534:nobody" > /var/adm/fillup-templates/group.aaa_base diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20160915.106a00d/files/etc/profile.d/lang.csh new/aaa_base-13.2+git20170308.c0ecf2e/files/etc/profile.d/lang.csh --- old/aaa_base-13.2+git20160915.106a00d/files/etc/profile.d/lang.csh 2016-09-15 16:49:01.000000000 +0200 +++ new/aaa_base-13.2+git20170308.c0ecf2e/files/etc/profile.d/lang.csh 2017-03-08 10:07:53.000000000 +0100 @@ -36,18 +36,25 @@ # Get the system and after that the users configuration # if ( -s /etc/sysconfig/language ) then - # Allow GDM to override system settings - if ( ${?GDM_LANG} ) then - if ( "$uid" == 0 ) then - eval `sed -rn -e 's/^(ROOT_USES_LANG)=/set \1=/p' < /etc/sysconfig/language` - else - set ROOT_USES_LANG=yes - endif - else - eval `sed -rn \ - -e 's/^RC_((LANG|LC_[A-Z_]+))=/set \1=/p' -e 's/^(ROOT_USES_LANG)=/set \1=/p' \ - < /etc/sysconfig/language` - endif + foreach line ("`sed -rn '/^[^#]/p' < /etc/sysconfig/language`") + switch ("$line") + case RC_*: + # Allow GDM to override system settings + if ( ${?GDM_LANG} ) continue + eval set ${line:s/RC_//} + breaksw + case ROOT_USES_LANG*: + if ( "$uid" == 0 ) then + eval set $line + else + set ROOT_USES_LANG=yes + endif + breaksw + default: + breaksw + endsw + end + unset line endif if ( -s $HOME/.i18n ) then eval `sed -rn -e 's/^((LANG|LC_[A-Z_]+))=/set \1=/p' < $HOME/.i18n`
participants (1)
-
root@hilbert.suse.de