Hello community, here is the log from the commit of package yast2-kerberos-client for openSUSE:Factory checked in at 2011-11-16 17:22:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-kerberos-client (Old) and /work/SRC/openSUSE:Factory/.yast2-kerberos-client.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-kerberos-client", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-kerberos-client/yast2-kerberos-client.changes 2011-10-04 17:04:55.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-kerberos-client.new/yast2-kerberos-client.changes 2011-11-16 17:23:41.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Nov 16 15:42:56 CET 2011 - [email protected] + +- correctly handle sssd config with more LDAP servers (bnc#729174) +- 2.22.0 + +------------------------------------------------------------------- Old: ---- yast2-kerberos-client-2.21.4.tar.bz2 New: ---- yast2-kerberos-client-2.21.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-kerberos-client.spec ++++++ --- /var/tmp/diff_new_pack.7fxllM/_old 2011-11-16 17:23:43.000000000 +0100 +++ /var/tmp/diff_new_pack.7fxllM/_new 2011-11-16 17:23:43.000000000 +0100 @@ -19,11 +19,11 @@ Name: yast2-kerberos-client -Version: 2.21.4 +Version: 2.21.3 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-kerberos-client-%{version}.tar.bz2 +Source0: yast2-kerberos-client-2.21.3.tar.bz2 Prefix: /usr @@ -35,8 +35,7 @@ Requires: yast2-pam >= 2.20.0 # Hostname::CurrentDomain, CurrentHostname -# Wizard::SetDesktopTitleAndIcon -Requires: yast2 >= 2.21.22 +Requires: yast2 >= 2.16.48 BuildArch: noarch @@ -47,7 +46,7 @@ Kerberos server will be used for user authentication. %prep -%setup -n yast2-kerberos-client-%{version} +%setup -n yast2-kerberos-client-2.21.3 %build %{prefix}/bin/y2tool y2autoconf ++++++ yast2-kerberos-client-2.21.4.tar.bz2 -> yast2-kerberos-client-2.21.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-kerberos-client-2.21.4/Makefile.am new/yast2-kerberos-client-2.21.3/Makefile.am --- old/yast2-kerberos-client-2.21.4/Makefile.am 2011-09-29 11:58:21.000000000 +0200 +++ new/yast2-kerberos-client-2.21.3/Makefile.am 2011-08-11 09:02:50.000000000 +0200 @@ -20,6 +20,7 @@ IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME)) DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools) +ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages LEGALESE_DIR = $(if $(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl) COPYRIGHT_files_gpl = README COPYING @@ -154,7 +155,7 @@ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done -package: check-up-to-date check-tagversion check-textdomain package-local +package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local TAGVERSION = $(Y2TOOL) tagversion @@ -184,6 +185,21 @@ check-parse: @echo "Not running parseycp." +check-all-packages: + @if [ ! -e "$(ALL_PACKAGES)" ]; then \ + echo ERROR: "Can't find $(ALL_PACKAGES)"; false; \ + fi + @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then \ + echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \ + fi + @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \ + echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some unknown (?) fields:"; \ + echo; \ + grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); \ + echo; \ + false; \ + fi + check-textdomain: $(Y2TOOL) check-textdomain $(srcdir) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-kerberos-client-2.21.4/Makefile.in new/yast2-kerberos-client-2.21.3/Makefile.in --- old/yast2-kerberos-client-2.21.4/Makefile.in 2011-09-29 11:58:24.000000000 +0200 +++ new/yast2-kerberos-client-2.21.3/Makefile.in 2011-08-11 09:02:54.000000000 +0200 @@ -261,6 +261,7 @@ # do we do Makefile.am for devtools? It is a little special... IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME)) DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools) +ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages LEGALESE_DIR = $(if $(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl) COPYRIGHT_files_gpl = README COPYING COPYRIGHT_files_yast = YAST_LICENSE README COPYING COPYRIGHT.english \ @@ -901,7 +902,7 @@ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done -package: check-up-to-date check-tagversion check-textdomain package-local +package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local check-up-to-date check-cvs-up-to-date check-svn-up-to-date: if [ -d $(srcdir)/CVS ]; then \ @@ -929,6 +930,21 @@ check-parse: @echo "Not running parseycp." +check-all-packages: + @if [ ! -e "$(ALL_PACKAGES)" ]; then \ + echo ERROR: "Can't find $(ALL_PACKAGES)"; false; \ + fi + @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then \ + echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \ + fi + @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \ + echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some unknown (?) fields:"; \ + echo; \ + grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); \ + echo; \ + false; \ + fi + check-textdomain: $(Y2TOOL) check-textdomain $(srcdir) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-kerberos-client-2.21.4/VERSION new/yast2-kerberos-client-2.21.3/VERSION --- old/yast2-kerberos-client-2.21.4/VERSION 2011-09-29 11:57:42.000000000 +0200 +++ new/yast2-kerberos-client-2.21.3/VERSION 2011-09-02 16:10:40.000000000 +0200 @@ -1 +1 @@ -2.21.4 +2.21.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-kerberos-client-2.21.4/configure new/yast2-kerberos-client-2.21.3/configure --- old/yast2-kerberos-client-2.21.4/configure 2011-09-29 11:58:23.000000000 +0200 +++ new/yast2-kerberos-client-2.21.3/configure 2011-08-11 09:02:53.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for yast2-kerberos-client 2.21.4. +# Generated by GNU Autoconf 2.68 for yast2-kerberos-client 2.21.2. # # Report bugs to <http://bugs.opensuse.org/>. # @@ -559,8 +559,8 @@ # Identity of this package. PACKAGE_NAME='yast2-kerberos-client' PACKAGE_TARNAME='yast2-kerberos-client' -PACKAGE_VERSION='2.21.4' -PACKAGE_STRING='yast2-kerberos-client 2.21.4' +PACKAGE_VERSION='2.21.2' +PACKAGE_STRING='yast2-kerberos-client 2.21.2' PACKAGE_BUGREPORT='http://bugs.opensuse.org/' PACKAGE_URL='' @@ -1229,7 +1229,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures yast2-kerberos-client 2.21.4 to adapt to many kinds of systems. +\`configure' configures yast2-kerberos-client 2.21.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1301,7 +1301,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of yast2-kerberos-client 2.21.4:";; + short | recursive ) echo "Configuration of yast2-kerberos-client 2.21.2:";; esac cat <<\_ACEOF @@ -1381,7 +1381,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -yast2-kerberos-client configure 2.21.4 +yast2-kerberos-client configure 2.21.2 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1398,7 +1398,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by yast2-kerberos-client $as_me 2.21.4, which was +It was created by yast2-kerberos-client $as_me 2.21.2, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2328,7 +2328,7 @@ # Define the identity of the package. PACKAGE='yast2-kerberos-client' - VERSION='2.21.4' + VERSION='2.21.2' cat >>confdefs.h <<_ACEOF @@ -2450,7 +2450,7 @@ -VERSION="2.21.4" +VERSION="2.21.2" RPMNAME="yast2-kerberos-client" MAINTAINER="Jiri Suchomel <[email protected]>" @@ -3380,7 +3380,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by yast2-kerberos-client $as_me 2.21.4, which was +This file was extended by yast2-kerberos-client $as_me 2.21.2, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3433,7 +3433,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -yast2-kerberos-client config.status 2.21.4 +yast2-kerberos-client config.status 2.21.2 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-kerberos-client-2.21.4/configure.in new/yast2-kerberos-client-2.21.3/configure.in --- old/yast2-kerberos-client-2.21.4/configure.in 2011-09-29 11:58:21.000000000 +0200 +++ new/yast2-kerberos-client-2.21.3/configure.in 2011-08-11 09:02:50.000000000 +0200 @@ -1,9 +1,9 @@ dnl configure.in for yast2-kerberos-client dnl -dnl -- This file is generated by y2autoconf 2.21.2 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-kerberos-client, 2.21.4, http://bugs.opensuse.org/, yast2-kerberos-client) +AC_INIT(yast2-kerberos-client, 2.21.2, http://bugs.opensuse.org/, yast2-kerberos-client) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -18,7 +18,7 @@ AM_INIT_AUTOMAKE(tar-ustar -Wno-portability) dnl Important YaST2 variables -VERSION="2.21.4" +VERSION="2.21.2" RPMNAME="yast2-kerberos-client" MAINTAINER="Jiri Suchomel <[email protected]>" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-kerberos-client-2.21.4/src/Kerberos.ycp new/yast2-kerberos-client-2.21.3/src/Kerberos.ycp --- old/yast2-kerberos-client-2.21.4/src/Kerberos.ycp 2011-09-29 11:57:06.000000000 +0200 +++ new/yast2-kerberos-client-2.21.3/src/Kerberos.ycp 2011-08-29 14:50:10.000000000 +0200 @@ -4,7 +4,7 @@ * Summary: Data for configuration of kerberos-client, i/o functions. * Authors: Jiri Suchomel <[email protected]> * - * $Id: Kerberos.ycp 65518 2011-09-02 14:11:26Z jsuchome $ + * $Id: Kerberos.ycp 64832 2011-07-15 10:10:28Z jsuchome $ * * Representation of the configuration of kerberos-client. * Input and output routines. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-kerberos-client-2.21.4/src/wizards.ycp new/yast2-kerberos-client-2.21.3/src/wizards.ycp --- old/yast2-kerberos-client-2.21.4/src/wizards.ycp 2011-09-29 11:59:02.000000000 +0200 +++ new/yast2-kerberos-client-2.21.3/src/wizards.ycp 2011-08-05 09:16:18.000000000 +0200 @@ -4,7 +4,7 @@ * Summary: Wizards definitions * Authors: Jiri Suchomel <[email protected]> * - * $Id: wizards.ycp 66148 2011-09-29 09:59:01Z visnov $ + * $Id: wizards.ycp 52912 2008-11-05 12:15:06Z jsuchome $ */ { @@ -89,7 +89,7 @@ Wizard::OpenNextBackDialog (); Wizard::HideAbortButton (); } - Wizard::SetDesktopTitleAndIcon("kerberos"); + Wizard::SetDesktopIcon("kerberos"); symbol ret = Sequencer::Run (aliases, sequence); UI::CloseDialog(); @@ -110,7 +110,7 @@ term contents = `Label(_("Initializing...")); Wizard::CreateDialog(); - Wizard::SetDesktopTitleAndIcon("kerberos"); + Wizard::SetDesktopIcon("kerberos"); Wizard::SetContentsButtons(caption, contents, "", Label::BackButton(), Label::NextButton()); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
