Skip to content

Commit 5a355f5

Browse files
authored
RPM packaging updates (#1228)
1 parent bdca805 commit 5a355f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.evergreen/build_snapshot_rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ done
3939

4040
package=mongo-cxx-driver
4141
spec_file=../mongo-cxx-driver.spec
42-
config=${MOCK_TARGET_CONFIG:=fedora-39-aarch64}
42+
config=${MOCK_TARGET_CONFIG:=fedora-40-aarch64}
4343

4444
if [ ! -x /usr/bin/rpmbuild -o ! -x /usr/bin/rpmspec ]; then
4545
echo "Missing the rpmbuild or rpmspec utility from the rpm-build package"

.evergreen/spec.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
+
99
Name: mongo-cxx-driver
1010
-Version: 3.6.5
11-
+Version: 3.11.0
11+
+Version: 3.11.1
1212
Release: 1%{?dist}
1313
Summary: A C++ Driver for MongoDB
1414
License: ASL 2.0
@@ -36,7 +36,7 @@
3636
%cmake \
3737
-DCMAKE_BUILD_TYPE=Release \
3838
-DBSONCXX_POLY_USE_BOOST=1 \
39-
+ -DBUILD_VERSION=3.11.0 \
39+
+ -DBUILD_VERSION=3.11.1 \
4040
+ -DENABLE_UNINSTALL=OFF \
4141
+ -DENABLE_TESTS=OFF \
4242
.

0 commit comments

Comments
 (0)