diff --git a/mongo-c-driver.spec b/mongo-c-driver.spec index e6947c4d90bd0d84df2a2d4a66fde1ceb1cf3b02..e052e68982cc16db8eba1e2dd3bf43a61a1e0388 100644 --- a/mongo-c-driver.spec +++ b/mongo-c-driver.spec @@ -2,7 +2,7 @@ Name: mongo-c-driver Summary: Client library written in C for MongoDB Version: 1.27.4 -Release: 1 +Release: 2 License: ASL 2.0 and ISC and MIT and zlib URL: https://github.com/mongodb/mongo-c-driver Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.gz @@ -47,6 +47,7 @@ for the libbson library. %package help Summary: This package contains help documents +Buildarch: noarch Requires: %{name} = %{version}-%{release} %description help @@ -113,6 +114,9 @@ exit $ret %{_mandir}/man3/* %changelog +* Tue Aug 20 2024 Wei Zhang - 1.27.4-2 +- Added 'Buildarch: noarch' to the help subpackage + * Thu Jul 11 2024 yaoxin - 1.27.4-1 - Update to 1.27.4 for fix CVE-2024-6381 and CVE-2024-6383 - libbson Fixes: