Skip to content

Commit 63f469f

Browse files
authored
sync RPM spec file from downstream (#1829)
1 parent 1e4d7fb commit 63f469f

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Name: mongo-c-driver
2828
Summary: Client library written in C for MongoDB
2929
Version: %{up_version}%{?up_prever:~%{up_prever}}
30-
Release: 1%{?dist}
30+
Release: 2%{?dist}
3131
# See THIRD_PARTY_NOTICES
3232
License: Apache-2.0 AND ISC AND MIT AND Zlib
3333
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -259,6 +259,9 @@ exit $ret
259259

260260

261261
%changelog
262+
* Fri Jan 17 2025 Fedora Release Engineering <[email protected]> - 1.29.2-2
263+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
264+
262265
* Tue Jan 7 2025 Remi Collet <[email protected]> - 1.29.2-1
263266
- update to 1.29.2
264267

.evergreen/etc/spec.patch

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- mongo-c-driver.spec.orig 2024-11-13 05:08:33.181631772 -0500
2-
+++ mongo-c-driver.spec 2024-11-16 09:53:48.062772774 -0500
1+
--- mongo-c-driver.spec.orig 2025-01-21 14:17:19.855896844 -0500
2+
+++ mongo-c-driver.spec 2025-01-21 14:25:13.380750157 -0500
33
@@ -10,7 +10,7 @@
44
%global gh_project mongo-c-driver
55
%global libname libmongoc
@@ -9,12 +9,14 @@
99
#global up_prever rc0
1010
# disabled as require a MongoDB server
1111
%bcond_with tests
12-
@@ -26,7 +26,7 @@
12+
@@ -26,8 +26,8 @@
1313

1414
Name: mongo-c-driver
1515
Summary: Client library written in C for MongoDB
1616
-Version: %{up_version}%{?up_prever:~%{up_prever}}
17+
-Release: 2%{?dist}
1718
+Version: %{up_version}%{?up_prever}
18-
Release: 1%{?dist}
19+
+Release: 1%{?dist}
1920
# See THIRD_PARTY_NOTICES
2021
License: Apache-2.0 AND ISC AND MIT AND Zlib
22+
URL: https://github.com/%{gh_owner}/%{gh_project}

0 commit comments

Comments
 (0)