automatic version update by autodist [release 0.103.0-1mamba;Wed Oct 07 2020]
This commit is contained in:
parent
106b63bb07
commit
dd6323e29a
20
clamav.spec
20
clamav.spec
@ -6,7 +6,7 @@
|
||||
%define libname lib%{name}
|
||||
|
||||
Name: clamav
|
||||
Version: 0.102.4
|
||||
Version: 0.103.0
|
||||
Release: 1mamba
|
||||
Summary: Clam AntiVirus is a GPL anti-virus toolkit for UNIX
|
||||
Group: Applications/Security
|
||||
@ -84,8 +84,11 @@ Clam AntiVirus is a GPL anti-virus toolkit for UNIX.
|
||||
The main purpose of this software is the integration with mail servers (attachment scanning).
|
||||
This package contains the static %{libname} library and its header files.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%define _default_patch_fuzz 2
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
#cp %{SOURCE5} database/daily.cvd
|
||||
@ -173,24 +176,21 @@ fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/freshclam.conf
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/freshclam
|
||||
%{_bindir}/clambc
|
||||
%{_bindir}/clamconf
|
||||
%{_bindir}/clamdscan
|
||||
%{_bindir}/clamonacc
|
||||
%{_bindir}/clamscan
|
||||
%{_bindir}/clamsubmit
|
||||
%{_bindir}/freshclam
|
||||
%{_bindir}/sigtool
|
||||
#%{_datadir}/clamav/*.cvd
|
||||
%config(noreplace) %{_sysconfdir}/freshclam.conf
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/freshclam
|
||||
#%{_prefix}/lib/tmpfiles.d/clamav.conf
|
||||
%{_sbindir}/clamonacc
|
||||
%{_unitdir}/clamav-daemon.service
|
||||
%{_unitdir}/clamav-clamonacc.service
|
||||
%{_unitdir}/clamav-daemon.socket
|
||||
%{_unitdir}/clamav-freshclam.service
|
||||
%dir %attr(0755,%{clamav_usr},%{clamav_grp}) %{_var}/lib/%{name}
|
||||
#%ghost %{_var}/lib/%{name}/daily.cvd
|
||||
#%ghost %{_var}/lib/%{name}/mani.cvd
|
||||
%dir %attr(0755,%{clamav_usr},%{clamav_grp}) %{_var}/log/%{name}
|
||||
%ghost %attr(0644,%{clamav_usr},%{clamav_grp}) %{_var}/log/%{name}/freshclam.log
|
||||
%{_mandir}/man1/clamconf.*
|
||||
@ -204,6 +204,7 @@ fi
|
||||
%{_mandir}/man5/clamd.conf.*
|
||||
%{_mandir}/man5/freshclam.conf.*
|
||||
%{_mandir}/man8/clamav-milter.*
|
||||
%{_mandir}/man8/clamonacc.8*
|
||||
%doc COPYING
|
||||
|
||||
%files -n clamd
|
||||
@ -243,6 +244,9 @@ fi
|
||||
#% doc BUGS ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Wed Oct 07 2020 Automatic Build System <autodist@mambasoft.it> 0.103.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 23 2020 Automatic Build System <autodist@mambasoft.it> 0.102.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user