Skip to content

Commit 6913b7e

Browse files
authored
sync RPM spec file from downstream (#1678)
1 parent 6b31eb8 commit 6913b7e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

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

+4-1
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+
* Thu Jul 18 2024 Fedora Release Engineering <[email protected]> - 1.27.4-2
263+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
264+
262265
* Wed Jul 3 2024 Remi Collet <[email protected]> - 1.27.4-1
263266
- update to 1.27.4
264267

.evergreen/etc/spec.patch

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
#global up_prever rc0
1010
# disabled as require a MongoDB server
1111
%bcond_with tests
12-
@@ -20,7 +20,7 @@
12+
@@ -20,8 +20,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)