]> git.pld-linux.org Git - packages/clamav.git/blobdiff - clamav.spec
- update to 0.90-stable
[packages/clamav.git] / clamav.spec
index 806a877ae147fa998e124923fd8083a1ba61655c..f7baac1d15c824b787c01efdff7b5779a1e5ad37 100644 (file)
@@ -1,61 +1,55 @@
 # TODO:
 # TODO:
-#   Make freshclam (script and daemon)
+# - Make freshclam package (script and daemon)
 #
 # Conditional build:
 #
 # Conditional build:
-%bcond_with    milter  # without milter subpackage
-%bcond_with    curl    # without curl
+%bcond_without milter          # build without milter subpackage
+%bcond_with    curl            # enable curl support
 #
 Summary:       An anti-virus utility for Unix
 #
 Summary:       An anti-virus utility for Unix
-Summary(pl):   Antywirusowe narzêdzie dla Uniksów
+Summary(pl.UTF-8):     Narzędzie antywirusowe dla Uniksów
 Name:          clamav
 Name:          clamav
-Version:       0.80
+Version:       0.90
 Release:       1
 Release:       1
+Epoch:         0
 License:       GPL
 Group:         Applications
 License:       GPL
 Group:         Applications
-Source0:       http://heanet.dl.sourceforge.net/clamav/%{name}-%{version}.tar.gz
-# Source0-md5: 59bf21e169a35d7e9c27a34435f9b870
-# Source0-size:        2668125
+Source0:       http://dl.sourceforge.net/clamav/%{name}-%{version}.tar.gz
+# Source0-md5: f04372e49c3c5ff3bd94bbe1fef2eaca
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}-milter.init
 Source4:       %{name}-cron-updatedb
 Source5:       %{name}.logrotate
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}-milter.init
 Source4:       %{name}-cron-updatedb
 Source5:       %{name}.logrotate
-# Remember to update date after databases upgrade
-%define                database_version        20041016
-Source6:       http://db.local.clamav.net/daily.cvd
-# Source6-md5: 0407cabd808a894c5fdc6b4e79dff265
-# Source6-size:        100250
-Source7:       http://db.local.clamav.net/main.cvd
-# Source7-md5: f006a1f55722c2ff9d50e61cfb938bc7
-# Source7-size:        1284637
 Source8:       %{name}-post-updatedb
 Source9:       %{name}-milter.sysconfig
 Patch0:                %{name}-pld_config.patch
 Patch1:                %{name}-no_auto_libwrap.patch
 Patch2:                %{name}-nolibs.patch
 Source8:       %{name}-post-updatedb
 Source9:       %{name}-milter.sysconfig
 Patch0:                %{name}-pld_config.patch
 Patch1:                %{name}-no_auto_libwrap.patch
 Patch2:                %{name}-nolibs.patch
+Patch3:                %{name}-find_milter.patch
 URL:           http://www.clamav.net/
 BuildRequires: autoconf
 BuildRequires: automake
 URL:           http://www.clamav.net/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: bzip2-devel
 %{?with_curl:BuildRequires:    curl-devel}
 BuildRequires: gmp-devel
 %{?with_curl:BuildRequires:    curl-devel}
 BuildRequires: gmp-devel
-%{?with_curl:BuildRequires:    libidn-devel}
-%{?with_milter:BuildRequires:  libwrap-devel}
+%{?with_milter:BuildRequires:  libmilter-devel}
 BuildRequires: libtool
 BuildRequires: libtool
-BuildRequires: rpmbuild(macros) >= 1.159
-%{?with_milter:BuildRequires:  sendmail-devel >= 8.11}
+%{?with_milter:BuildRequires:  libwrap-devel}
+BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: zlib-devel
 BuildRequires: zlib-devel
+Requires(post,preun):  /sbin/chkconfig
+Requires(postun):      /usr/sbin/groupdel
+Requires(postun):      /usr/sbin/userdel
+Requires(postun,pre):  /usr/sbin/usermod
 Requires(pre): /bin/id
 Requires(pre): /usr/bin/getgid
 Requires(pre): /usr/sbin/groupadd
 Requires(pre): /usr/sbin/useradd
 Requires(pre): /bin/id
 Requires(pre): /usr/bin/getgid
 Requires(pre): /usr/sbin/groupadd
 Requires(pre): /usr/sbin/useradd
-Requires(postun):      /usr/sbin/groupdel
-Requires(postun):      /usr/sbin/userdel
-Requires(postun,pre):  /usr/sbin/usermod
-Requires(post,preun):  /sbin/chkconfig
+Requires(triggerpostun):       sed >= 4.0
+Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
 Requires:      /usr/sbin/usermod
 Requires:      /usr/sbin/usermod
-Requires:      %{name}-libs = %{version}-%{release}
 Requires:      bc
 Requires:      bc
-%{?with_curl:Requires: curl}
+Requires:      rc-scripts
 Provides:      group(clamav)
 Provides:      user(clamav)
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Provides:      group(clamav)
 Provides:      user(clamav)
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -64,30 +58,30 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Clam Antivirus is a powerful anti-virus scanner for Unix. It supports
 AMaViS, compressed files, on-access scanning and includes a program
 for auto-updating with support for digital signatures. The virus
 Clam Antivirus is a powerful anti-virus scanner for Unix. It supports
 AMaViS, compressed files, on-access scanning and includes a program
 for auto-updating with support for digital signatures. The virus
-database has over 25000 viruses, worms and trojans signatures. The
+database has over 85387 viruses, worms and trojans signatures. The
 scanner is multithreaded, written in C, and POSIX compliant.
 
 scanner is multithreaded, written in C, and POSIX compliant.
 
-%description -l pl
-Clam Antivirus jest potê¿nym skanerem antywirusowym dla systemów
+%description -l pl.UTF-8
+Clam Antivirus jest potężnym skanerem antywirusowym dla systemów
 uniksowych. Wspiera on AMaViSa, skompresowane pliki, skanowanie
 "on-access" i posiada system bezpiecznej, automatycznej aktualizacji.
 uniksowych. Wspiera on AMaViSa, skompresowane pliki, skanowanie
 "on-access" i posiada system bezpiecznej, automatycznej aktualizacji.
-Baza wirusów zawiera ponad 25000 sygnatur. Skaner jest wielow±tkowy,
+Baza wirusów zawiera ponad 85387 sygnatur. Skaner jest wielowątkowy,
 napisany w C i zgodny z POSIXem.
 
 %package libs
 Summary:       Shared libraries for clamav
 napisany w C i zgodny z POSIXem.
 
 %package libs
 Summary:       Shared libraries for clamav
-Summary(pl):   Biblioteki dzielone clamav
+Summary(pl.UTF-8):     Biblioteki dzielone clamav
 Group:         Libraries
 
 %description libs
 Shared libraries for clamav.
 
 Group:         Libraries
 
 %description libs
 Shared libraries for clamav.
 
-%description libs -l pl
+%description libs -l pl.UTF-8
 Biblioteki dzielone clamav.
 
 %package milter
 Summary:       ClamAV filter using milter interface
 Biblioteki dzielone clamav.
 
 %package milter
 Summary:       ClamAV filter using milter interface
-Summary(pl):   Filtr ClamAV korzystaj±cy z interfejsu milter
+Summary(pl.UTF-8):     Filtr ClamAV korzystający z interfejsu milter
 Group:         Daemons
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 Requires:      sendmail >= 8.11
 Group:         Daemons
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 Requires:      sendmail >= 8.11
@@ -96,14 +90,14 @@ Requires:   tcp_wrappers
 %description milter
 ClamAV sendmail filter using MILTER interface.
 
 %description milter
 ClamAV sendmail filter using MILTER interface.
 
-%description -l pl milter
-Filtr ClamAV dla sendmaila korzystaj±cy z interfejsu MILTER.
+%description milter -l pl.UTF-8
+Filtr ClamAV dla sendmaila korzystający z interfejsu MILTER.
 
 %package devel
 Summary:       clamav - Development header files and libraries
 
 %package devel
 Summary:       clamav - Development header files and libraries
-Summary(pl):   clamav - Pliki nag³ówkowe i biblioteki dla programistów
+Summary(pl.UTF-8):     clamav - Pliki nagłówkowe i biblioteki dla programistów
 Group:         Development/Libraries
 Group:         Development/Libraries
-Requires:      %{name}-libs = %{version}-%{release}
+Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
 Requires:      bzip2-devel
 Requires:      gmp-devel
 Requires:      zlib-devel
 Requires:      bzip2-devel
 Requires:      gmp-devel
 Requires:      zlib-devel
@@ -112,45 +106,28 @@ Requires: zlib-devel
 This package contains the development header files and libraries
 necessary to develop clamav client applications.
 
 This package contains the development header files and libraries
 necessary to develop clamav client applications.
 
-%description devel -l pl
-Pliki nag³ówkowe i biblioteki konieczne do kompilacji aplikacji
+%description devel -l pl.UTF-8
+Pliki nagłówkowe i biblioteki konieczne do kompilacji aplikacji
 klienckich clamav.
 
 %package static
 klienckich clamav.
 
 %package static
-Summary:       clamav static libraris
-Summary(pl):   Biblioteki statyczne clamav
+Summary:       clamav static libraries
+Summary(pl.UTF-8):     Biblioteki statyczne clamav
 Group:         Development/Libraries
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}-%{release}
+Requires:      %{name}-devel = %{epoch}:%{version}-%{release}
 
 %description static
 clamav static libraries.
 
 
 %description static
 clamav static libraries.
 
-%description static -l pl
+%description static -l pl.UTF-8
 Biblioteki statyczne clamav.
 
 Biblioteki statyczne clamav.
 
-%package database
-Summary:       Virus database for clamav
-Summary(pl):   Bazy wirusów dla clamav
-Group:         Applications
-Version:       %{version}.%{database_version}
-PreReq:                %{name}
-
-%description database
-Virus database for clamav (updated %{database_version}).
-
-%description database -l pl
-Bazy wirusów dla clamav (aktualizowana %{database_version}).
-
 %prep
 %prep
-%setup -q
+%setup -q %{?_rc:-n %{name}-%{version}%{_rc}}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-
-# kill old libtool.m4 copy
-head -n 489 acinclude.m4 > acinclude.m4.tmp
-tail -n +4064 acinclude.m4 >> acinclude.m4.tmp
-mv -f acinclude.m4.tmp acinclude.m4
+%patch3 -p1
 
 %build
 %{__libtoolize}
 
 %build
 %{__libtoolize}
@@ -160,21 +137,21 @@ mv -f acinclude.m4.tmp acinclude.m4
 %{__automake}
 %configure \
        --disable-clamav \
 %{__automake}
 %configure \
        --disable-clamav \
-       %{?!with_curl:--without-libcurl} \
+       %{!?with_curl:--without-libcurl} \
        %{?with_milter:--enable-milter} \
        --with-dbdir=/var/lib/%{name}
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
        %{?with_milter:--enable-milter} \
        --with-dbdir=/var/lib/%{name}
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/{rc.d/init.d,sysconfig,logrotate.d} \
-       $RPM_BUILD_ROOT{%{_sysconfdir}/cron.d,%{_var}/{log,spool/clamav}}
+install -d $RPM_BUILD_ROOT/etc/{cron.d,logrotate.d,rc.d/init.d,sysconfig} \
+       $RPM_BUILD_ROOT%{_var}/{log,spool/clamav}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 %{!?with_milter:rm -f $RPM_BUILD_ROOT%{_mandir}/man8/clamav-milter.8*}
 
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 %{!?with_milter:rm -f $RPM_BUILD_ROOT%{_mandir}/man8/clamav-milter.8*}
 
-cat <<EOF >$RPM_BUILD_ROOT%{_sysconfdir}/cron.d/%{name}
+cat <<'EOF' >$RPM_BUILD_ROOT/etc/cron.d/%{name}
 5 * * * *      root    %{_sbindir}/clamav-cron-updatedb
 EOF
 
 5 * * * *      root    %{_sbindir}/clamav-cron-updatedb
 EOF
 
@@ -187,16 +164,15 @@ install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/clamd
 install %{SOURCE4} $RPM_BUILD_ROOT%{_sbindir}/clamav-cron-updatedb
 install etc/*.conf $RPM_BUILD_ROOT%{_sysconfdir}
 install %{SOURCE5} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
 install %{SOURCE4} $RPM_BUILD_ROOT%{_sbindir}/clamav-cron-updatedb
 install etc/*.conf $RPM_BUILD_ROOT%{_sysconfdir}
 install %{SOURCE5} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
-install %{SOURCE6} $RPM_BUILD_ROOT/var/lib/%{name}
-install %{SOURCE7} $RPM_BUILD_ROOT/var/lib/%{name}
+
 install %{SOURCE8} $RPM_BUILD_ROOT%{_sbindir}
 
 # NOTE: clamd uses sane rights to it's clamd.pid file
 # So better keep it dir
 # If it is fixed use of dir will be unecesary
 install %{SOURCE8} $RPM_BUILD_ROOT%{_sbindir}
 
 # NOTE: clamd uses sane rights to it's clamd.pid file
 # So better keep it dir
 # If it is fixed use of dir will be unecesary
-install -d $RPM_BUILD_ROOT%{_var}/run/%{name}
+install -d $RPM_BUILD_ROOT/var/run/%{name}
 
 
-touch $RPM_BUILD_ROOT%{_var}/log/freshclam.log
+:> $RPM_BUILD_ROOT/var/log/freshclam.log
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -205,67 +181,47 @@ rm -rf $RPM_BUILD_ROOT
 AMAVIS=$(/usr/bin/getgid amavis)
 RESULT=$?
 if [ $RESULT -eq 0 ]; then
 AMAVIS=$(/usr/bin/getgid amavis)
 RESULT=$?
 if [ $RESULT -eq 0 ]; then
+       echo "Adding clamav to amavis group GID=$AMAVIS"
        /usr/sbin/usermod -G amavis clamav 1>&2 > /dev/null
        /usr/sbin/usermod -G amavis clamav 1>&2 > /dev/null
-       echo "adding clamav to amavis group GID=$AMAVIS"
 fi
 
 %triggerin -- amavisd-new
 AMAVIS=$(/usr/bin/getgid amavis)
 RESULT=$?
 if [ $RESULT -eq 0 ]; then
 fi
 
 %triggerin -- amavisd-new
 AMAVIS=$(/usr/bin/getgid amavis)
 RESULT=$?
 if [ $RESULT -eq 0 ]; then
+       echo "Adding clamav to amavis group GID=$AMAVIS"
        /usr/sbin/usermod -G amavis clamav 1>&2 > /dev/null
        /usr/sbin/usermod -G amavis clamav 1>&2 > /dev/null
-       echo "adding clamav to amavis group GID=$AMAVIS"
 fi
 
 %triggerin -- amavisd
 AMAVIS=$(/usr/bin/getgid amavis)
 RESULT=$?
 if [ $RESULT -eq 0 ]; then
 fi
 
 %triggerin -- amavisd
 AMAVIS=$(/usr/bin/getgid amavis)
 RESULT=$?
 if [ $RESULT -eq 0 ]; then
-       echo "adding clamav to amavis group GID=$AMAVIS"
+       echo "Adding clamav to amavis group GID=$AMAVIS"
        /usr/sbin/usermod -G amavis clamav 1>&2
 fi
 
 %pre
        /usr/sbin/usermod -G amavis clamav 1>&2
 fi
 
 %pre
-if [ -n "`/usr/bin/getgid clamav`" ]; then
-       if [ "`/usr/bin/getgid clamav`" != 43 ]; then
-               echo "Warning: group clamav doesn't have gid=43. Correct this before installing clamav" 1>&2
-               exit 1
-       fi
-else
-       echo "Adding group clamav GID=43"
-       /usr/sbin/groupadd -g 43 clamav
-fi
-if [ -n "`/bin/id -u clamav 2>/dev/null`" ]; then
-       if [ "`/bin/id -u clamav`" != 43 ]; then
-               echo "Warning: user clamav doesn't have uid=43. Correct this before installing clamav" 1>&2
-               exit 1
-       fi
-else
-       echo "Adding user clamav UID=43"
-       /usr/sbin/useradd -u 43 -d /tmp -s /bin/false \
-               -c "Clam Anti Virus Checker" -g clamav clamav 1>&2
-       if [ -n "`/usr/bin/getgid amavis`" ]; then
-               echo "adding clamav to amavis group"
-               /usr/sbin/usermod -G amavis clamav 1>&2
-       fi
+%groupadd -g 43 clamav
+%useradd -u 43 -d /tmp -s /bin/false -c "Clam Anti Virus Checker" -g clamav clamav
+
+# FIXME: check this. is it proper after useradd macro?
+# TODO: use addusertogroup macro?
+if [ -n "`/usr/bin/getgid amavis`" ]; then
+       echo "Adding clamav to amavis group"
+       /usr/sbin/usermod -G amavis clamav 1>&2
 fi
 
 %post
 /sbin/chkconfig --add clamd
 fi
 
 %post
 /sbin/chkconfig --add clamd
-if [ -f /var/lock/subsys/clamd ]; then
-       /etc/rc.d/init.d/clamd restart >&2
-else
-       echo "Run \"/etc/rc.d/init.d/clamd start\" to start Clam Antivirus daemon." >&2
-fi
-touch %{_var}/log/freshclam.log
-chown clamav:root %{_var}/log/freshclam.log
-chmod 640 %{_var}/log/freshclam.log
+%service clamd restart "Clam Antivirus daemon"
+touch /var/log/freshclam.log
+chown clamav:root /var/log/freshclam.log
+chmod 640 /var/log/freshclam.log
 
 %preun
 if [ "$1" = "0" ]; then
 
 %preun
 if [ "$1" = "0" ]; then
-       if [ -f /var/lock/subsys/clamd ]; then
-               /etc/rc.d/init.d/clamd stop
-       fi
+       %service clamd stop
        /sbin/chkconfig --del clamd
 fi
 
        /sbin/chkconfig --del clamd
 fi
 
@@ -275,62 +231,87 @@ if [ "$1" = "0" ]; then
        %groupremove clamav
 fi
 
        %groupremove clamav
 fi
 
-%if %{with milter}
+%triggerpostun -- %{name} <= 0.75.1
+if [ -f /etc/clamav.conf.rpmsave ]; then
+       echo "Renaming config to new name /etc/clamd.conf"
+       mv -f /etc/clamd.conf /etc/clamd.conf.rpmnew
+       mv -f /etc/clamav.conf.rpmsave /etc/clamd.conf
+       echo "Changing config location in freshclam config"
+       %{__sed} -i -e 's/clamav.conf/clamd.conf/' /etc/freshclam.conf
+fi
+
+%triggerpostun -- %{name} < 0.90-0.rc2.0.10
+%{__cp} -f /etc/clamd.conf{,.rpmsave}
+%{__sed} -i -e '
+               s,^LogSyslog$,& yes,
+               s,^FixStaleSocket$,& yes,
+               s,^AllowSupplementaryGroups$,& yes,
+               s,^ClamukoScanOnOpen$,& yes,
+               s,^ClamukoScanOnClose$,& yes,
+               s,^ClamukoScanOnExec$,& yes,
+               s,^LogTime$,& yes,
+               s,^ScanPE$,& yes,
+' /etc/clamd.conf
+%banner -e %{name}-0.90 <<EOF
+ClamAV config was automatically upgraded to 0.90 format. You should review it
+that it's still valid.
+EOF
+#'
+# unfortunately clamd has no configcheck option so we just have to start it
+# once again after config was broken after upgrade
+touch /var/lock/subsys/clamd
+%service -q clamd restart
+
 %post milter
 /sbin/chkconfig --add clamav-milter
 %post milter
 /sbin/chkconfig --add clamav-milter
-if [ -f /var/lock/subsys/clamav-milter ]; then
-       /etc/rc.d/init.d/clamd restart >&2
-else
-       echo "Run \"/etc/rc.d/init.d/clamav-milter start\" to start Clam Antivirus daemon." >&2
-fi
+%service clamav-milter restart "Clam Antivirus daemon"
 
 %preun milter
 if [ "$1" = "0" ]; then
 
 %preun milter
 if [ "$1" = "0" ]; then
-       if [ -f /var/lock/subsys/clamav-milter ]; then
-               /etc/rc.d/init.d/clamav-milter stop
-       fi
+       %service clamav-milter stop
        /sbin/chkconfig --del clamav-milter
 fi
        /sbin/chkconfig --del clamav-milter
 fi
-%endif
+
 %post  libs -p /sbin/ldconfig
 %postun        libs -p /sbin/ldconfig
 
 %post  libs -p /sbin/ldconfig
 %postun        libs -p /sbin/ldconfig
 
-%post  database -p %{_sbindir}/%{name}-post-updatedb
-
 %files
 %defattr(644,root,root,755)
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog FAQ NEWS README TODO docs/html/
+%doc AUTHORS ChangeLog FAQ NEWS README TODO docs/*.pdf
 %attr(755,root,root) %{_bindir}/clamdscan
 %attr(755,root,root) %{_bindir}/clamscan
 %attr(755,root,root) %{_bindir}/freshclam
 %attr(755,root,root) %{_bindir}/sigtool
 %attr(755,root,root) %{_bindir}/clamdscan
 %attr(755,root,root) %{_bindir}/clamscan
 %attr(755,root,root) %{_bindir}/freshclam
 %attr(755,root,root) %{_bindir}/sigtool
+%attr(755,root,root) %{_bindir}/clamconf
 %attr(755,root,root) %{_sbindir}/clamd
 %attr(755,root,root) %{_sbindir}/clamav-cron-updatedb
 %attr(755,root,root) %{_sbindir}/clamd
 %attr(755,root,root) %{_sbindir}/clamav-cron-updatedb
+%attr(755,root,root) %{_sbindir}/clamav-post-updatedb
 %attr(755,clamav,root) %dir /var/lib/%{name}
 %attr(755,clamav,root) %dir /var/lib/%{name}
-%attr(640,clamav,root) %ghost %{_var}/log/freshclam.log
-%attr(750,clamav,clamav) %dir %{_var}/run/%{name}
+%ghost %attr(644,clamav,root) %verify(not md5 mtime size) /var/lib/clamav/*.cvd
+%attr(640,clamav,root) %ghost /var/log/freshclam.log
+%attr(750,clamav,clamav) %dir /var/run/%{name}
 
 
-%attr(640,root,root) %{_sysconfdir}/cron.d/%{name}
-%attr(644,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/clamd.conf
-%attr(644,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/freshclam.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/clamd.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/freshclam.conf
 
 %attr(754,root,root) /etc/rc.d/init.d/clamd
 
 %attr(754,root,root) /etc/rc.d/init.d/clamd
-%attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/clamd
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/logrotate.d/clamav
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/clamd
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/clamav
 %{_mandir}/man[15]/*
 %{_mandir}/man8/clamd*
 
 %if %{with milter}
 %files milter
 %defattr(644,root,root,755)
 %{_mandir}/man[15]/*
 %{_mandir}/man8/clamd*
 
 %if %{with milter}
 %files milter
 %defattr(644,root,root,755)
-%config(noreplace) %{_sysconfdir}/sysconfig/clamav-milter
-%attr(755,root,root) /etc/rc.d/init.d/clamav-milter
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/clamav-milter
+%attr(754,root,root) /etc/rc.d/init.d/clamav-milter
 #%attr(755,root,root) %{_sysconfdir}/cron.daily/clamav-milter
 #%attr(755,root,root) %{_sysconfdir}/log.d/scripts/services/clamav-milter
 #%{_sysconfdir}/log.d/conf/services/clamav-milter.conf
 %attr(755,root,root) %{_sbindir}/clamav-milter
 %{_mandir}/man8/clamav-milter.8*
 #%attr(755,root,root) %{_sysconfdir}/cron.daily/clamav-milter
 #%attr(755,root,root) %{_sysconfdir}/log.d/scripts/services/clamav-milter
 #%{_sysconfdir}/log.d/conf/services/clamav-milter.conf
 %attr(755,root,root) %{_sbindir}/clamav-milter
 %{_mandir}/man8/clamav-milter.8*
-%attr(700,clamav,clamav) /var/spool/clamav/
+%attr(700,clamav,clamav) /var/spool/clamav
 %endif
 
 %files libs
 %endif
 
 %files libs
@@ -348,8 +329,3 @@ fi
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/*.a
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/*.a
-
-%files database
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_sbindir}/clamav-post-updatedb
-%attr(644,clamav,root) %verify(not md5 size mtime) /var/lib/%{name}/*.cvd
This page took 0.099262 seconds and 4 git commands to generate.