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-05-12 23:00:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/389-ds (Old) and /work/SRC/openSUSE:Factory/.389-ds.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "389-ds" Thu May 12 23:00:41 2022 rev:58 rq:976502 version:2.1.1~git13.beb382e1b Changes: -------- --- /work/SRC/openSUSE:Factory/389-ds/389-ds.changes 2022-04-22 21:55:47.810911461 +0200 +++ /work/SRC/openSUSE:Factory/.389-ds.new.1538/389-ds.changes 2022-05-12 23:01:12.596865244 +0200 @@ -1,0 +2,6 @@ +Thu May 12 03:39:04 UTC 2022 - William Brown <[email protected]> + +- Add missing devel library on zlib for log compression +- Force openssl as libressl is not compatible with rust ssl needs + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 389-ds.spec ++++++ --- /var/tmp/diff_new_pack.PwmISH/_old 2022-05-12 23:01:13.328866227 +0200 +++ /var/tmp/diff_new_pack.PwmISH/_new 2022-05-12 23:01:13.332866232 +0200 @@ -71,6 +71,8 @@ # net-snmp-devel is needed to build the snmp ldap-agent BuildRequires: net-snmp-devel >= 5.1.2 BuildRequires: openldap2-devel +# Libressl is incompatible with our rust cryptographic needs. +BuildRequires: openssl-devel # pam-devel is required by the pam passthru auth plug-in BuildRequires: %use_python-argcomplete BuildRequires: %use_python-argparse-manpage @@ -84,6 +86,7 @@ BuildRequires: pam-devel BuildRequires: pkgconfig BuildRequires: python-rpm-macros +BuildRequires: zlib-devel BuildRequires: pkgconfig(icu-i18n) BuildRequires: pkgconfig(icu-uc) BuildRequires: pkgconfig(libcap) @@ -92,7 +95,6 @@ BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(nspr) BuildRequires: pkgconfig(nss) -BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(systemd) %if %{use_tcmalloc} BuildRequires: pkgconfig(libtcmalloc)
