Hello community,

here is the log from the commit of package 389-ds for openSUSE:Leap:15.2 
checked in at 2020-02-22 17:53:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/389-ds (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.389-ds.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "389-ds"

Sat Feb 22 17:53:19 2020 rev:22 rq:778155 version:1.4.2.8~git0.3aaa3e820

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/389-ds/389-ds.changes  2020-02-01 
06:10:39.826792620 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.389-ds.new.26092/389-ds.changes       
2020-02-22 17:53:21.209881835 +0100
@@ -1,0 +2,19 @@
+Mon Feb 17 22:37:41 UTC 2020 - [email protected]
+
+- Update to version 1.4.2.8~git0.3aaa3e820:
+  * Bump version to 1.4.2.8
+  * Issue 50855 - remove unused file from UI
+  * Issue 50855 - UI: Port Server Tab to React
+  * Issue 49845 - README does not contain complete information on building
+  * Ticket - 49623-cont cenotaph errors on modrdn operations
+  * Issue 50882 - Fix healthcheck errors for instances that do not have TLS 
enabled
+  * Issue 50886 - Typo in the replication debug message
+  * Issue 50873 - Fix healthcheck and virtual attr check
+  * Issue 50873 - Fix issues with healthcheck tool
+  * Ticket 50857 - Memory leak in ACI using IP subject
+  * Issue 50823 - dsctl doesn't work with 'slapd-' in the instance name
+  * Ticket 49624 cont - DB Deadlock on modrdn appears to corrupt database and 
entry cache
+  * Issue 50850 - Fix dsctl healthcheck for python36
+  * Issue 49990 - Need to enforce a hard maximum limit for file descriptors
+
+-------------------------------------------------------------------

Old:
----
  389-ds-base-1.4.2.7~git0.202953d28.tar.bz2

New:
----
  389-ds-base-1.4.2.8~git0.3aaa3e820.tar.bz2

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

Other differences:
------------------
++++++ 389-ds.spec ++++++
--- /var/tmp/diff_new_pack.S1RHri/_old  2020-02-22 17:53:22.705884857 +0100
+++ /var/tmp/diff_new_pack.S1RHri/_new  2020-02-22 17:53:22.737884922 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package 389-ds
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,15 @@
 
 # bcond is confusingly backwards to what you expect - without means
 #  to ENABLE the option, with means to DISABLE it.
-%if 0%{?is_opensuse} > 0 || 0%{?sle_version} > 150100
+%if (0%{?sle_version} > 150099) || (0%{?suse_version} > 1549)
 %bcond_without lib389
-%bcond_with rust
 %else
 %bcond_with    lib389
+%endif
+
+%if (0%{?sle_version} > 150299) || (0%{?suse_version} > 1549)
+%bcond_without rust
+%else
 %bcond_with    rust
 %endif
 
@@ -47,12 +51,12 @@
 %define svrcorelib libsvrcore0
 
 Name:           389-ds
-Version:        1.4.2.7~git0.202953d28
+Version:        1.4.2.8~git0.3aaa3e820
 Release:        0
 Summary:        389 Directory Server
 License:        GPL-3.0-or-later AND MPL-2.0
 Group:          Productivity/Networking/LDAP/Servers
-Url:            https://pagure.io/389-ds-base
+URL:            https://pagure.io/389-ds-base
 Source:         389-ds-base-%{version}.tar.bz2
 Source1:        extra-schema.tgz
 Source2:        LICENSE.openldap
@@ -95,7 +99,9 @@
 BuildRequires:  pkgconfig(icu-i18n)
 BuildRequires:  pkgconfig(icu-uc)
 BuildRequires:  pkgconfig(libcap)
+BuildRequires:  pkgconfig(libcrypto)
 BuildRequires:  pkgconfig(libpcre)
+BuildRequires:  pkgconfig(libssl)
 BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(nspr)
 BuildRequires:  pkgconfig(nss)
@@ -196,6 +202,7 @@
 Group:          Development/Languages/Python
 Requires:       %{use_python}-argcomplete
 Requires:       %{use_python}-argparse-manpage
+Requires:       %{use_python}-distro
 Requires:       %{use_python}-ldap >= 3.0
 Requires:       %{use_python}-pyasn1
 Requires:       %{use_python}-pyasn1-modules
@@ -259,7 +266,7 @@
   %endif
   --with-selinux \
   %if %{with rust}
-  --enable-rust \
+  --enable-rust-offline \
   %endif
   %if %{with lib389}
   --disable-perl \
@@ -273,7 +280,7 @@
   --with-systemdgroupname=%{groupname} \
   --with-systemdsystemunitdir="%{_unitdir}" \
   --with-systemdsystemconfdir="%{_sysconfdir}/systemd/system" \
-  --with-tmpfiles-d="%{_tmpfilesdir}" \
+  --with-tmpfiles-d="%{_sysconfdir}/tmpfiles.d" \
   --with-systemdgroupname=dirsrv.target \
 
 export XCFLAGS="$CFLAGS"
@@ -385,9 +392,6 @@
 %{_libdir}/dirsrv/plugins/*.so
 %{_libdir}/dirsrv/python/*.py
 %{_libdir}/dirsrv/*.so.*
-%if %{with rust}
-%{_libdir}/dirsrv/librsds.so
-%endif
 %exclude %{_mandir}/man1/ldap-agent*
 %{_mandir}/man1/*
 %{_mandir}/man5/*
@@ -442,7 +446,7 @@
 # TODO: audit bug running https://bugzilla.opensuse.org/show_bug.cgi?id=1111564
 # This also needs a lot more work on the service file
 #attr(750,root,dirsrv) #caps(CAP_NET_BIND_SERVICE=pe) #{_sbindir}/ns-slapd
-%verify(not caps) %attr(750,root,dirsrv) %{_sbindir}/ns-slapd
+%verify(not caps) %attr(755,root,dirsrv) %{_sbindir}/ns-slapd
 %if ! %{with lib389}
 %{_sbindir}/bak2db
 %{_sbindir}/bak2db.pl
@@ -483,8 +487,6 @@
 %{_sbindir}/usn-tombstone-cleanup.pl
 %{_sbindir}/verify-db.pl
 %{_sbindir}/vlvindex
-%{_prefix}/lib/dirsrv/ds_selinux_port_query
-%{_prefix}/lib/dirsrv/ds_selinux_enabled
 %endif
 %{_unitdir}/[email protected]
 %{_unitdir}/dirsrv.target

++++++ 389-ds-base-1.4.2.7~git0.202953d28.tar.bz2 -> 
389-ds-base-1.4.2.8~git0.3aaa3e820.tar.bz2 ++++++
++++ 18098 lines of diff (skipped)

++++++ 389-ds-base.obsinfo ++++++
--- /var/tmp/diff_new_pack.S1RHri/_old  2020-02-22 17:53:25.841891193 +0100
+++ /var/tmp/diff_new_pack.S1RHri/_new  2020-02-22 17:53:25.845891201 +0100
@@ -1,5 +1,5 @@
 name: 389-ds-base
-version: 1.4.2.7~git0.202953d28
-mtime: 1579811504
-commit: 202953d289cdfaf76b55eb78228a91f610144c79
+version: 1.4.2.8~git0.3aaa3e820
+mtime: 1581621761
+commit: 3aaa3e820939a3cf321f8397c4ab541a5be38320
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.S1RHri/_old  2020-02-22 17:53:25.885891281 +0100
+++ /var/tmp/diff_new_pack.S1RHri/_new  2020-02-22 17:53:25.885891281 +0100
@@ -6,9 +6,9 @@
     <param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
     <param name="scm">git</param>
     <!-- use 1.4 branch -->
-    <param name="revision">389-ds-base-1.4.2.7</param>
+    <param name="revision">389-ds-base-1.4.2.8</param>
     <!-- use 1.4.0.20 tag as base -->
-    <param name="match-tag">389-ds-base-1.4.2.7</param>
+    <param name="match-tag">389-ds-base-1.4.2.8</param>
     <!-- remove the extra prefix from the tag again it looks so funny because 
the service removed "-" from the string before-->
     <param name="versionrewrite-pattern">389dsbase(.*)</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.S1RHri/_old  2020-02-22 17:53:25.905891322 +0100
+++ /var/tmp/diff_new_pack.S1RHri/_new  2020-02-22 17:53:25.909891330 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://pagure.io/389-ds-base.git</param>
-              <param 
name="changesrevision">202953d289cdfaf76b55eb78228a91f610144c79</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">3aaa3e820939a3cf321f8397c4ab541a5be38320</param></service></servicedata>
\ No newline at end of file


Reply via email to