Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package htcondor for openSUSE:Factory checked in at 2022-02-11 23:07:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/htcondor (Old) and /work/SRC/openSUSE:Factory/.htcondor.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "htcondor" Fri Feb 11 23:07:20 2022 rev:2 rq:953230 version:9.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/htcondor/htcondor.changes 2022-02-09 20:40:21.438542058 +0100 +++ /work/SRC/openSUSE:Factory/.htcondor.new.1956/htcondor.changes 2022-02-11 23:08:39.090814429 +0100 @@ -1,0 +2,5 @@ +Thu Feb 10 08:11:43 UTC 2022 - Guillaume GARDET <[email protected]> + +- Fix build on non-x86_64 architectures + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ htcondor.spec ++++++ --- /var/tmp/diff_new_pack.B98qd7/_old 2022-02-11 23:08:39.758816362 +0100 +++ /var/tmp/diff_new_pack.B98qd7/_new 2022-02-11 23:08:39.762816373 +0100 @@ -297,8 +297,13 @@ -DLIB_INSTALL_DIR:PATH=/usr/lib64 \ -DLIB_SUFFIX=64 \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ +%ifarch x86_64 -DCMAKE_C_FLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables} -DNDEBUG" \ -DCMAKE_CXX_FLAGS="${CXXFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables} -DNDEBUG" \ +%else + -DCMAKE_C_FLAGS="${CFLAGS:--O2 -g -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables} -DNDEBUG" \ + -DCMAKE_CXX_FLAGS="${CXXFLAGS:--O2 -g -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables} -DNDEBUG" \ +%endif -DCMAKE_EXE_LINKER_FLAGS=" -Wl,--as-needed -Wl,-z,now" \ -DCMAKE_MODULE_LINKER_FLAGS=" -Wl,--as-needed" \ -DCMAKE_SHARED_LINKER_FLAGS=" -Wl,--as-needed -Wl,-z,now" \ @@ -343,10 +348,12 @@ mkdir -p %{buildroot}/usr/libexec mv %{buildroot}/usr/libexec_condor %{buildroot}/usr/libexec/condor mv %{buildroot}/usr%{_sysconfdir}/ %{buildroot}%{_sysconfdir} +%ifnarch %{ix86} %arm # mv libraries to /usr/lib64 mv %{buildroot}/usr/lib/lib* %{buildroot}%{_libdir} +%endif # remove static stuff -rm %{buildroot}%{_libdir}/*a +rm -f %{buildroot}%{_libdir}/*a # more stuff to move mkdir -p %{buildroot}/usr/share/condor
