automatic version update by autodist [release 3.3.0-1mamba;Sat Apr 13 2024]
This commit is contained in:
parent
977f96d1ea
commit
226e31a262
13
openssl.spec
13
openssl.spec
@ -1,7 +1,7 @@
|
|||||||
%define soversion %(echo %version | cut -d. -f1)
|
%define soversion %(echo %version | cut -d. -f1)
|
||||||
%define fullversion %(echo %version | tr -d [:alpha:])
|
%define fullversion %(echo %version | tr -d [:alpha:])
|
||||||
Name: openssl
|
Name: openssl
|
||||||
Version: 3.2.1
|
Version: 3.3.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Secure Sockets Layer communications libs and utils
|
Summary: Secure Sockets Layer communications libs and utils
|
||||||
Group: Network/Security
|
Group: Network/Security
|
||||||
@ -174,18 +174,12 @@ install -m 0755 -D %{SOURCE1} %{buildroot}%{_sbindir}/openssl-makecerts
|
|||||||
%dir %{_sysconfdir}/ssl/private
|
%dir %{_sysconfdir}/ssl/private
|
||||||
%{_sysconfdir}/ssl/misc
|
%{_sysconfdir}/ssl/misc
|
||||||
%{_bindir}/c_rehash
|
%{_bindir}/c_rehash
|
||||||
#%{_bindir}/fipsld
|
|
||||||
%{_bindir}/openssl
|
%{_bindir}/openssl
|
||||||
%{_sbindir}/openssl-makecerts
|
%{_sbindir}/openssl-makecerts
|
||||||
#%{_bindir}/openssl_fips_fingerprint
|
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
%{_mandir}/man7/*
|
%{_mandir}/man7/*
|
||||||
%dir /var/ssl
|
%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/index.txt
|
||||||
%config(noreplace) /var/ssl/serial
|
%config(noreplace) /var/ssl/serial
|
||||||
|
|
||||||
@ -207,6 +201,8 @@ install -m 0755 -D %{SOURCE1} %{buildroot}%{_sbindir}/openssl-makecerts
|
|||||||
%{_libdir}/pkgconfig/libcrypto.pc
|
%{_libdir}/pkgconfig/libcrypto.pc
|
||||||
%{_libdir}/pkgconfig/libssl.pc
|
%{_libdir}/pkgconfig/libssl.pc
|
||||||
%{_libdir}/pkgconfig/openssl.pc
|
%{_libdir}/pkgconfig/openssl.pc
|
||||||
|
%dir %{_libdir}/cmake/OpenSSL
|
||||||
|
%{_libdir}/cmake/OpenSSL/OpenSSLConfig*.cmake
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
%dir %{_datadir}/doc/openssl
|
%dir %{_datadir}/doc/openssl
|
||||||
%{_datadir}/doc/openssl/*
|
%{_datadir}/doc/openssl/*
|
||||||
@ -217,6 +213,9 @@ install -m 0755 -D %{SOURCE1} %{buildroot}%{_sbindir}/openssl-makecerts
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jan 31 2024 Automatic Build System <autodist@openmamba.org> 3.2.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user