automatic version update by autodist [release 0.103.0-1mamba;Wed Oct 07 2020]

This commit is contained in:
Automatic Build System 2024-01-05 21:23:33 +01:00
parent 106b63bb07
commit dd6323e29a

View File

@ -6,7 +6,7 @@
%define libname lib%{name} %define libname lib%{name}
Name: clamav Name: clamav
Version: 0.102.4 Version: 0.103.0
Release: 1mamba Release: 1mamba
Summary: Clam AntiVirus is a GPL anti-virus toolkit for UNIX Summary: Clam AntiVirus is a GPL anti-virus toolkit for UNIX
Group: Applications/Security 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). 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. This package contains the static %{libname} library and its header files.
%debug_package
%prep %prep
%setup -q %setup -q
%define _default_patch_fuzz 2
%patch0 -p1 %patch0 -p1
%patch1 -p1 %patch1 -p1
#cp %{SOURCE5} database/daily.cvd #cp %{SOURCE5} database/daily.cvd
@ -173,24 +176,21 @@ fi
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/freshclam.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/freshclam
%{_bindir}/clambc %{_bindir}/clambc
%{_bindir}/clamconf %{_bindir}/clamconf
%{_bindir}/clamdscan %{_bindir}/clamdscan
%{_bindir}/clamonacc
%{_bindir}/clamscan %{_bindir}/clamscan
%{_bindir}/clamsubmit %{_bindir}/clamsubmit
%{_bindir}/freshclam %{_bindir}/freshclam
%{_bindir}/sigtool %{_bindir}/sigtool
#%{_datadir}/clamav/*.cvd %{_sbindir}/clamonacc
%config(noreplace) %{_sysconfdir}/freshclam.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/freshclam
#%{_prefix}/lib/tmpfiles.d/clamav.conf
%{_unitdir}/clamav-daemon.service %{_unitdir}/clamav-daemon.service
%{_unitdir}/clamav-clamonacc.service
%{_unitdir}/clamav-daemon.socket %{_unitdir}/clamav-daemon.socket
%{_unitdir}/clamav-freshclam.service %{_unitdir}/clamav-freshclam.service
%dir %attr(0755,%{clamav_usr},%{clamav_grp}) %{_var}/lib/%{name} %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} %dir %attr(0755,%{clamav_usr},%{clamav_grp}) %{_var}/log/%{name}
%ghost %attr(0644,%{clamav_usr},%{clamav_grp}) %{_var}/log/%{name}/freshclam.log %ghost %attr(0644,%{clamav_usr},%{clamav_grp}) %{_var}/log/%{name}/freshclam.log
%{_mandir}/man1/clamconf.* %{_mandir}/man1/clamconf.*
@ -204,6 +204,7 @@ fi
%{_mandir}/man5/clamd.conf.* %{_mandir}/man5/clamd.conf.*
%{_mandir}/man5/freshclam.conf.* %{_mandir}/man5/freshclam.conf.*
%{_mandir}/man8/clamav-milter.* %{_mandir}/man8/clamav-milter.*
%{_mandir}/man8/clamonacc.8*
%doc COPYING %doc COPYING
%files -n clamd %files -n clamd
@ -243,6 +244,9 @@ fi
#% doc BUGS ChangeLog NEWS README #% doc BUGS ChangeLog NEWS README
%changelog %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 * Thu Jul 23 2020 Automatic Build System <autodist@mambasoft.it> 0.102.4-1mamba
- automatic version update by autodist - automatic version update by autodist