Hello community, here is the log from the commit of package rkhunter for openSUSE:Factory checked in at 2014-01-14 15:10:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rkhunter (Old) and /work/SRC/openSUSE:Factory/.rkhunter.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rkhunter" Changes: -------- --- /work/SRC/openSUSE:Factory/rkhunter/rkhunter.changes 2013-07-02 07:43:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rkhunter.new/rkhunter.changes 2014-01-14 15:10:20.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Jan 11 09:09:00 UTC 2014 - [email protected] + +- handle current lib64 platforms, added ppc64le and s390x. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rkhunter.spec ++++++ --- /var/tmp/diff_new_pack.kECUQm/_old 2014-01-14 15:10:21.000000000 +0100 +++ /var/tmp/diff_new_pack.kECUQm/_new 2014-01-14 15:10:21.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rkhunter # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009-2010 by Sascha Manns <[email protected]> # # All modifications and additions to the file contributed by third parties ++++++ rkhunter-installer-fix.patch ++++++ --- /var/tmp/diff_new_pack.kECUQm/_old 2014-01-14 15:10:21.000000000 +0100 +++ /var/tmp/diff_new_pack.kECUQm/_new 2014-01-14 15:10:21.000000000 +0100 @@ -32,16 +32,24 @@ SYSCONFIGDIR="${PREFIX}/etc" ;; RPM) -@@ -299,7 +299,7 @@ selectTemplate() { # Take input from the +@@ -299,10 +299,12 @@ selectTemplate() { # Take input from the fi ;; RPM) - if [ "${UNAMEM}" = "x86_64" -o "${UNAMEM}" = "ppc64" ]; then -+ if [ "${UNAMEM}" = "x86_64" -o "${UNAMEM}" = "ppc64" -o "${UNAMEM}" = "aarch64" ]; then - LIBDIR="${PREFIX}/lib64" - else - LIBDIR="${PREFIX}/lib" -@@ -411,7 +411,7 @@ selectTemplate() { # Take input from the +- LIBDIR="${PREFIX}/lib64" +- else +- LIBDIR="${PREFIX}/lib" ++ if [ -z "${LIBDIR}" ]; then ++ if [ "${UNAMEM}" = "x86_64" -o "${UNAMEM}" = "ppc64" -o "${UNAMEM}" = "aarch64" -o "${UNAMEM}" = "s390x" -o "${UNAMEM}" = "ppc64le" ]; then ++ LIBDIR="${PREFIX}/lib64" ++ else ++ LIBDIR="${PREFIX}/lib" ++ fi + fi + + BINDIR="${PREFIX}/bin" +@@ -411,7 +413,7 @@ selectTemplate() { # Take input from the else RKHINST_DB_DIR="${VARDIR}/lib/${APPNAME}/db" RKHINST_TMP_DIR="${VARDIR}/lib/${APPNAME}/tmp" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
