Hello community, here is the log from the commit of package pwdutils for openSUSE:Factory checked in at Mon May 16 16:26:36 CEST 2011.
-------- --- pwdutils/pwdutils.changes 2011-05-11 16:26:15.000000000 +0200 +++ /mounts/work_src_done/STABLE/pwdutils/pwdutils.changes 2011-05-16 13:50:16.000000000 +0200 @@ -1,0 +2,5 @@ +Mon May 16 12:17:13 CEST 2011 - [email protected] + +- Fix syntax errors in useradd.local + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- pwdutils-3.2.16.tar.bz2 New: ---- pwdutils-3.2.17.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pwdutils.spec ++++++ --- /var/tmp/diff_new_pack.mukQoo/_old 2011-05-16 16:25:39.000000000 +0200 +++ /var/tmp/diff_new_pack.mukQoo/_new 2011-05-16 16:25:39.000000000 +0200 @@ -28,7 +28,7 @@ License: GPLv2 Group: System/Base AutoReqProv: on -Version: 3.2.16 +Version: 3.2.17 Release: 1 Summary: Utilities to Manage User and Group Accounts Requires: pam-modules ++++++ pwdutils-3.2.16.tar.bz2 -> pwdutils-3.2.17.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pwdutils-3.2.16/ChangeLog new/pwdutils-3.2.17/ChangeLog --- old/pwdutils-3.2.16/ChangeLog 2011-05-11 12:09:03.000000000 +0200 +++ new/pwdutils-3.2.17/ChangeLog 2011-05-16 11:25:30.000000000 +0200 @@ -1,3 +1,9 @@ +2011-05=16 Thorsten Kukuk <[email protected]> + + * release 3.2.17 + + * etc/useradd.local: Fix syntax error. + 2011-05-11 Thorsten Kukuk <[email protected]> * release 3.2.16 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pwdutils-3.2.16/NEWS new/pwdutils-3.2.17/NEWS --- old/pwdutils-3.2.16/NEWS 2011-05-11 16:22:21.000000000 +0200 +++ new/pwdutils-3.2.17/NEWS 2011-05-16 11:25:51.000000000 +0200 @@ -4,6 +4,9 @@ Please send bug reports, questions and suggestions to <[email protected]>. +Version 3.2.17 +* Fix useradd.local + Version 3.2.16 * Make sha512 new default password hash diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pwdutils-3.2.16/configure new/pwdutils-3.2.17/configure --- old/pwdutils-3.2.16/configure 2011-05-11 16:22:38.000000000 +0200 +++ new/pwdutils-3.2.17/configure 2011-05-16 11:26:05.000000000 +0200 @@ -2431,7 +2431,7 @@ # Define the identity of the package. PACKAGE="pwdutils" - VERSION=3.2.16 + VERSION=3.2.17 cat >>confdefs.h <<_ACEOF diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pwdutils-3.2.16/configure.in new/pwdutils-3.2.17/configure.in --- old/pwdutils-3.2.16/configure.in 2011-05-11 16:12:26.000000000 +0200 +++ new/pwdutils-3.2.17/configure.in 2011-05-16 11:25:40.000000000 +0200 @@ -4,7 +4,7 @@ dnl Author: Thorsten Kukuk <[email protected]> dnl AC_INIT(src/passwd.c) -AM_INIT_AUTOMAKE("pwdutils", 3.2.16) +AM_INIT_AUTOMAKE("pwdutils", 3.2.17) AM_CONFIG_HEADER(config.h) AC_PREFIX_DEFAULT(/usr) AC_CANONICAL_HOST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pwdutils-3.2.16/etc/useradd.local new/pwdutils-3.2.17/etc/useradd.local --- old/pwdutils-3.2.16/etc/useradd.local 2011-02-02 11:02:32.000000000 +0100 +++ new/pwdutils-3.2.17/etc/useradd.local 2011-05-16 13:20:20.000000000 +0200 @@ -26,7 +26,7 @@ # If SELinux is enabled, we have to run restorecon to assign # appropriate fcontexts to the respective $HOME and files under it -if [ -x /usr/sbin/selinuxenabled && /usr/sbin/selinuxenabled ] ; then +if [ -x /usr/sbin/selinuxenabled -a ! /usr/sbin/selinuxenabled ] ; then test -x /sbin/restorecon || exit 2 if [ $# -lt 4 ]; then @@ -38,6 +38,7 @@ if [ -d $home_dir ]; then /sbin/restorecon -R $home_dir fi +fi # All done. exit 0 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
