mirror of
https://abf.rosa.ru/djam/openssl.git
synced 2025-02-23 16:22:50 +00:00
explicitly list files from /usr/bin/
This commit is contained in:
parent
2e9799dcab
commit
a3431e535d
1 changed files with 6 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
Summary: Secure Sockets Layer communications libs & utils
|
Summary: Secure Sockets Layer communications libs & utils
|
||||||
Name: openssl
|
Name: openssl
|
||||||
Version: 1.1.1g
|
Version: 1.1.1g
|
||||||
Release: 4
|
Release: 5
|
||||||
License: OpenSSL
|
License: OpenSSL
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: https://www.openssl.org
|
Url: https://www.openssl.org
|
||||||
|
@ -75,7 +75,11 @@ RSA and SSL.
|
||||||
%attr(0755,root,root) %{_openssldir}/certs/make-dummy-cert
|
%attr(0755,root,root) %{_openssldir}/certs/make-dummy-cert
|
||||||
%attr(0644,root,root) %{_openssldir}/certs/Makefile
|
%attr(0644,root,root) %{_openssldir}/certs/Makefile
|
||||||
%attr(0755,root,root) %{_openssldir}/misc/*
|
%attr(0755,root,root) %{_openssldir}/misc/*
|
||||||
%attr(0755,root,root) %{_bindir}/*
|
%attr(0755,root,root) %{_bindir}/c_rehash
|
||||||
|
%attr(0755,root,root) %{_bindir}/openssl
|
||||||
|
%attr(0755,root,root) %{_bindir}/openssl%{major}
|
||||||
|
%attr(0755,root,root) %{_bindir}/openssl-config
|
||||||
|
%attr(0755,root,root) %{_bindir}/ssleay
|
||||||
%attr(0644,root,root) %{_mandir}/man[157]/*
|
%attr(0644,root,root) %{_mandir}/man[157]/*
|
||||||
%{_defaultdocdir}/openssl/html/man[157]
|
%{_defaultdocdir}/openssl/html/man[157]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue