Hello community, here is the log from the commit of package yast2-kerberos-client for openSUSE:11.4 checked in at Thu Nov 17 17:34:20 CET 2011.
-------- --- old-versions/11.4/all/yast2-kerberos-client/yast2-kerberos-client.changes 2011-01-24 16:22:29.000000000 +0100 +++ 11.4/yast2-kerberos-client/yast2-kerberos-client.changes 2011-11-16 15:30:51.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Nov 16 15:28:44 CET 2011 - [email protected] + +- correctly handle sssd config with more LDAP servers (bnc#729174) +- 2.20.4 + +------------------------------------------------------------------- Package does not exist at destination yet. Using Fallback old-versions/11.4/all/yast2-kerberos-client Destination is old-versions/11.4/UPDATES/all/yast2-kerberos-client calling whatdependson for 11.4-i586 Old: ---- yast2-kerberos-client-2.20.3.tar.bz2 New: ---- yast2-kerberos-client-2.20.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-kerberos-client.spec ++++++ --- /var/tmp/diff_new_pack.Imsc7F/_old 2011-11-17 17:32:49.000000000 +0100 +++ /var/tmp/diff_new_pack.Imsc7F/_new 2011-11-17 17:32:49.000000000 +0100 @@ -19,16 +19,14 @@ Name: yast2-kerberos-client -Version: 2.20.3 -Release: 1 +Version: 2.20.4 +Release: 0.<RELEASE2> BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-kerberos-client-2.20.3.tar.bz2 - -Prefix: /usr +Source0: yast2-kerberos-client-%{version}.tar.bz2 Group: System/YaST -License: GPLv2+ +License: GPL v2 or later BuildRequires: doxygen perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-pam yast2-testsuite # etc_krb5_conf.scr @@ -46,26 +44,26 @@ Kerberos server will be used for user authentication. %prep -%setup -n yast2-kerberos-client-2.20.3 +%setup -n yast2-kerberos-client-%{version} %build -%{prefix}/bin/y2tool y2autoconf -%{prefix}/bin/y2tool y2automake +%{_prefix}/bin/y2tool y2autoconf +%{_prefix}/bin/y2tool y2automake autoreconf --force --install export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" %{?suse_update_config:%{suse_update_config -f}} -./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} +./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} # V=1: verbose build in case we used AM_SILENT_RULES(yes) # so that RPM_OPT_FLAGS check works make %{?jobs:-j%jobs} V=1 %install make install DESTDIR="$RPM_BUILD_ROOT" -[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT" -for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desktop"` ; do +[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT" +for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name "*.desktop"` ; do d=${f##*/} %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop} done @@ -80,11 +78,11 @@ /usr/share/YaST2/clients/kerberos-client_auto.ycp /usr/share/YaST2/modules/Kerberos.ycp /usr/share/YaST2/modules/Kerberos.ybc -%{prefix}/share/applications/YaST2/kerberos.desktop +%{_prefix}/share/applications/YaST2/kerberos.desktop /usr/share/YaST2/scrconf/*.scr /usr/share/YaST2/schema/autoyast/rnc/kerberos.rnc %dir /usr/share/YaST2/include/kerberos-client /usr/share/YaST2/include/kerberos-client/dialogs.ycp /usr/share/YaST2/include/kerberos-client/wizards.ycp -%doc %{prefix}/share/doc/packages/yast2-kerberos-client +%doc %{_prefix}/share/doc/packages/yast2-kerberos-client %changelog ++++++ yast2-kerberos-client-2.20.3.tar.bz2 -> yast2-kerberos-client-2.20.4.tar.bz2 ++++++ ++++ 4302 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-kerberos-client-2.20.3/Makefile.am new/yast2-kerberos-client-2.20.4/Makefile.am --- old/yast2-kerberos-client-2.20.3/Makefile.am 2010-01-28 16:08:45.000000000 +0100 +++ new/yast2-kerberos-client-2.20.4/Makefile.am 2011-11-16 15:29:30.000000000 +0100 @@ -20,7 +20,6 @@ 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 @@ -155,7 +154,7 @@ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done -package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local +package: check-up-to-date check-tagversion check-textdomain package-local TAGVERSION = $(Y2TOOL) tagversion @@ -185,21 +184,6 @@ 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' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-kerberos-client-2.20.3/VERSION new/yast2-kerberos-client-2.20.4/VERSION --- old/yast2-kerberos-client-2.20.3/VERSION 2011-01-24 16:19:35.000000000 +0100 +++ new/yast2-kerberos-client-2.20.4/VERSION 2011-11-16 15:29:13.000000000 +0100 @@ -1 +1 @@ -2.20.3 +2.20.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-kerberos-client-2.20.3/configure.in new/yast2-kerberos-client-2.20.4/configure.in --- old/yast2-kerberos-client-2.20.3/configure.in 2010-01-28 16:08:45.000000000 +0100 +++ new/yast2-kerberos-client-2.20.4/configure.in 2011-11-16 15:29:30.000000000 +0100 @@ -1,9 +1,9 @@ dnl configure.in for yast2-kerberos-client dnl -dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.21.6 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-kerberos-client, 2.19.0, http://bugs.opensuse.org/, yast2-kerberos-client) +AC_INIT(yast2-kerberos-client, 2.20.4, 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.19.0" +VERSION="2.20.4" RPMNAME="yast2-kerberos-client" MAINTAINER="Jiri Suchomel <[email protected]>" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-kerberos-client-2.20.3/src/Kerberos.ycp new/yast2-kerberos-client-2.20.4/src/Kerberos.ycp --- old/yast2-kerberos-client-2.20.3/src/Kerberos.ycp 2011-01-24 16:20:55.000000000 +0100 +++ new/yast2-kerberos-client-2.20.4/src/Kerberos.ycp 2011-11-16 15:29:17.000000000 +0100 @@ -4,7 +4,7 @@ * Summary: Data for configuration of kerberos-client, i/o functions. * Authors: Jiri Suchomel <[email protected]> * - * $Id: Kerberos.ycp 63252 2011-01-21 12:03:18Z jsuchome $ + * $Id: Kerberos.ycp 63261 2011-01-24 15:21:24Z jsuchome $ * * Representation of the configuration of kerberos-client. * Input and output routines. @@ -495,7 +495,9 @@ SCR::Write (add (domain, "auth_provider"), "krb5"); SCR::Write (add (domain, "chpass_provider"), "krb5"); SCR::Write (add (domain, "krb5_realm"), default_realm); - SCR::Write (add (domain, "krb5_kdcip"), kdc); + // divide by commas: krb5_kdcip = kdcserver1, kdcserver2 (bnc#729174) + string krb5_kdcip = mergestring (splitstring (kdc, " "), ","); + SCR::Write (add (domain, "krb5_kdcip"), krb5_kdcip); if (!SCR::Write(.etc.sssd_conf, nil)) { y2error ("error writing ldap.conf file"); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-kerberos-client-2.20.3/src/dialogs.ycp new/yast2-kerberos-client-2.20.4/src/dialogs.ycp --- old/yast2-kerberos-client-2.20.3/src/dialogs.ycp 2011-01-24 16:16:58.000000000 +0100 +++ new/yast2-kerberos-client-2.20.4/src/dialogs.ycp 2011-04-15 08:25:24.000000000 +0200 @@ -4,7 +4,7 @@ * Summary: Dialogs definitions * Authors: Jiri Suchomel <[email protected]> * - * $Id: dialogs.ycp 60608 2010-01-28 15:11:03Z jsuchome $ + * $Id: dialogs.ycp 63261 2011-01-24 15:21:24Z jsuchome $ */ { continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
