diff options
| -rw-r--r-- | libs/openssl3.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/openssl3.spec b/libs/openssl3.spec index 8de4d3d..c090847 100644 --- a/libs/openssl3.spec +++ b/libs/openssl3.spec @@ -354,12 +354,13 @@ popd # No openssl3-perl, because it wouldn't be really different or newer rm -rf $RPM_BUILD_ROOT{%{_sysconfdir}/pki/CA/,{%{_bindir},%{_mandir}/man1}/{CA.pl,c_rehash,*tsget}*} +# Remove dummy cert tools +rm -f $RPM_BUILD_ROOT%{_bindir}/{make,renew}-dummy-cert + %files %{!?_licensedir:%global license %%doc} %license LICENSE.txt %doc NEWS.md README.md -%exclude %{_bindir}/make-dummy-cert -%exclude %{_bindir}/renew-dummy-cert %{_bindir}/%{name} %{_mandir}/man1/* %{_mandir}/man5/* |
