Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 389-ds for openSUSE:Factory checked 
in at 2022-04-13 21:05:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/389-ds (Old)
 and      /work/SRC/openSUSE:Factory/.389-ds.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "389-ds"

Wed Apr 13 21:05:03 2022 rev:56 rq:969617 version:2.1.1~git8.d50340ba5

Changes:
--------
--- /work/SRC/openSUSE:Factory/389-ds/389-ds.changes    2022-04-08 
00:28:20.629901335 +0200
+++ /work/SRC/openSUSE:Factory/.389-ds.new.1900/389-ds.changes  2022-04-13 
21:05:51.444609533 +0200
@@ -1,0 +2,8 @@
+Wed Apr 13 02:07:17 UTC 2022 - [email protected]
+
+- Update to version 2.1.1~git8.d50340ba5:
+  * Issue 5260 - BUG - OpenLDAP allows multiple names of memberof overlay 
(#5261)
+  * Issue 5252 - During DEL, vlv search can erroneously return NULL candidate 
(#5256)
+  * Issue 5210 - Python undefined names in lib389
+
+-------------------------------------------------------------------

Old:
----
  389-ds-base-2.1.1~git5.e988a3f55.tar.xz
  supportutils-plugin-dirsrv-v0.1.0~git2.4c54cf4.tar.xz

New:
----
  389-ds-base-2.1.1~git8.d50340ba5.tar.xz
  supportutils-plugin-dirsrv.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ 389-ds.spec ++++++
--- /var/tmp/diff_new_pack.vbi35L/_old  2022-04-13 21:05:52.668610767 +0200
+++ /var/tmp/diff_new_pack.vbi35L/_new  2022-04-13 21:05:52.672610771 +0200
@@ -33,7 +33,7 @@
 %define svrcorelib libsvrcore0
 
 Name:           389-ds
-Version:        2.1.1~git5.e988a3f55
+Version:        2.1.1~git8.d50340ba5
 Release:        0
 Summary:        389 Directory Server
 License:        GPL-3.0-or-later AND MPL-2.0
@@ -43,7 +43,7 @@
 Source1:        extra-schema.tgz
 Source2:        LICENSE.openldap
 Source3:        vendor.tar.xz
-Source4:        supportutils-plugin-dirsrv-v0.1.0~git2.4c54cf4.tar.xz
+Source4:        supportutils-plugin-dirsrv.tar.xz
 Source5:        70yast.ldif
 Source9:        %{name}-rpmlintrc
 Source10:       %{user_group}-user.conf
@@ -290,7 +290,7 @@
 cp %{SOURCE5} "%{buildroot}/%{_datadir}/dirsrv/schema/"
 
 # Install the support utils plugin.
-cp supportutils-plugin-dirsrv-*/dirsrv 
"%{buildroot}/usr/lib/supportconfig/plugins/dirsrv"
+cp supportutils-plugin-dirsrv*/dirsrv 
"%{buildroot}/usr/lib/supportconfig/plugins/dirsrv"
 
 # bring OpenLDAP copyright notice here because it is referenced by several 
extra schema files
 cp %{SOURCE2} ./
@@ -301,6 +301,9 @@
 mv src/svrcore/LICENSE{,.svrcore}
 install -m 0644 %{SOURCE10} %{buildroot}%{_sysusersdir}/
 
+# For the purposes of our krb integration, we enable this by default.
+mv %{buildroot}%{_datadir}/dirsrv/data/60kerberos.ldif 
%{buildroot}%{_datadir}/dirsrv/schema/60kerberos.ldif
+
 # Sssshhh duplicate checker ...
 %fdupes %{buildroot}/%{_prefix}
 

++++++ 389-ds-base-2.1.1~git5.e988a3f55.tar.xz -> 
389-ds-base-2.1.1~git8.d50340ba5.tar.xz ++++++
++++ 2374 lines of diff (skipped)

++++++ 389-ds-base.obsinfo ++++++
--- /var/tmp/diff_new_pack.vbi35L/_old  2022-04-13 21:05:53.788611897 +0200
+++ /var/tmp/diff_new_pack.vbi35L/_new  2022-04-13 21:05:53.792611901 +0200
@@ -1,5 +1,5 @@
 name: 389-ds-base
-version: 2.1.1~git5.e988a3f55
-mtime: 1649300102
-commit: e988a3f55f5188abf08a3d3cce82fe7145b42daa
+version: 2.1.1~git8.d50340ba5
+mtime: 1649815256
+commit: d50340ba572a3d7c033bc3c23619036af81df5e2
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.vbi35L/_old  2022-04-13 21:05:53.852611961 +0200
+++ /var/tmp/diff_new_pack.vbi35L/_new  2022-04-13 21:05:53.856611965 +0200
@@ -23,6 +23,7 @@
   <service name="cargo_audit" mode="disabled">
      <param name="srcdir">389-ds-base</param>
   </service>
+  <!--
   <service name="obs_scm" mode="disabled">
     <param 
name="url">https://github.com/SUSE/supportutils-plugin-dirsrv.git</param>
     <param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
@@ -33,11 +34,14 @@
     <param name="changesgenerate">disable</param>
     <param name="without-version">true</param>
   </service>
-  <service mode="disabled" name="tar" />
+  <service mode="disabled" name="tar">
+    <param name="filename">supportutils-plugin-dirsrv</param>
+  </service>
   <service mode="disabled" name="recompress">
-    <param name="file">*.tar</param>
-    <param name="compression">xz</param>
+    <param name="file">supportutils-plugin-dirsrv.tar</param>
+    <param name="compression">zst</param>
   </service>
+  -->
 </services>
 
 

++++++ supportutils-plugin-dirsrv-v0.1.0~git2.4c54cf4.tar.xz -> 
supportutils-plugin-dirsrv.tar.xz ++++++

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/389-ds/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.389-ds.new.1900/vendor.tar.xz differ: char 27, line 
1

Reply via email to