Hello community,

here is the log from the commit of package 389-ds for openSUSE:Factory checked 
in at 2019-08-27 10:27:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/389-ds (Old)
 and      /work/SRC/openSUSE:Factory/.389-ds.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "389-ds"

Tue Aug 27 10:27:18 2019 rev:21 rq:726261 version:1.4.1.6~git0.5ac5a8aad

Changes:
--------
--- /work/SRC/openSUSE:Factory/389-ds/389-ds.changes    2019-08-16 
15:51:12.593579874 +0200
+++ /work/SRC/openSUSE:Factory/.389-ds.new.7948/389-ds.changes  2019-08-27 
10:27:20.863914609 +0200
@@ -1,0 +2,14 @@
+Fri Aug 23 04:20:20 UTC 2019 - William Brown <[email protected]>
+
+- Temporarily back out of rust enablement due to incorrectly linked
+  library causing server startup failure.
+
+-------------------------------------------------------------------
+Wed Aug 21 01:03:31 UTC 2019 - William Brown <[email protected]>
+
+- During review an issue with libevent depedencies was noted. Change
+  to buildrequires libevent-devel.
+- During testing of versioning of features it was noticed that legacy
+  perl builds were broken.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ 389-ds.spec ++++++
--- /var/tmp/diff_new_pack.WDjHjf/_old  2019-08-27 10:27:21.455914565 +0200
+++ /var/tmp/diff_new_pack.WDjHjf/_new  2019-08-27 10:27:21.459914565 +0200
@@ -18,9 +18,10 @@
 
 # bcond is confusingly backwards to what you expect - without means
 #  to ENABLE the option, with means to DISABLE it.
-%if 0%{?suse_version} >= 1500
+%if (0%{is_opensuse} > 0) || (0%{?sle_version} > 150100)
 %bcond_without lib389
-%bcond_without rust
+# Temporarily disable rust due to a broken library.
+%bcond_with rust
 %else
 %bcond_with    lib389
 %bcond_with    rust
@@ -161,7 +162,7 @@
 Obsoletes:      svrcore-devel < 4.1.4
 Requires:       %{name} = %{version}
 Requires:       %{svrcorelib} = %{version}
-Requires:       libevent
+Requires:       libevent-devel
 Requires:       openldap2-devel
 Requires:       pkgconfig
 Requires:       pkgconfig(nspr)
@@ -264,6 +265,7 @@
   %if %{with lib389}
   --disable-perl \
   %else
+  --enable-perl \
   --with-perldir=%{_bindir} \
   %endif
   --libexecdir=%{_prefix}/lib/dirsrv/ \


Reply via email to