Move utilities in sbin from -utils to the main package.
This commit is contained in:
parent
3b86d63b87
commit
0cfd68e75c
@ -563,15 +563,16 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v
|
||||
%files
|
||||
%doc README.md doc/README.* doc/examples doc/text
|
||||
|
||||
%_sbindir/*
|
||||
%_datadir/cyrus-imapd
|
||||
%_mandir/man5/*
|
||||
%_mandir/man8/*
|
||||
%exclude %_sbindir/cyr_virusscan
|
||||
%exclude %_mandir/man8/cyr_virusscan.8*
|
||||
|
||||
%dir /etc/pki/cyrus-imapd
|
||||
%attr(0640,root,%cyrusgroup) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %ssl_pem_file
|
||||
|
||||
|
||||
%config(noreplace) /etc/cyrus.conf
|
||||
%config(noreplace) /etc/imapd.conf
|
||||
%config(noreplace) /etc/logrotate.d/cyrus-imapd
|
||||
@ -633,9 +634,7 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v
|
||||
|
||||
%files utils
|
||||
%{_bindir}/*
|
||||
%{_sbindir}/*
|
||||
%exclude %_sbindir/cyr_virusscan
|
||||
%{_mandir}/man1/*
|
||||
%_mandir/man1/*
|
||||
# RF hardcoded-library-path in /usr/lib/cyrus-imapd
|
||||
/usr/lib/cyrus-imapd
|
||||
|
||||
@ -667,6 +666,8 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v
|
||||
- Split libraries into a -libs subpackage.
|
||||
- Fix rpath issues in libraries.
|
||||
- Split Perl module into a separate perl-Cyrus package.
|
||||
- Move utilities in /usr/sbin from -utils package to main package. This
|
||||
matches the way we packaged the 2.4 versions.
|
||||
|
||||
* Thu Jun 07 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.7-4
|
||||
- Update Cassandane checkout. Drop upstreamed patch.
|
||||
|
Loading…
Reference in New Issue
Block a user