From 47bca59ace5f2d21fb21801902593c11924d0422 Mon Sep 17 00:00:00 2001 From: dogsheng <960055655@qq.com> Date: Thu, 28 Nov 2019 15:22:06 +0800 Subject: [PATCH] Package init --- gnutls.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/gnutls.spec b/gnutls.spec index 5df6b0a..c9ba58f 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -1,6 +1,6 @@ Name: gnutls Version: 3.6.9 -Release: 3 +Release: 4 Summary: The GNU Secure Communication Protocol Library License: LGPLv2.1+ and GPLv3+ @@ -167,16 +167,13 @@ make check %{?_smp_mflags} %{_libdir}/libgnutls.so.30* %{_libdir}/libgnutlsxx.so.* %if %{with fips} -%{_libdir}/.libgnutls.so.30*.hmac +%{_libdir}/.libgnutls.so.*.hmac %endif %files devel %defattr(-,root,root) %{_libdir}/pkgconfig/*.pc %{_libdir}/libgnutls*.so -%if %{with fips} -%{_libdir}/.libgnutls.so.*.hmac -%endif %{_includedir}/* %files help @@ -199,6 +196,12 @@ make check %{?_smp_mflags} %endif %changelog +* Tue Nov 5 2019 openEuler Buildteam - 3.6.9-4 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:delete redundant .hmac files in devel package + * Thu Oct 24 2019 openEuler Buildteam - 3.6.9-3 - Type:bugfix - Id:NA