Hello community, here is the log from the commit of package xrootd for openSUSE:Factory checked in at 2017-12-23 12:21:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xrootd (Old) and /work/SRC/openSUSE:Factory/.xrootd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xrootd" Sat Dec 23 12:21:26 2017 rev:16 rq:559573 version:3.3.6 Changes: -------- --- /work/SRC/openSUSE:Factory/xrootd/xrootd.changes 2017-11-24 10:56:18.736249010 +0100 +++ /work/SRC/openSUSE:Factory/.xrootd.new/xrootd.changes 2017-12-23 12:21:44.236998178 +0100 @@ -1,0 +2,6 @@ +Fri Dec 22 18:51:02 UTC 2017 - [email protected] + +- Disable crypto for Leap 15 and Tumbleweed to make it build again + newer openssl versions are not supported by version < 4 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xrootd.spec ++++++ --- /var/tmp/diff_new_pack.5BgTXw/_old 2017-12-23 12:21:44.856967949 +0100 +++ /var/tmp/diff_new_pack.5BgTXw/_new 2017-12-23 12:21:44.860967754 +0100 @@ -58,7 +58,12 @@ %build mkdir build cd build -cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE=RelWithDebInfo ../ +# openssl version of leap 15 is not supported by xrootd 3 +%if 0%{?suse_version} < 1500 + cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE=RelWithDebInfo ../ +%else + cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_CRYPTO=FALSE ../ +%endif make %{?_smp_mflags} %install @@ -178,7 +183,6 @@ %{_bindir}/xrd %{_bindir}/xrdcp %{_bindir}/xrdcp-old -%{_bindir}/xrdgsiproxy %{_bindir}/xrdstagetool %{_bindir}/xrdadler32 %doc %{_mandir}/man1/xprep.1.gz @@ -187,7 +191,10 @@ %doc %{_mandir}/man1/xrdcp.1.gz %doc %{_mandir}/man1/xrdcp-old.1.gz %doc %{_mandir}/man1/xrdstagetool.1.gz +%if 0%{?suse_version} < 1500 +%{_bindir}/xrdgsiproxy %doc %{_mandir}/man1/xrdgsiproxy.1.gz +%endif %post client -p /sbin/ldconfig %postun client -p /sbin/ldconfig
