Hello community, here is the log from the commit of package yast2-ldap-server for openSUSE:Factory checked in at 2012-03-29 14:08:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-ldap-server (Old) and /work/SRC/openSUSE:Factory/.yast2-ldap-server.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ldap-server", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-ldap-server/yast2-ldap-server.changes 2011-12-21 17:01:21.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-ldap-server.new/yast2-ldap-server.changes 2012-03-29 14:08:51.000000000 +0200 @@ -1,0 +2,12 @@ +Thu Mar 29 10:21:20 CEST 2012 - [email protected] + +- fixed build failure (symlink to find include file) +- 2.22.2 + +------------------------------------------------------------------- +Thu Mar 22 11:28:19 CET 2012 - [email protected] + +- PasswordPolicyDialog moved to users module (fate#313143) +- 2.22.1 + +------------------------------------------------------------------- Old: ---- yast2-ldap-server-2.22.0.tar.bz2 New: ---- yast2-ldap-server-2.22.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ldap-server.spec ++++++ --- /var/tmp/diff_new_pack.ZXRDUk/_old 2012-03-29 14:09:02.000000000 +0200 +++ /var/tmp/diff_new_pack.ZXRDUk/_new 2012-03-29 14:09:02.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-ldap-server # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -17,7 +17,7 @@ Name: yast2-ldap-server -Version: 2.22.0 +Version: 2.22.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -36,7 +36,20 @@ BuildRequires: yast2-core-devel BuildRequires: yast2-devtools BuildRequires: yast2-ldap-client -Requires: acl net-tools perl perl-Digest-SHA1 perl-gettext perl-X500-DN yast2 yast2-ca-management yast2-ldap-client yast2-perl-bindings yast2-users +BuildRequires: yast2-users +Requires: acl +Requires: net-tools +Requires: perl +Requires: perl-Digest-SHA1 +Requires: perl-X500-DN +Requires: perl-gettext +Requires: yast2 +Requires: yast2-ca-management +Requires: yast2-ldap-client +Requires: yast2-perl-bindings + +# users/ldap_dialogs.ycp +Requires: yast2-users >= 2.22.3 # Wizard::SetDesktopTitleAndIcon Requires: yast2 >= 2.21.22 @@ -59,7 +72,6 @@ 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} # V=1: verbose build in case we used AM_SILENT_RULES(yes) # so that RPM_OPT_FLAGS check works ++++++ yast2-ldap-server-2.22.0.tar.bz2 -> yast2-ldap-server-2.22.2.tar.bz2 ++++++ ++++ 2550 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-ldap-server-2.22.0/VERSION new/yast2-ldap-server-2.22.2/VERSION --- old/yast2-ldap-server-2.22.0/VERSION 2011-11-21 14:53:47.000000000 +0100 +++ new/yast2-ldap-server-2.22.2/VERSION 2012-03-29 10:21:49.000000000 +0200 @@ -1 +1 @@ -2.22.0 +2.22.2 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-ldap-server-2.22.0/configure.in new/yast2-ldap-server-2.22.2/configure.in --- old/yast2-ldap-server-2.22.0/configure.in 2011-12-14 14:07:51.000000000 +0100 +++ new/yast2-ldap-server-2.22.2/configure.in 2012-03-29 11:04:48.000000000 +0200 @@ -1,9 +1,9 @@ dnl configure.in for yast2-ldap-server dnl -dnl -- This file is generated by y2autoconf 2.21.6 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.21.8 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-ldap-server, 2.22.0, http://bugs.opensuse.org/, yast2-ldap-server) +AC_INIT(yast2-ldap-server, 2.22.2, http://bugs.opensuse.org/, yast2-ldap-server) 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.22.0" +VERSION="2.22.2" RPMNAME="yast2-ldap-server" MAINTAINER="Ralf Haferkamp <[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-ldap-server-2.22.0/src/LdapDatabase.ycp new/yast2-ldap-server-2.22.2/src/LdapDatabase.ycp --- old/yast2-ldap-server-2.22.0/src/LdapDatabase.ycp 2011-11-21 14:13:34.000000000 +0100 +++ new/yast2-ldap-server-2.22.2/src/LdapDatabase.ycp 2012-03-27 15:42:44.000000000 +0200 @@ -9,7 +9,10 @@ import "Sequencer"; import "String"; import "Wizard"; - include "helps.ycp"; + + include "ldap-server/helps.ycp"; + include "ldap-server/widgets.ycp"; + include "users/ldap_dialogs.ycp"; map <string, any> baseDb = $[ "rootdn" : "cn=Administrator", "directory" : "/var/lib/ldap" ]; @@ -557,7 +560,7 @@ } } } - map ppolicyEntry_new = LdapPopup::PasswordPolicyDialog(ppolicyEntry); + map ppolicyEntry_new = PasswordPolicyDialog(ppolicyEntry); // PasswordPolicyDialog only returns the changes made to the original // Entry, try to merge them here foreach ( string key, any val, (map<string,any>) ppolicyEntry_new, 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-ldap-server-2.22.0/src/Makefile.am new/yast2-ldap-server-2.22.2/src/Makefile.am --- old/yast2-ldap-server-2.22.0/src/Makefile.am 2011-11-21 11:09:24.000000000 +0100 +++ new/yast2-ldap-server-2.22.2/src/Makefile.am 2012-03-29 11:28:20.000000000 +0200 @@ -27,6 +27,11 @@ LdapServer.pm \ LdapDatabase.ycp +ldap-server: + ln -sf . ldap-server + +ycpchook = ldap-server + EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(module_DATA) $(desktop_DATA) include $(top_srcdir)/Makefile.am.common 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-ldap-server-2.22.0/src/widgets.ycp new/yast2-ldap-server-2.22.2/src/widgets.ycp --- old/yast2-ldap-server-2.22.0/src/widgets.ycp 2011-11-21 14:13:34.000000000 +0100 +++ new/yast2-ldap-server-2.22.2/src/widgets.ycp 2012-03-14 09:43:17.000000000 +0100 @@ -3,7 +3,9 @@ textdomain "ldap-server"; import "CWMFirewallInterfaces"; import "Label"; + import "Ldap"; import "Popup"; + import "Wizard"; map<string, any> firewall_settings = $[ "services": [ "service:openldap" ], -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
