commit yast2-pam for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-pam for openSUSE:Factory checked in at Wed Feb 2 01:35:29 CET 2011. -------- --- yast2-pam/yast2-pam.changes 2011-01-21 13:03:05.000000000 +0100 +++ /mounts/work_src_done/STABLE/yast2-pam/yast2-pam.changes 2011-02-01 10:23:40.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Feb 1 10:20:08 CET 2011 - jsuchome@suse.cz + +- correctly package etc_sssd_conf.scr (bnc#666184) +- 2.20.1 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-pam-2.20.0.tar.bz2 New: ---- yast2-pam-2.20.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-pam.spec ++++++ --- /var/tmp/diff_new_pack.LcFpWT/_old 2011-02-02 01:35:19.000000000 +0100 +++ /var/tmp/diff_new_pack.LcFpWT/_new 2011-02-02 01:35:19.000000000 +0100 @@ -19,11 +19,11 @@ Name: yast2-pam -Version: 2.20.0 +Version: 2.20.1 Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-pam-2.20.0.tar.bz2 +Source0: yast2-pam-2.20.1.tar.bz2 Prefix: /usr @@ -47,7 +47,7 @@ This agent is used by YaST2 to modify the PAM configuration files %prep -%setup -n yast2-pam-2.20.0 +%setup -n yast2-pam-2.20.1 %build %{prefix}/bin/y2tool y2autoconf ++++++ yast2-pam-2.20.0.tar.bz2 -> yast2-pam-2.20.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pam-2.20.0/VERSION new/yast2-pam-2.20.1/VERSION --- old/yast2-pam-2.20.0/VERSION 2011-01-21 12:21:27.000000000 +0100 +++ new/yast2-pam-2.20.1/VERSION 2011-02-01 10:20:32.000000000 +0100 @@ -1 +1 @@ -2.20.0 +2.20.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pam-2.20.0/agents/etc_krb5_conf.scr new/yast2-pam-2.20.1/agents/etc_krb5_conf.scr --- old/yast2-pam-2.20.0/agents/etc_krb5_conf.scr 2011-01-21 12:29:55.000000000 +0100 +++ new/yast2-pam-2.20.1/agents/etc_krb5_conf.scr 2011-01-21 13:02:35.000000000 +0100 @@ -4,7 +4,7 @@ * Summary: * SCR Agent for reading/writing /etc/krb5.conf using the ini-agent * - * $Id: etc_krb5_conf.scr -1 $ + * $Id: etc_krb5_conf.scr 63250 2011-01-21 12:02:34Z jsuchome $ * * Read/Sets the values defined in <tt>/etc/krb5.conf</tt>. * Warning! The file has 2 type of sections! diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pam-2.20.0/agents/etc_sssd_conf.scr new/yast2-pam-2.20.1/agents/etc_sssd_conf.scr --- old/yast2-pam-2.20.0/agents/etc_sssd_conf.scr 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-pam-2.20.1/agents/etc_sssd_conf.scr 2011-01-21 13:02:05.000000000 +0100 @@ -0,0 +1,25 @@ +# + +.etc.sssd_conf + +`ag_ini( + `IniAgent("/etc/sssd/sssd.conf", $[ + "options" : [ "ignore_case_regexps", "line_can_continue"], + "comments": [ + "^[ \t]*$", // empty line + "^[ \t]*[;#].*" + ], + "sections" : [ + $[ + "begin" : [ "^[ \t]*\\[[ \t]*(.*[^ \t])[ \t]*\\][ \t]*", "[%s]" ], + ] + ], + "params" : [ + $[ + "match" : [ "^[ \t]*([a-z0-9:_ ]*[a-z])[ \t]*=[ \t]*(.*[^ \t])[ \t]*$" , "%s = %s"], + ] + ] + ] + ) +) + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de