Hello community, here is the log from the commit of package clamav for openSUSE:Factory checked in at 2014-02-22 18:07:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clamav (Old) and /work/SRC/openSUSE:Factory/.clamav.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clamav" Changes: -------- --- /work/SRC/openSUSE:Factory/clamav/clamav.changes 2014-02-06 06:47:15.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.clamav.new/clamav.changes 2014-02-22 18:07:15.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Feb 19 07:02:06 UTC 2014 - [email protected] + +- add fanotify systemcalls for power, s390 and arm + +------------------------------------------------------------------- @@ -9 +14 @@ -- Version 0.98.1: +- Version 0.98.1 (bnc#841815): @@ -23,0 +29 @@ +- Rediff clamav-conf.patch New: ---- clamav-fan-syscalls.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clamav.spec ++++++ --- /var/tmp/diff_new_pack.PPyhy8/_old 2014-02-22 18:07:16.000000000 +0100 +++ /var/tmp/diff_new_pack.PPyhy8/_new 2014-02-22 18:07:16.000000000 +0100 @@ -57,6 +57,7 @@ PreReq: %insserv_prereq Source0: http://downloads.sourceforge.net/clamav/%{name}-%{version}.tar.gz Source10: http://downloads.sourceforge.net/clamav/%{name}-%{version}.tar.gz.sig +Source11: clamav.keyring Source1: clamav-rcclamd Source2: clamav-rcfreshclam Source3: clamav-updateclamconf @@ -66,6 +67,7 @@ Patch1: clamav-conf.patch Patch2: clamav-sles9.patch Patch3: clamav-gcc47.patch +Patch4: clamav-fan-syscalls.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -86,6 +88,7 @@ %patch2 %endif %patch3 -p1 +%patch4 -p1 %build %if 0%{?suse_version} >= 1010 @@ -115,9 +118,6 @@ --enable-milter \ %clamav_check \ %llvm \ -%ifnarch %ix86 x86_64 - --disable-fanotify \ -%endif --disable-zlib-vcheck \ --enable-clamdtop \ --disable-timestamps ++++++ clamav-fan-syscalls.patch ++++++ Index: clamav-0.98.1/clamd/fan-syscalllib.h =================================================================== --- clamav-0.98.1.orig/clamd/fan-syscalllib.h +++ clamav-0.98.1/clamd/fan-syscalllib.h @@ -10,6 +10,16 @@ #elif defined(__i386__) # define __NR_fanotify_init 338 # define __NR_fanotify_mark 339 +#elif defined(__s390__) || defined(__s390x__) +# define __NR_fanotify_init 332 +# define __NR_fanotify_mark 333 +#elif defined(__powerpc__) || defined(__powerpc64__) +# define __NR_fanotify_init 323 +# define __NR_fanotify_mark 324 +#elif defined(__arm__) || defined(__aarch64__) +/* check ... base offset 0 */ +# define __NR_fanotify_init 367 +# define __NR_fanotify_mark 368 #else # error "System call numbers not defined for this architecture" #endif -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
