Accepting request 1118892 from security:tls
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1118892 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl-3?expand=0&rev=16
This commit is contained in:
commit
75ca6a87ba
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 12 09:44:19 UTC 2023 - <jengelh@inai.de>
|
||||||
|
|
||||||
|
- As of openssl 3.1.3, the devel package installs at least 5200
|
||||||
|
manpage files and is the owner of the most files in the man3
|
||||||
|
directory (in second place after lapack-man); move these manpages
|
||||||
|
off to the -doc subpackage to reduce the walltime to install just
|
||||||
|
openssl-3-devel (because there is also an invocation of mandb
|
||||||
|
that runs at some point).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 19 14:17:56 UTC 2023 - Otto Hollmann <otto.hollmann@suse.com>
|
Tue Sep 19 14:17:56 UTC 2023 - Otto Hollmann <otto.hollmann@suse.com>
|
||||||
|
|
||||||
|
@ -109,7 +109,8 @@ This subpackage contains header files for developing applications
|
|||||||
that want to make use of the OpenSSL C API.
|
that want to make use of the OpenSSL C API.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Additional Package Documentation
|
Summary: Manpages and additional documentation for openssl
|
||||||
|
Conflicts: libopenssl-3-devel < %{version}-%{release}
|
||||||
Conflicts: openssl-doc
|
Conflicts: openssl-doc
|
||||||
Provides: openssl-doc = %{version}
|
Provides: openssl-doc = %{version}
|
||||||
Obsoletes: openssl-doc < %{version}
|
Obsoletes: openssl-doc < %{version}
|
||||||
@ -259,12 +260,12 @@ fi
|
|||||||
%{_includedir}/ssl
|
%{_includedir}/ssl
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_mandir}/man3/*
|
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%doc doc/html/* doc/HOWTO/* demos
|
%doc doc/html/* doc/HOWTO/* demos
|
||||||
%doc showciphers.c
|
%doc showciphers.c
|
||||||
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user