Skip to content

Commit edfe9c5

Browse files
authored
sync RPM spec file from downstream (#1304)
also, use image rhel90-arm64-small for rpm-package-build
1 parent 2f9c9f7 commit edfe9c5

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.evergreen/etc/mongo-c-driver.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
%global gh_project mongo-c-driver
1111
%global libname libmongoc
1212
%global libver 1.0
13-
%global up_version 1.23.4
13+
%global up_version 1.23.5
1414
#global up_prever rc0
1515
# disabled as require a MongoDB server
1616
%bcond_with tests
@@ -235,6 +235,9 @@ exit $ret
235235

236236

237237
%changelog
238+
* Wed Jun 7 2023 Remi Collet <[email protected]> - 1.23.5-1
239+
- update to 1.23.5
240+
238241
* Tue May 9 2023 Remi Collet <[email protected]> - 1.23.4-1
239242
- update to 1.23.4
240243

.evergreen/etc/spec.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%global gh_project mongo-c-driver
55
%global libname libmongoc
66
%global libver 1.0
7-
-%global up_version 1.23.4
7+
-%global up_version 1.23.5
88
+%global up_version 1.24.0
99
#global up_prever rc0
1010
# disabled as require a MongoDB server

.evergreen/generated_configs/legacy-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9707,7 +9707,7 @@ buildvariants:
97079707
- debian-package-build
97089708
- name: rpm-package-build
97099709
distros:
9710-
- rhel82-arm64-small
9710+
- rhel90-arm64-small
97119711
batchtime: 1440
97129712
- name: versioned-api
97139713
display_name: Versioned API Tests

.evergreen/legacy_config_generator/evergreen_config_lib/variants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def days(n: int) -> int:
487487
"ubuntu1804-test",
488488
[
489489
"debian-package-build",
490-
OD([("name", "rpm-package-build"), ("distros", ["rhel82-arm64-small"])]),
490+
OD([("name", "rpm-package-build"), ("distros", ["rhel90-arm64-small"])]),
491491
],
492492
{},
493493
batchtime=days(1),

0 commit comments

Comments
 (0)