Hello community, here is the log from the commit of package pam-config for openSUSE:Factory checked in at Thu May 12 10:10:20 CEST 2011.
-------- --- pam-config/pam-config.changes 2010-10-13 14:42:53.000000000 +0200 +++ /mounts/work_src_done/STABLE/pam-config/pam-config.changes 2011-05-10 13:46:40.000000000 +0200 @@ -1,0 +2,8 @@ +Tue May 10 12:57:34 CEST 2011 - [email protected] + +- Version 0.79 + * Make pam_lastlog optional [bnc#686034]. + * Document that if symlinks don't point to *-pc files config is + ignored [FATE#310739]. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- pam-config-0.78.tar.bz2 New: ---- pam-config-0.79.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam-config.spec ++++++ --- /var/tmp/diff_new_pack.2X9EMa/_old 2011-05-12 10:08:01.000000000 +0200 +++ /var/tmp/diff_new_pack.2X9EMa/_new 2011-05-12 10:08:01.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package pam-config (Version 0.78) +# spec file for package pam-config # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: pam-config Summary: Modify common PAM configuration files -Version: 0.78 +Version: 0.79 Release: 1 License: GPLv2 AutoReqProv: on ++++++ pam-config-0.78.tar.bz2 -> pam-config-0.79.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.78/ChangeLog new/pam-config-0.79/ChangeLog --- old/pam-config-0.78/ChangeLog 2010-10-13 13:45:38.000000000 +0200 +++ new/pam-config-0.79/ChangeLog 2011-05-10 12:00:06.000000000 +0200 @@ -1,3 +1,16 @@ +2011-05-10 Thorsten Kukuk <[email protected]> + + * release version 0.79 + + * src/pam-config.8.xml-footer: Document that if symlinks don't + point to *-pc files config for global modules is ignored + [FATE#310739]. + +2011-05-09 Thorsten Kukuk <[email protected]> + + * src/mod_pam_lastlog.c (write_config_lastlog): Use optional + instead of required [bnc#686034]. + 2010-10-13 Thorsten Kukuk <[email protected]> * release version 0.78 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.78/configure new/pam-config-0.79/configure --- old/pam-config-0.78/configure 2010-10-13 13:49:50.000000000 +0200 +++ new/pam-config-0.79/configure 2011-05-10 12:58:53.000000000 +0200 @@ -2209,7 +2209,7 @@ # Define the identity of the package. PACKAGE="pam-config" - VERSION=0.78 + VERSION=0.79 cat >>confdefs.h <<_ACEOF diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.78/configure.in new/pam-config-0.79/configure.in --- old/pam-config-0.78/configure.in 2010-10-13 13:49:34.000000000 +0200 +++ new/pam-config-0.79/configure.in 2011-05-10 12:55:45.000000000 +0200 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/pam-config.c) -AM_INIT_AUTOMAKE("pam-config", 0.78) +AM_INIT_AUTOMAKE("pam-config", 0.79) AM_CONFIG_HEADER(config.h) AC_PREFIX_DEFAULT(/usr) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.78/NEWS new/pam-config-0.79/NEWS --- old/pam-config-0.78/NEWS 2010-10-13 14:13:15.000000000 +0200 +++ new/pam-config-0.79/NEWS 2011-05-10 12:58:46.000000000 +0200 @@ -1,9 +1,14 @@ pam-config NEWS -- history of user-visible changes. -Copyright (C) 2006-2010 Thorsten Kukuk <[email protected]>. +Copyright (C) 2006-2011 Thorsten Kukuk <[email protected]>. Please enter bug reports into bugzilla.novell.com. +Version 0.79 +* Make pam_lastlog optional [bnc#686034]. +* Document that if symlinks don't point to *-pc files config is ignored + [FATE#310739]. + Version 0.78 * Add support for pam_fprintd * Move pam_env.so at the end of session stack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.78/src/Makefile.in new/pam-config-0.79/src/Makefile.in --- old/pam-config-0.78/src/Makefile.in 2010-10-13 13:49:44.000000000 +0200 +++ new/pam-config-0.79/src/Makefile.in 2011-05-10 12:58:51.000000000 +0200 @@ -246,9 +246,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits src/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu src/Makefile + $(AUTOMAKE) --gnits src/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -289,6 +289,22 @@ clean-sbinPROGRAMS: -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS) + +installcheck-sbinPROGRAMS: $(sbin_PROGRAMS) + bad=0; pid=$$$$; list="$(sbin_PROGRAMS)"; for p in $$list; do \ + case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \ + *" $$p "* | *" $(srcdir)/$$p "*) continue;; \ + esac; \ + f=`echo "$$p" | \ + sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ + for opt in --help --version; do \ + if "$(DESTDIR)$(sbindir)/$$f" $$opt >c$${pid}_.out \ + 2>c$${pid}_.err </dev/null \ + && test -n "`cat c$${pid}_.out`" \ + && test -z "`cat c$${pid}_.err`"; then :; \ + else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ + done; \ + done; rm -f c$${pid}_.???; exit $$bad pam-config$(EXEEXT): $(pam_config_OBJECTS) $(pam_config_DEPENDENCIES) @rm -f pam-config$(EXEEXT) $(LINK) $(pam_config_OBJECTS) $(pam_config_LDADD) $(LIBS) @@ -546,7 +562,7 @@ install-ps: install-ps-am -installcheck-am: +installcheck-am: installcheck-sbinPROGRAMS maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) @@ -579,10 +595,11 @@ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-man8 install-pdf \ install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ - tags uninstall uninstall-am uninstall-man uninstall-man8 \ + install-strip installcheck installcheck-am \ + installcheck-sbinPROGRAMS installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ + uninstall-am uninstall-man uninstall-man8 \ uninstall-sbinPROGRAMS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.78/src/mod_pam_lastlog.c new/pam-config-0.79/src/mod_pam_lastlog.c --- old/pam-config-0.78/src/mod_pam_lastlog.c 2010-08-25 14:52:08.000000000 +0200 +++ new/pam-config-0.79/src/mod_pam_lastlog.c 2011-05-09 14:16:56.000000000 +0200 @@ -1,4 +1,4 @@ -/* Copyright (C) 2007, 2008 Thorsten Kukuk +/* Copyright (C) 2007, 2008, 2011 Thorsten Kukuk Author: Thorsten Kukuk <[email protected]> This program is free software; you can redistribute it and/or modify @@ -29,7 +29,7 @@ static void write_config_internal (FILE *fp, option_set_t *opt_set) { - fprintf (fp, "session required\tpam_lastlog.so\t"); + fprintf (fp, "session optional\tpam_lastlog.so\t"); WRITE_CONFIG_OPTIONS } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.78/src/pam-config.8 new/pam-config-0.79/src/pam-config.8 --- old/pam-config-0.78/src/pam-config.8 2010-10-13 13:50:34.000000000 +0200 +++ new/pam-config-0.79/src/pam-config.8 2011-05-10 12:59:13.000000000 +0200 @@ -1,12 +1,12 @@ .\" Title: pam-config .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/> -.\" Date: 10/13/2010 +.\" Date: 05/10/2011 .\" Manual: Reference Manual .\" Source: Reference Manual .\" Language: English .\" -.TH "PAM\-CONFIG" "8" "10/13/2010" "Reference Manual" "Reference Manual" +.TH "PAM\-CONFIG" "8" "05/10/2011" "Reference Manual" "Reference Manual" .\" ----------------------------------------------------------------- .\" * (re)Define some macros .\" ----------------------------------------------------------------- @@ -1266,6 +1266,9 @@ Enable/Disable pam_mount\&.so .RE .RE +.SH "NOTES" +.PP +The configuration for gobal service modules written by pam\-config is ignored by the system if the common\-{account,auth,password,session} symlinks don\'t point to the common\-{account,auth,password,session}\-pc files\&. .SH "USAGE EXAMPLES" .PP pam\-config \-q \-\-unix2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.78/src/pam-config.8.xml new/pam-config-0.79/src/pam-config.8.xml --- old/pam-config-0.78/src/pam-config.8.xml 2010-10-13 13:50:32.000000000 +0200 +++ new/pam-config-0.79/src/pam-config.8.xml 2011-05-10 12:59:12.000000000 +0200 @@ -1391,6 +1391,16 @@ </refsect2> </refsect1> + <refsect1 id='NOTES'> + <title>NOTES</title> + <para> + The configuration for gobal service modules written by + pam-config is ignored by the system if the + common-{account,auth,password,session} symlinks don't point + to the common-{account,auth,password,session}-pc files. + </para> + </refsect1> + <refsect1 id='examples'> <title>USAGE EXAMPLES</title> <variablelist> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.78/src/pam-config.8.xml-footer new/pam-config-0.79/src/pam-config.8.xml-footer --- old/pam-config-0.78/src/pam-config.8.xml-footer 2010-08-25 14:52:08.000000000 +0200 +++ new/pam-config-0.79/src/pam-config.8.xml-footer 2011-05-10 11:52:39.000000000 +0200 @@ -1,6 +1,16 @@ </refsect2> </refsect1> + <refsect1 id='NOTES'> + <title>NOTES</title> + <para> + The configuration for gobal service modules written by + pam-config is ignored by the system if the + common-{account,auth,password,session} symlinks don't point + to the common-{account,auth,password,session}-pc files. + </para> + </refsect1> + <refsect1 id='examples'> <title>USAGE EXAMPLES</title> <variablelist> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.78/tests/config/Makefile new/pam-config-0.79/tests/config/Makefile --- old/pam-config-0.78/tests/config/Makefile 2010-10-13 13:50:13.000000000 +0200 +++ new/pam-config-0.79/tests/config/Makefile 2011-05-10 12:58:57.000000000 +0200 @@ -66,12 +66,12 @@ ECHO_C = ECHO_N = -n ECHO_T = -EGREP = /bin/grep -E +EGREP = /usr/bin/grep -E EXEEXT = EXTRA_CFLAGS = -Werror -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -DXTSTRINGDEFINES -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef GMSGFMT = /usr/bin/msgfmt GMSGFMT_015 = /usr/bin/msgfmt -GREP = /bin/grep +GREP = /usr/bin/grep INSTALL = /usr/bin/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} @@ -106,7 +106,7 @@ SHELL = /bin/sh STRIP = USE_NLS = yes -VERSION = 0.78 +VERSION = 0.79 XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XMLCATALOG = /usr/bin/xmlcatalog @@ -176,9 +176,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/config/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/config/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu tests/config/Makefile + $(AUTOMAKE) --gnits tests/config/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.78/tests/config/Makefile.in new/pam-config-0.79/tests/config/Makefile.in --- old/pam-config-0.78/tests/config/Makefile.in 2010-10-13 13:49:44.000000000 +0200 +++ new/pam-config-0.79/tests/config/Makefile.in 2011-05-10 12:58:52.000000000 +0200 @@ -176,9 +176,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/config/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/config/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu tests/config/Makefile + $(AUTOMAKE) --gnits tests/config/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.78/tests/etc/Makefile.in new/pam-config-0.79/tests/etc/Makefile.in --- old/pam-config-0.78/tests/etc/Makefile.in 2010-10-13 13:49:44.000000000 +0200 +++ new/pam-config-0.79/tests/etc/Makefile.in 2011-05-10 12:58:52.000000000 +0200 @@ -183,9 +183,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/etc/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/etc/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu tests/etc/Makefile + $(AUTOMAKE) --gnits tests/etc/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.78/tests/Makefile.in new/pam-config-0.79/tests/Makefile.in --- old/pam-config-0.78/tests/Makefile.in 2010-10-13 13:49:44.000000000 +0200 +++ new/pam-config-0.79/tests/Makefile.in 2011-05-10 12:58:52.000000000 +0200 @@ -199,9 +199,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu tests/Makefile + $(AUTOMAKE) --gnits tests/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.78/tests/pam-config.test/Makefile new/pam-config-0.79/tests/pam-config.test/Makefile --- old/pam-config-0.78/tests/pam-config.test/Makefile 2010-10-13 13:50:13.000000000 +0200 +++ new/pam-config-0.79/tests/pam-config.test/Makefile 2011-05-10 12:58:57.000000000 +0200 @@ -66,12 +66,12 @@ ECHO_C = ECHO_N = -n ECHO_T = -EGREP = /bin/grep -E +EGREP = /usr/bin/grep -E EXEEXT = EXTRA_CFLAGS = -Werror -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -DXTSTRINGDEFINES -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef GMSGFMT = /usr/bin/msgfmt GMSGFMT_015 = /usr/bin/msgfmt -GREP = /bin/grep +GREP = /usr/bin/grep INSTALL = /usr/bin/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} @@ -106,7 +106,7 @@ SHELL = /bin/sh STRIP = USE_NLS = yes -VERSION = 0.78 +VERSION = 0.79 XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XMLCATALOG = /usr/bin/xmlcatalog @@ -176,9 +176,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/pam-config.test/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/pam-config.test/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu tests/pam-config.test/Makefile + $(AUTOMAKE) --gnits tests/pam-config.test/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.78/tests/pam-config.test/Makefile.in new/pam-config-0.79/tests/pam-config.test/Makefile.in --- old/pam-config-0.78/tests/pam-config.test/Makefile.in 2010-10-13 13:49:45.000000000 +0200 +++ new/pam-config-0.79/tests/pam-config.test/Makefile.in 2011-05-10 12:58:52.000000000 +0200 @@ -176,9 +176,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/pam-config.test/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/pam-config.test/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu tests/pam-config.test/Makefile + $(AUTOMAKE) --gnits tests/pam-config.test/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
