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 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user