| |
@@ -428,6 +428,7 @@
|
| |
%{_pkgdocdir}/Makefile.certificate
|
| |
%exclude %{_mandir}/man1*/*.pl*
|
| |
%exclude %{_mandir}/man1*/c_rehash*
|
| |
+ %exclude %{_mandir}/man1*/openssl-c_rehash*
|
| |
%exclude %{_mandir}/man1*/tsget*
|
| |
%exclude %{_mandir}/man1*/openssl-tsget*
|
| |
|
| |
@@ -464,6 +465,7 @@
|
| |
%{_bindir}/tsget
|
| |
%{_mandir}/man1*/*.pl*
|
| |
%{_mandir}/man1*/c_rehash*
|
| |
+ %{_mandir}/man1*/openssl-c_rehash*
|
| |
%{_mandir}/man1*/tsget*
|
| |
%{_mandir}/man1*/openssl-tsget*
|
| |
%dir %{_sysconfdir}/pki/CA
|
| |
The rehash tool is shipped in -perl subpackage, but manual pages (or aliases) are still present in the main package. This should move them too.