!123 [sync] PR-122: detach the sub package gnutls-utils and gnutls-dane from gnutls
From: @openeuler-sync-bot Reviewed-by: @zcfsite Signed-off-by: @zcfsite
This commit is contained in:
commit
a898e03534
74
gnutls.spec
74
gnutls.spec
@ -1,6 +1,6 @@
|
|||||||
Name: gnutls
|
Name: gnutls
|
||||||
Version: 3.8.2
|
Version: 3.8.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: The GNU Secure Communication Protocol Library
|
Summary: The GNU Secure Communication Protocol Library
|
||||||
|
|
||||||
License: LGPLv2.1+ and GPLv3+
|
License: LGPLv2.1+ and GPLv3+
|
||||||
@ -36,12 +36,8 @@ Requires: crypto-policies, p11-kit-trust, libtasn1, nettle
|
|||||||
Recommends: trousers >= 0.3.11.2
|
Recommends: trousers >= 0.3.11.2
|
||||||
|
|
||||||
Provides: bundled(gnulib) = 20130424
|
Provides: bundled(gnulib) = 20130424
|
||||||
Provides: gnutls-utils = %{version}-%{release}
|
|
||||||
Provides: gnutls-c++ = %{version}-%{release}
|
Provides: gnutls-c++ = %{version}-%{release}
|
||||||
Provides: gnutls-dane = %{version}-%{release}
|
|
||||||
Obsoletes: gnutls-utils < %{version}-%{release}
|
|
||||||
Obsoletes: gnutls-c++ < %{version}-%{release}
|
Obsoletes: gnutls-c++ < %{version}-%{release}
|
||||||
Obsoletes: gnutls-dane < %{version}-%{release}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS
|
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS
|
||||||
@ -57,11 +53,47 @@ of application code.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
%if %{with dane}
|
||||||
|
Requires: %{name}-dane%{?_isa} = %{version}-%{release}
|
||||||
|
%endif
|
||||||
Requires: pkgconf
|
Requires: pkgconf
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files needed for developing applications with %{name}.
|
This package contains files needed for developing applications with %{name}.
|
||||||
|
|
||||||
|
%package utils
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
Summary: Command line tools for TLS protocol
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
%if %{with dane}
|
||||||
|
Requires: %{name}-dane%{?_isa} = %{version}-%{release}
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%description utils
|
||||||
|
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS
|
||||||
|
protocols and technologies around them. It provides a simple C language
|
||||||
|
application programming interface (API) to access the secure communications
|
||||||
|
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and
|
||||||
|
other required structures.
|
||||||
|
This package contains command line TLS client and server and certificate
|
||||||
|
manipulation tools.
|
||||||
|
|
||||||
|
%if %{with dane}
|
||||||
|
%package dane
|
||||||
|
Summary: A DANE protocol implementation for GnuTLS
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description dane
|
||||||
|
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS
|
||||||
|
protocols and technologies around them. It provides a simple C language
|
||||||
|
application programming interface (API) to access the secure communications
|
||||||
|
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and
|
||||||
|
other required structures.
|
||||||
|
This package contains library that implements the DANE protocol for verifying
|
||||||
|
TLS certificates through DNSSEC.
|
||||||
|
|
||||||
|
%endif
|
||||||
|
|
||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%if %{with guile}
|
%if %{with guile}
|
||||||
@ -158,22 +190,31 @@ make check %{?_smp_mflags}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README.md AUTHORS
|
%doc README.md AUTHORS
|
||||||
%license LICENSE doc/COPYING doc/COPYING.LESSER
|
%license LICENSE doc/COPYING doc/COPYING.LESSER
|
||||||
%{_bindir}/certtool
|
|
||||||
%{_bindir}/tpmtool
|
|
||||||
%{_bindir}/ocsptool
|
|
||||||
%{_bindir}/psktool
|
|
||||||
%{_bindir}/p11tool
|
|
||||||
%{_bindir}/gnutls*
|
|
||||||
%if %{with dane}
|
|
||||||
%{_bindir}/danetool
|
|
||||||
%{_libdir}/libgnutls-dane.so.*
|
|
||||||
%endif
|
|
||||||
%{_libdir}/libgnutls.so.30*
|
%{_libdir}/libgnutls.so.30*
|
||||||
%{_libdir}/libgnutlsxx.so.*
|
%{_libdir}/libgnutlsxx.so.*
|
||||||
%if %{with fips}
|
%if %{with fips}
|
||||||
%{_libdir}/.libgnutls.so.*.hmac
|
%{_libdir}/.libgnutls.so.*.hmac
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%files utils
|
||||||
|
%{_bindir}/certtool
|
||||||
|
%{_bindir}/tpmtool
|
||||||
|
%{_bindir}/ocsptool
|
||||||
|
%{_bindir}/psktool
|
||||||
|
%{_bindir}/p11tool
|
||||||
|
%if %{with dane}
|
||||||
|
%{_bindir}/danetool
|
||||||
|
%endif
|
||||||
|
%{_bindir}/gnutls*
|
||||||
|
%{_mandir}/man1/*
|
||||||
|
%doc doc/certtool.cfg
|
||||||
|
|
||||||
|
%if %{with dane}
|
||||||
|
%files dane
|
||||||
|
%{_libdir}/libgnutls-dane.so.*
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
@ -200,6 +241,9 @@ make check %{?_smp_mflags}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 28 2024 duyiwei <duyiwei@kylinos.cn> - 3.8.2-2
|
||||||
|
- detach the sub package gnutls-utils and gnutls-dane from gnutls
|
||||||
|
|
||||||
* Mon Jan 29 2024 xuraoqing <xuraoqing@huawei.com> - 3.8.2-1
|
* Mon Jan 29 2024 xuraoqing <xuraoqing@huawei.com> - 3.8.2-1
|
||||||
- update to 3.8.2
|
- update to 3.8.2
|
||||||
- some API and ABI modifications, see NEWS for details
|
- some API and ABI modifications, see NEWS for details
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user