Fix configuration filename conflict 12/294512/1 accepted/tizen_8.0_base accepted/tizen_base_riscv accepted/tizen_base_tool tizen_8.0_base accepted/tizen/8.0/base/20231005.044959 accepted/tizen/base/20230714.003427 accepted/tizen/base/riscv/20231123.094524 accepted/tizen/base/tool/20230621.081646 submit/tizen_base/20230620.094151 tizen_8.0_m2_release
authorDariusz Michaluk <d.michaluk@samsung.com>
Tue, 20 Jun 2023 09:09:50 +0000 (11:09 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Tue, 20 Jun 2023 09:11:16 +0000 (11:11 +0200)
Change-Id: I6bd589ce5019ecfc4a4d945682b73ca1f1a07368

packaging/openssl1.1.spec

index e0459b3..207b387 100644 (file)
@@ -104,7 +104,9 @@ mv $RPM_BUILD_ROOT%{openssldir}/openssl.cnf $RPM_BUILD_ROOT%{openssldir}/openssl
 %license LICENSE.Apache-2.0
 %{_libdir}/*.so.*
 %{_libdir}/engines-1.1/*.so
-%{openssldir}/*.cnf*
+%{openssldir}/%{name}.cnf
+%exclude %{openssldir}/ct_log_list.cnf
+%exclude %{openssldir}/*.dist
 %post -n libopenssl11 -p /sbin/ldconfig
 %postun -n libopenssl11 -p /sbin/ldconfig