Split cyr_virusscan to a subpackage.
This commit is contained in:
parent
f27231a2dc
commit
9fd180100a
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: cyrus-imapd
|
Name: cyrus-imapd
|
||||||
Version: 3.0.7
|
Version: 3.0.7
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
|
|
||||||
%define ssl_pem_file /etc/pki/%name/%name.pem
|
%define ssl_pem_file /etc/pki/%name/%name.pem
|
||||||
|
|
||||||
@ -175,6 +175,18 @@ Cyrus IMAP server. It can be installed on systems other than the
|
|||||||
one running the server.
|
one running the server.
|
||||||
|
|
||||||
|
|
||||||
|
%package virusscan
|
||||||
|
Summary: Cyrus virus scanning utility
|
||||||
|
|
||||||
|
%description virusscan
|
||||||
|
The cyrus-imapd-virusscan package contains the cyr_virusscan utility. It
|
||||||
|
exists in a separate package so that users who do not wish to install all of
|
||||||
|
the clamav suite don't have to.
|
||||||
|
|
||||||
|
Install this package if you wish to use the internal cyrus virus scanning
|
||||||
|
utility.
|
||||||
|
|
||||||
|
|
||||||
%package vzic
|
%package vzic
|
||||||
Summary: Utilities to convert timezone database files
|
Summary: Utilities to convert timezone database files
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -529,6 +541,7 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v
|
|||||||
%_libdir/libcyrus*.so.*
|
%_libdir/libcyrus*.so.*
|
||||||
%_mandir/man5/*
|
%_mandir/man5/*
|
||||||
%_mandir/man8/*
|
%_mandir/man8/*
|
||||||
|
%exclude %_mandir/man8/cyr_virusscan.8*
|
||||||
|
|
||||||
%dir /etc/pki/cyrus-imapd
|
%dir /etc/pki/cyrus-imapd
|
||||||
%attr(0640,root,%cyrusgroup) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %ssl_pem_file
|
%attr(0640,root,%cyrusgroup) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %ssl_pem_file
|
||||||
@ -604,11 +617,19 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v
|
|||||||
/usr/lib/cyrus-imapd
|
/usr/lib/cyrus-imapd
|
||||||
|
|
||||||
|
|
||||||
|
%files virusscan
|
||||||
|
%_sbindir/cyr_virusscan
|
||||||
|
%_mandir/man8/cyr_virusscan.8*
|
||||||
|
|
||||||
|
|
||||||
%files vzic
|
%files vzic
|
||||||
%cyrexecdir/vzic*
|
%cyrexecdir/vzic*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 13 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.7-5
|
||||||
|
- Split out cyr_virusscan into a -virusscan subpackage.
|
||||||
|
|
||||||
* Thu Jun 07 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.7-4
|
* Thu Jun 07 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.7-4
|
||||||
- Update Cassandane checkout. Drop upstreamed patch.
|
- Update Cassandane checkout. Drop upstreamed patch.
|
||||||
- Patch code for RECONSTRUCT implementation to use the renamed cyr_quota.
|
- Patch code for RECONSTRUCT implementation to use the renamed cyr_quota.
|
||||||
|
Loading…
Reference in New Issue
Block a user