automatic version update by autodist [release 3.3.0-1mamba;Sat Apr 13 2024]

This commit is contained in:
Automatic Build System 2024-04-15 13:29:34 +02:00
parent 977f96d1ea
commit 226e31a262

View File

@ -1,7 +1,7 @@
%define soversion %(echo %version | cut -d. -f1)
%define fullversion %(echo %version | tr -d [:alpha:])
Name: openssl
Version: 3.2.1
Version: 3.3.0
Release: 1mamba
Summary: Secure Sockets Layer communications libs and utils
Group: Network/Security
@ -174,18 +174,12 @@ install -m 0755 -D %{SOURCE1} %{buildroot}%{_sbindir}/openssl-makecerts
%dir %{_sysconfdir}/ssl/private
%{_sysconfdir}/ssl/misc
%{_bindir}/c_rehash
#%{_bindir}/fipsld
%{_bindir}/openssl
%{_sbindir}/openssl-makecerts
#%{_bindir}/openssl_fips_fingerprint
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man7/*
%dir /var/ssl
#%dir /var/ssl/certs
#%dir /var/ssl/crl
#%dir /var/ssl/newcerts
#%dir %attr(0700,root,root) /var/ssl/private
%config(noreplace) /var/ssl/index.txt
%config(noreplace) /var/ssl/serial
@ -207,6 +201,8 @@ install -m 0755 -D %{SOURCE1} %{buildroot}%{_sbindir}/openssl-makecerts
%{_libdir}/pkgconfig/libcrypto.pc
%{_libdir}/pkgconfig/libssl.pc
%{_libdir}/pkgconfig/openssl.pc
%dir %{_libdir}/cmake/OpenSSL
%{_libdir}/cmake/OpenSSL/OpenSSLConfig*.cmake
%{_mandir}/man3/*
%dir %{_datadir}/doc/openssl
%{_datadir}/doc/openssl/*
@ -217,6 +213,9 @@ install -m 0755 -D %{SOURCE1} %{buildroot}%{_sbindir}/openssl-makecerts
%{_libdir}/*.a
%changelog
* Sat Apr 13 2024 Automatic Build System <autodist@openmamba.org> 3.3.0-1mamba
- automatic version update by autodist
* Wed Jan 31 2024 Automatic Build System <autodist@openmamba.org> 3.2.1-1mamba
- automatic version update by autodist