Hello community, here is the log from the commit of package yast2-ldap for openSUSE:Factory checked in at 2016-09-27 13:42:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-ldap (Old) and /work/SRC/openSUSE:Factory/.yast2-ldap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ldap" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-ldap/yast2-ldap.changes 2014-10-05 20:27:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-ldap.new/yast2-ldap.changes 2016-09-27 13:42:10.000000000 +0200 @@ -1,0 +2,8 @@ +Tue Sep 20 15:05:49 UTC 2016 - [email protected] + +- disable doc generation (FATE#320356) +- remove unnecessary build dependency to speed up build + (bsc#999203) +- 3.1.14 + +------------------------------------------------------------------- Old: ---- yast2-ldap-3.1.13.tar.bz2 New: ---- yast2-ldap-3.1.14.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ldap.spec ++++++ --- /var/tmp/diff_new_pack.DpRrXz/_old 2016-09-27 13:42:11.000000000 +0200 +++ /var/tmp/diff_new_pack.DpRrXz/_new 2016-09-27 13:42:11.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-ldap # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX 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,20 +17,18 @@ Name: yast2-ldap -Version: 3.1.13 +Version: 3.1.14 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 -BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: libldapcpp-devel BuildRequires: libtool BuildRequires: yast2 BuildRequires: yast2-core-devel BuildRequires: yast2-devtools >= 3.1.10 -BuildRequires: yast2-network Summary: YaST2 - LDAP Agent License: GPL-2.0 Group: System/YaST ++++++ yast2-ldap-3.1.13.tar.bz2 -> yast2-ldap-3.1.14.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ldap-3.1.13/.travis.yml new/yast2-ldap-3.1.14/.travis.yml --- old/yast2-ldap-3.1.13/.travis.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-ldap-3.1.14/.travis.yml 2016-09-21 09:33:21.000000000 +0200 @@ -0,0 +1,16 @@ +language: cpp +compiler: + - gcc +before_install: + # disable rvm, use system Ruby + - rvm reset + - wget https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh + - sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2 yast2-core-dev ldapcpplib-dev doxygen" -g "yast-rake gettext" +script: + - rake check:syntax + - rake check:pot + - make -f Makefile.cvs + - make + - sudo make install + - make check + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ldap-3.1.13/CONTRIBUTING.md new/yast2-ldap-3.1.14/CONTRIBUTING.md --- old/yast2-ldap-3.1.13/CONTRIBUTING.md 2014-10-01 11:24:56.000000000 +0200 +++ new/yast2-ldap-3.1.14/CONTRIBUTING.md 2016-09-21 09:33:21.000000000 +0200 @@ -3,7 +3,7 @@ YaST is an open source project and as such it welcomes all kinds of contributions. If you decide to contribute, please follow these guidelines to -ensure the process is effective and pleasant both for you and YaST maintainers. +ensure the process is effective and pleasant both for you and the YaST maintainers. There are two main forms of contribution: reporting bugs and performing code changes. @@ -12,18 +12,16 @@ ----------- If you find a problem, please report it either using -[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2) +[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2) or [GitHub issues](../../issues). (For Bugzilla, use the [simplified registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp) if you don't have an account yet.) -If you find a problem, please report it either using -[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee -that every bug will be fixed, but we'll try. - When creating a bug report, please follow our [bug reporting guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug). +We can't guarantee that every bug will be fixed, but we'll try. + Code Changes ------------ @@ -44,15 +42,22 @@ to the [Ruby style guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md). - 4. Make sure your change didn't break anything by building the RPM package + 4. Update the package version (in `packages/*.spec`, usually by + `rake version:bump`) and add a new entry to the `package/*.changes` file + (by `osc vc package`). + For bigger changes or changes which need longer discussion it is advised to + add this as a separate last commit so it can be easily updated when another + change is merged in the meantime. + + 5. Make sure your change didn't break anything by building the RPM package (`rake osc:build`). The build process includes running the full testsuite. - 5. Publish the branch and create a pull request. + 6. Publish the branch and create a pull request. - 6. YaST developers will review your change and possibly point out issues. + 7. YaST developers will review your change and possibly point out issues. Adapt the code under their guidance until they are all resolved. - 7. Finally, the pull request will get merged or rejected. + 8. Finally, the pull request will get merged or rejected. See also [GitHub's guide on contributing](https://help.github.com/articles/fork-a-repo). @@ -60,9 +65,6 @@ If you want to do multiple unrelated changes, use separate branches and pull requests. -Do not change the `VERSION` and `*.changes` files as this could lead to -conflicts. - ### Commits Each commit in the pull request should do only one thing, which is clearly @@ -71,7 +73,7 @@ [widely used conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html). -If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure +If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure you mention it in the commit message for cross-reference. Use format like bnc#775814 or gh#yast/yast-foo#42. See also [GitHub autolinking](https://help.github.com/articles/github-flavored-markdown#references) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ldap-3.1.13/README.md new/yast2-ldap-3.1.14/README.md --- old/yast2-ldap-3.1.13/README.md 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-ldap-3.1.14/README.md 2016-09-21 09:33:21.000000000 +0200 @@ -0,0 +1,5 @@ +# YaST - The LDAP Agent # + +[](https://travis-ci.org/yast/yast-ldap) +[](https://ci.opensuse.org/view/Yast/job/yast-ldap-master/) + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ldap-3.1.13/doc/Makefile.am new/yast2-ldap-3.1.14/doc/Makefile.am --- old/yast2-ldap-3.1.13/doc/Makefile.am 2014-10-01 11:24:56.000000000 +0200 +++ new/yast2-ldap-3.1.14/doc/Makefile.am 2016-09-21 09:33:21.000000000 +0200 @@ -2,8 +2,6 @@ # Makefile.am for .../agent-ldap/doc # -SUBDIRS = autodocs - htmldir = $(docdir) html_DATA = ldap.html TODO.txt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ldap-3.1.13/package/yast2-ldap.changes new/yast2-ldap-3.1.14/package/yast2-ldap.changes --- old/yast2-ldap-3.1.13/package/yast2-ldap.changes 2014-10-01 12:20:54.000000000 +0200 +++ new/yast2-ldap-3.1.14/package/yast2-ldap.changes 2016-09-21 09:33:21.000000000 +0200 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Tue Sep 20 15:05:49 UTC 2016 - [email protected] + +- disable doc generation (FATE#320356) +- remove unnecessary build dependency to speed up build + (bsc#999203) +- 3.1.14 + +------------------------------------------------------------------- Thu Sep 25 10:21:52 UTC 2014 - [email protected] - bnc#897997 YaST2 User authentication not enumerating LDAP options diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ldap-3.1.13/package/yast2-ldap.spec new/yast2-ldap-3.1.14/package/yast2-ldap.spec --- old/yast2-ldap-3.1.13/package/yast2-ldap.spec 2014-10-01 12:20:54.000000000 +0200 +++ new/yast2-ldap-3.1.14/package/yast2-ldap.spec 2016-09-21 09:33:21.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-ldap -Version: 3.1.13 +Version: 3.1.14 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -25,7 +25,7 @@ Group: System/YaST License: GPL-2.0 -BuildRequires: gcc-c++ libldapcpp-devel doxygen yast2-core-devel yast2 libtool yast2-network +BuildRequires: gcc-c++ libldapcpp-devel yast2-core-devel yast2 libtool BuildRequires: yast2-devtools >= 3.1.10 Summary: YaST2 - LDAP Agent Requires: ldapcpplib yast2 yast2-network diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ldap-3.1.13/src/Ldap.rb new/yast2-ldap-3.1.14/src/Ldap.rb --- old/yast2-ldap-3.1.13/src/Ldap.rb 2014-10-01 12:20:54.000000000 +0200 +++ new/yast2-ldap-3.1.14/src/Ldap.rb 2016-09-21 09:33:21.000000000 +0200 @@ -443,8 +443,8 @@ @tls_cacert = ReadLdapConfEntry("TLS_CACERT", "") @tls_cacertdir = ReadLdapConfEntry("TLS_CACERTDIR", "") @bind_dn = ReadLdapConfEntry("BINDDN","cn=Administrator," + @base_dn ) - @base_config_dn = "ou=ldapconfig," +@base_dn - + @base_config_dn = "ou=ldapconfig," + @base_dn + Builtins.y2milestone("Read LDAP Settings: server %1, base_dn %2, bind_dn %3, base_config_dn %4",@server, @base_dn, @bind_dn, @base_config_dn) true @@ -453,7 +453,7 @@ # Dump the LDAP settings to a map based on /etc/openldap/slapd.conf # @return $["start":, "servers":[...], "domain":] def Export - e = { + { "start_ldap" => @start, "ldap_server" => @server, "ldap_domain" => @base_dn, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ldap-3.1.13/src/ui.rb new/yast2-ldap-3.1.14/src/ui.rb --- old/yast2-ldap-3.1.13/src/ui.rb 2014-10-01 12:20:54.000000000 +0200 +++ new/yast2-ldap-3.1.14/src/ui.rb 2016-09-21 09:33:21.000000000 +0200 @@ -408,14 +408,14 @@ # check the template required attributes... Builtins.foreach(Ops.get_list(template, "objectClass", [])) do |oc| next if cont - Builtins.foreach(Ldap.GetRequiredAttributes(oc)) do |attr2| - val = Ops.get(template, attr2) + Builtins.foreach(Ldap.GetRequiredAttributes(oc)) do |attr3| + val = Ops.get(template, attr3) if !cont && val == nil || val == [] || val == "" #error popup, %1 is attribute name Popup.Error( Builtins.sformat( _("The \"%1\" attribute is mandatory.\nEnter a value."), - attr2 + attr3 ) ) UI.SetFocus(Id(:table))
